Method: Fox::FXWindow#setDefault
- Defined in:
- rdoc-sources/FXWindow.rb
#setDefault(enable = TRUE) ⇒ Object
This changes the default window which responds to the Enter key in a dialog. If enable is true, this window becomes the default window; when enable is false, this window will no longer be the default window. Finally, when enable is MAYBE, the default window will revert to the initial default window.
445 |
# File 'rdoc-sources/FXWindow.rb', line 445 def setDefault(enable=TRUE) ; end |