Method: TkFont::Chooser.toggle

Defined in:
lib/tk/fontchooser.rb

.toggleObject



141
142
143
144
# File 'lib/tk/fontchooser.rb', line 141

def toggle
  cget(:visible) ?  hide: show
  self
end