Method: Fox::FXWindow#indexOfChild
- Defined in:
- rdoc-sources/FXWindow.rb
#indexOfChild(window) ⇒ Object
Return the index (starting from zero) of the specified child window, or -1 if the window is not a child of this window.
384 |
# File 'rdoc-sources/FXWindow.rb', line 384 def indexOfChild(window) ; end |