Method: Tk::BWidget::SelectFont::Dialog#create

Defined in:
lib/tkextlib/bwidget/selectfont.rb

#createObject



74
75
76
77
# File 'lib/tkextlib/bwidget/selectfont.rb', line 74

def create
  @keys['type'] = 'dialog'  # 'dialog' type returns font name
  tk_call(Tk::BWidget::SelectFont::TkCommandNames[0], @path, *hash_kv(@keys))
end