Namespace
Methods
C
L
Constants
TkCommandNames = ['SelectFont'.freeze].freeze
 
WidgetClassName = 'SelectFont'.freeze
 
Class Public methods
load_font()
# File ext/tk/lib/tkextlib/bwidget/selectfont.rb, line 47
def self.load_font
  tk_call('SelectFont::loadfont')
end
Instance Public methods
create()
# File ext/tk/lib/tkextlib/bwidget/selectfont.rb, line 43
def create
  tk_call(self.class::TkCommandNames[0], @path, *hash_kv(@keys))
end