From 8bf19814bca284724dce0f160b1377c205ba3ab7 Mon Sep 17 00:00:00 2001 From: Jim Saxton Date: Fri, 7 Jul 2017 12:15:06 -0700 Subject: [PATCH] Document "Minimized-To-Deskbar" --- Documentation/yab-Commands | 4 ++-- yab-IDE/data/Help_En.dat | 1 + yab-IDE/data/Help_En_Index.dat | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/yab-Commands b/Documentation/yab-Commands index b2b8482..54eef97 100644 --- a/Documentation/yab-Commands +++ b/Documentation/yab-Commands @@ -804,8 +804,8 @@ WINDOW CLOSE WindowView$ n = WINDOW COUNT Returns the number of open windows Result = WINDOW GET View$, Option$ - Option$ = "Position-X/Position-Y/Width/Height/Minimum-Width/Minimum-Height/Maximum-Width/Maximum-Height/Exists" - Returns the requested property or if used with Exists returns 1 if found and 0 if not. + Option$ = "Position-X/Position-Y/Width/Height/Minimum-Width/Minimum-Height/Maximum-Width/Maximum-Height/Exists/Minimized-To-Deskbar" + Returns the requested property or if used with Exists/Minimized-To-Deskbar returns 1 if true and 0 if not. WINDOW SET Window$, Option$, Value$ "Look", "Document/Titled(default)/Floating/Modal/Bordered/No-Border" "Feel", "Normal(default)/Modal-App/Modal-All/Floating-App/Floating-All" diff --git a/yab-IDE/data/Help_En.dat b/yab-IDE/data/Help_En.dat index a1ca03b..cbeb662 100644 --- a/yab-IDE/data/Help_En.dat +++ b/yab-IDE/data/Help_En.dat @@ -9169,6 +9169,7 @@ Option$ = "Minimum-Height" -- Result will contain the minimum height of the wind Option$ = "Maximum-Width" -- Result will contain the maximum width of the window that is allowed when resizing Option$ = "Maximum-Height" -- Result will contain the maximum height of the window that is allowed when resizing Option$ = "Exists" -- Result will be true if a window with this WindowID$ exits and false otherwise +Option$ = "Minimized-To-Deskbar" -- Result will be true if the window has been minimized and false if it is not. Example: window open 100,100 to 300,300, "Example", "Example" diff --git a/yab-IDE/data/Help_En_Index.dat b/yab-IDE/data/Help_En_Index.dat index 50af38b..49cc71d 100644 --- a/yab-IDE/data/Help_En_Index.dat +++ b/yab-IDE/data/Help_En_Index.dat @@ -661,4 +661,4 @@ window count window get 292851 window set -294572 +294685