Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

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

Class/Module Index [+]

Quicksearch

Tk::BWidget::SelectFont

Public Class Methods

load_font() click to toggle source
 
               # File tk/lib/tkextlib/bwidget/selectfont.rb, line 47
def self.load_font
  tk_call('SelectFont::loadfont')
end
            

Public Instance Methods

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