[Source]
# File tk/lib/tkextlib/bwidget/selectfont.rb, line 42 def self.load_font tk_call('SelectFont::loadfont') end
# File tk/lib/tkextlib/bwidget/selectfont.rb, line 38 def create tk_call(self.class::TkCommandNames[0], @path, *hash_kv(@keys)) end
[Validate]