diff --git a/target/docs/lib/Gui.htm b/target/docs/lib/Gui.htm index be441d998..3f615d3a9 100644 --- a/target/docs/lib/Gui.htm +++ b/target/docs/lib/Gui.htm @@ -203,7 +203,7 @@
Type: Boolean
-省略されたときは、デフォルトで>Trueになります。
+省略したときは、デフォルトでTrueになります。
If true, the window's button in the taskbar will blink. これは、ウィンドウのタイトルバーやタスクバーボタン(ある場合)の色を反転させることによって行われます。
If false, the original colors of the title bar and taskbar button will be restored (but the actual behavior might vary depending on OS version).
Type: Boolean
-省略されたときは、デフォルトで>Trueになります。
+省略したときは、デフォルトでTrueになります。
If true, the window will be hidden.
If false, the window will not be hidden.
Type: Boolean
-省略されたときは、デフォルトで>Trueになります。
-If true, the hook is required to be installed.
-If false, any requirement previously set by this function is removed, potentially uninstalling the hook.
+省略したときは、デフォルトでTrueになります。
+trueのときは、フックのインストールが必要です。
+falseのときは、この関数によって以前に設定された要件はすべて削除され、フックがアンインストールされる可能性があります。
Type: Boolean
-省略されたときは、デフォルトで>Trueになります。
-If true, the hook is required to be installed.
-If false, any requirement previously set by this function is removed, potentially uninstalling the hook.
+省略したときは、デフォルトでTrueになります。
+trueのときは、フックのインストールが必要です。
+falseのときは、この関数によって以前に設定された要件はすべて削除され、フックがアンインストールされる可能性があります。
Type: Boolean
-省略されたときは、デフォルトで>Trueになります。
+省略したときは、デフォルトでTrueになります。
If true, the color will be applied to all of the menu's submenus.
If false, the color will be applied to the menu only.
Type: Boolean
-省略されたときは、デフォルトで>Trueになります。
+省略したときは、デフォルトでTrueになります。
If true, the script will be kept running after all threads have exited, even if none of the other conditions for keeping the script running are met.
If false, the default behaviour is restored.