Method: Fox::FXTopWindow#maximize
- Defined in:
- rdoc-sources/FXTopWindow.rb
#maximize(notify = false) ⇒ Object
Maximize window and return true if maximized. If notify is true, sends a SEL_MAXIMIZE message to its message target.
140 |
# File 'rdoc-sources/FXTopWindow.rb', line 140 def maximize(notify=false); end |