Method: TkFont::Chooser.show

Defined in:
lib/tk/fontchooser.rb

.showObject



131
132
133
134
# File 'lib/tk/fontchooser.rb', line 131

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