| Path: | tk/lib/tkclass.rb |
| Last Update: | Tue Mar 13 02:04:53 -0500 2007 |
tkclass.rb - Tk classes
Date: 2000/11/27 09:23:36
by Yukihiro Matsumoto <matz@caelum.co.jp>
$Id: tkclass.rb 11708 2007-02-12 23:01:19Z shyouhei $
| TopLevel | = | TkToplevel |
| Frame | = | TkFrame |
| Label | = | TkLabel |
| Button | = | TkButton |
| Radiobutton | = | TkRadioButton |
| Checkbutton | = | TkCheckButton |
| Message | = | TkMessage |
| Entry | = | TkEntry |
| Spinbox | = | TkSpinbox |
| Text | = | TkText |
| Scale | = | TkScale |
| Scrollbar | = | TkScrollbar |
| Listbox | = | TkListbox |
| Menu | = | TkMenu |
| Menubutton | = | TkMenubutton |
| Canvas | = | TkCanvas |
| Arc | = | TkcArc |
| Bitmap | = | TkcBitmap |
| Line | = | TkcLine |
| Oval | = | TkcOval |
| Polygon | = | TkcPolygon |
| Rectangle | = | TkcRectangle |
| TextItem | = | TkcText |
| WindowItem | = | TkcWindow |
| BitmapImage | = | TkBitmapImage |
| PhotoImage | = | TkPhotoImage |
| Selection | = | TkSelection |
| Winfo | = | TkWinfo |
| Pack | = | TkPack |
| Grid | = | TkGrid |
| Place | = | TkPlace |
| Variable | = | TkVariable |
| Font | = | TkFont |
| VirtualEvent | = | TkVirtualEvent |
ruby-doc.org is a community service provided by James Britt and Happy Camper Studios, a Phoenix, Arizona, Ruby application development company.
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.