I am trying to get the event when an FXMainWindow is maximized/restored.


I tried to use:

win.connect(SEL_MAXIMIZE) {...} 
win.connect(SEL_RESTORE) {...} 

but I never get the events.

Anyone done this?

-rich

_______________________________
Rich Kilmer, InfoEther LLC
trap("SIGINT") { raise [104, 101, 108, 108].pack("cccc") }