Method: TkFont::Chooser.hide

Defined in:
lib/tk/fontchooser.rb

.hideObject



136
137
138
139
# File 'lib/tk/fontchooser.rb', line 136

def hide
  tk_call('tk', 'fontchooser', 'hide')
  self
end