Class: Tk::BWidget::SelectFont (Ruby 2.3.4)

In Files

  • tk/lib/tkextlib/bwidget/selectfont.rb

Class/Module Index [+]

Quicksearch

Tk::BWidget::SelectFont

Public Class Methods

load_font()
 
               # File tk/lib/tkextlib/bwidget/selectfont.rb, line 48
def self.load_font
  tk_call('SelectFont::loadfont')
end
            

Public Instance Methods

create()
 
               # File tk/lib/tkextlib/bwidget/selectfont.rb, line 44
def create
  tk_call(self.class::TkCommandNames[0], @path, *hash_kv(@keys))
end