Method: Fox::FXSwitcher#setCurrent
- Defined in:
- rdoc-sources/FXSwitcher.rb
#setCurrent(index, notify = false) ⇒ Object
Raise the child window at index to the top of the stack. If notify is true, a SEL_COMMAND message is sent to the switcher’s message target Raises IndexError if index is out of bounds.
75 |
# File 'rdoc-sources/FXSwitcher.rb', line 75 def setCurrent(index, notify=false); end |