USE_TILE_NAMESPACE | = | true |
TILE_SPEC_VERSION_ID | = | 0 |
USE_TILE_NAMESPACE | = | true |
TILE_SPEC_VERSION_ID | = | 5 |
USE_TILE_NAMESPACE | = | false |
TILE_SPEC_VERSION_ID | = | 7 |
PACKAGE_NAME | = | 'tile'.freeze |
Square | = | TSquare |
Separator | = | TSeparator |
Scrollbar | = | TScrollbar |
Scale | = | TScale |
Progress | = | TProgress |
TRadiobutton | = | TRadioButton |
RadioButton | = | TRadioButton |
Radiobutton | = | TRadioButton |
Progressbar | = | TProgressbar |
Paned | = | TPaned |
Notebook | = | TNotebook |
Menubutton | = | TMenubutton |
Labelframe | = | TLabelframe |
Label | = | TLabel |
Frame | = | TFrame |
Entry | = | TEntry |
Combobox | = | TCombobox |
TCheckbutton | = | TCheckButton |
CheckButton | = | TCheckButton |
Checkbutton | = | TCheckButton |
Button | = | TButton |
# File tk/lib/tkextlib/tile.rb, line 63 def self.__Import_Tile_Widgets__! Tk.tk_call('namespace', 'import', 'ttk::*') end
# File tk/lib/tkextlib/tile.rb, line 67 def self.load_images(imgdir, pat=TkComm::None) images = Hash[*TkComm.simplelist(Tk.tk_call('::tile::LoadImages', imgdir, pat))] images.keys.each{|k| images[k] = TkPhotoImage.new(:imagename=>images[k], :without_creating=>true) } images end
# File tk/lib/tkextlib/tile.rb, line 55 def self.package_version begin TkPackage.require('tile') rescue '' end end