Class: Gtk::ComboBox

Inherits:
Object
  • Object
show all
Defined in:
lib/gtk_app/ext/combo_box.rb

Instance Method Summary collapse

Instance Method Details

#<<(text) ⇒ Object

Parameters:

  • text (Object, #to_s)


5
6
7
# File 'lib/gtk_app/ext/combo_box.rb', line 5

def <<(text)
  append_text(text.to_s)
end