Method: Fox::FXComboBox#first
- Defined in:
- lib/fox16/iterators.rb
#first ⇒ Object
Override Enumerable#first with FXWindow#first for backwards compatibility.
10 11 12 |
# File 'lib/fox16/iterators.rb', line 10 def first getFirst end |