detect when minimized?

BlitzMax Forums/BlitzMax GUI Programming/detect when minimized?

is there a flag to detect if a window has been minimized?


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




thanks