Method: TkFont::Chooser.toggle
- Defined in:
- lib/tk/fontchooser.rb
.toggle ⇒ Object
141 142 143 144 |
# File 'lib/tk/fontchooser.rb', line 141 def toggle cget(:visible) ? hide: show self end |
141 142 143 144 |
# File 'lib/tk/fontchooser.rb', line 141 def toggle cget(:visible) ? hide: show self end |