Method: TkFont::Chooser.configure_cmd

Defined in:
lib/tk/fontchooser.rb

.configure_cmd(slot, value) ⇒ Object



104
105
106
# File 'lib/tk/fontchooser.rb', line 104

def configure_cmd(slot, value)
  configure(slot, install_cmd(value))
end