Document "Minimized-To-Deskbar"
This commit is contained in:
parent
b88fb30160
commit
8bf19814bc
@ -804,8 +804,8 @@ WINDOW CLOSE WindowView$
|
|||||||
n = WINDOW COUNT
|
n = WINDOW COUNT
|
||||||
Returns the number of open windows
|
Returns the number of open windows
|
||||||
Result = WINDOW GET View$, Option$
|
Result = WINDOW GET View$, Option$
|
||||||
Option$ = "Position-X/Position-Y/Width/Height/Minimum-Width/Minimum-Height/Maximum-Width/Maximum-Height/Exists"
|
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 returns 1 if found and 0 if not.
|
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$
|
WINDOW SET Window$, Option$, Value$
|
||||||
"Look", "Document/Titled(default)/Floating/Modal/Bordered/No-Border"
|
"Look", "Document/Titled(default)/Floating/Modal/Bordered/No-Border"
|
||||||
"Feel", "Normal(default)/Modal-App/Modal-All/Floating-App/Floating-All"
|
"Feel", "Normal(default)/Modal-App/Modal-All/Floating-App/Floating-All"
|
||||||
|
@ -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-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$ = "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$ = "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:
|
Example:
|
||||||
window open 100,100 to 300,300, "Example", "Example"
|
window open 100,100 to 300,300, "Example", "Example"
|
||||||
|
@ -661,4 +661,4 @@ window count
|
|||||||
window get
|
window get
|
||||||
292851
|
292851
|
||||||
window set
|
window set
|
||||||
294572
|
294685
|
||||||
|
Loading…
Reference in New Issue
Block a user