detect when minimized?

BlitzMax Forums/MaxGUI Module/detect when minimized?

slenkar(Posted 2009) [#1]
is there a flag to detect if a window has been minimized?


degac(Posted 2009) [#2]

WindowMinimized( window:TGadget )
Returns True if the window is currently minimized, False if not.
Description Detect if a window is minimized.





slenkar(Posted 2009) [#3]
thanks