| Combobox | = | TCombobox |
| Menubutton | = | TMenubutton |
| Button | = | TButton |
| Separator | = | TSeparator |
| Paned | = | TPaned |
| Labelframe | = | TLabelframe |
| Frame | = | TFrame |
| Entry | = | TEntry |
| Square | = | TSquare |
| Label | = | TLabel |
| Scale | = | TScale |
| Progress | = | TProgress |
| Scrollbar | = | TScrollbar |
| Notebook | = | TNotebook |
| TCheckbutton | = | TCheckButton |
| CheckButton | = | TCheckButton |
| Checkbutton | = | TCheckButton |
| Progressbar | = | TProgressbar |
| TRadiobutton | = | TRadioButton |
| RadioButton | = | TRadioButton |
| Radiobutton | = | TRadioButton |
| USE_TILE_NAMESPACE | = | true |
| USE_TTK_NAMESPACE | = | false |
| TILE_SPEC_VERSION_ID | = | 0 |
| USE_TILE_NAMESPACE | = | true |
| USE_TTK_NAMESPACE | = | true |
| TILE_SPEC_VERSION_ID | = | 5 |
| USE_TILE_NAMESPACE | = | false |
| USE_TTK_NAMESPACE | = | true |
| TILE_SPEC_VERSION_ID | = | 7 |
| PACKAGE_NAME | = | 'tile'.freeze |
# File tk/lib/tkextlib/tile.rb, line 67 def self.__Import_Tile_Widgets__! Tk.tk_call('namespace', 'import', '-force', 'ttk::*') end
# File tk/lib/tkextlib/tile.rb, line 71 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 59 def self.package_version begin TkPackage.require('tile') rescue '' end end
ruby-doc.org is hosted and run by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. Ruby-doc.org was created in 2002 to promote the Ruby language and to help other Ruby hackers.
Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.
For more information on the Ruby programming language, visit ruby-lang.org.
Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.