Method: Tk::BWidget::ComboBox#clear_value

Defined in:
lib/tkextlib/bwidget/combobox.rb

#clear_valueObject Also known as: clearvalue



44
45
46
47
# File 'lib/tkextlib/bwidget/combobox.rb', line 44

def clear_value
  tk_send_without_enc('clearvalue')
  self
end