| Home | Trees | Indices | Help |
|
|---|
|
|
Graphically display a Tree.
|
|||
|
AbstractContainerWidget An abstract class for canvas widgets that contain a single child, such as BoxWidget and OvalWidget.
|
|||
|
BaseWidget Internal class. |
|||
|
BitmapImage Widget which can display a bitmap. |
|||
|
BooleanType bool(x) -> bool |
|||
|
BooleanVar Value holder for boolean variables. |
|||
|
BoxWidget A canvas widget that places a box around a child widget. |
|||
|
BracketWidget A canvas widget that places a pair of brackets around a child widget. |
|||
|
BufferType buffer(object [, offset[, size]]) |
|||
| BuiltinFunctionType | |||
| BuiltinMethodType | |||
|
Button Button widget. |
|||
|
CallWrapper Internal class. |
|||
|
Canvas Canvas widget to display graphical elements like lines or text. |
|||
|
CanvasFrame A Tkinter frame containing a canvas and scrollbars.
|
|||
|
CanvasWidget A collection of graphical elements and bindings used to display a complex object on a Tkinter Canvas.
|
|||
|
Checkbutton Checkbutton widget which is either in on- or off-state. |
|||
|
ClassType classobj(name, bases, dict) |
|||
|
CodeType code(argcount, nlocals, stacksize, flags, codestring, constants, names, varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]]) |
|||
|
ColorizedList An abstract base class for displaying a colorized list of items. |
|||
|
ComplexType complex(real[, imag]) -> complex number |
|||
| DictProxyType | |||
|
DictType dict() -> new empty dictionary. |
|||
|
DictionaryType dict() -> new empty dictionary. |
|||
|
DoubleVar Value holder for float variables. |
|||
| EllipsisType | |||
|
Entry Entry widget which allows to display simple text. |
|||
|
EntryDialog A dialog box for entering |
|||
|
Event Container for the properties of an event. |
|||
|
FileType file(name[, mode[, buffering]]) -> file object |
|||
|
FloatType float(x) -> floating point number |
|||
|
Frame Frame widget which may contain other widgets and can have a 3D border. |
|||
| FrameType | |||
|
FunctionType function(code, globals[, name[, argdefs[, closure]]]) |
|||
| GeneratorType | |||
| GetSetDescriptorType | |||
|
Grid Geometry manager Grid. |
|||
|
Image Base class for images. |
|||
|
InstanceType instance(class[, dict]) |
|||
|
IntType int(x[, base]) -> integer |
|||
|
IntVar Value holder for integer variables. |
|||
|
Label Label widget which can display text and bitmaps. |
|||
|
LabelFrame labelframe widget. |
|||
|
LambdaType function(code, globals[, name[, argdefs[, closure]]]) |
|||
|
ListType list() -> new list list(sequence) -> new list initialized from sequence's items |
|||
|
Listbox Listbox widget which can display a list of strings. |
|||
|
LongType long(x[, base]) -> integer |
|||
| MemberDescriptorType | |||
|
Menu Menu widget which allows to display menu bars, pull-down menus and pop-up menus. |
|||
|
Menubutton Menubutton widget, obsolete since Tk8.0. |
|||
|
Message Message widget to display multiline text. |
|||
|
MethodType instancemethod(function, instance, class) |
|||
|
Misc Internal class. |
|||
|
ModuleType module(name[, doc]) |
|||
| MutableOptionMenu | |||
| NoneType | |||
| NotImplementedType | |||
|
ObjectType The most base type |
|||
|
OptionMenu OptionMenu which allows the user to select a value from a menu. |
|||
|
OvalWidget A canvas widget that places a oval around a child widget. |
|||
|
Pack Geometry manager Pack. |
|||
|
PanedWindow panedwindow widget. |
|||
|
ParenWidget A canvas widget that places a pair of parenthases around a child widget. |
|||
|
PhotoImage Widget which can display colored images in GIF, PPM/PGM format. |
|||
|
Place Geometry manager Place. |
|||
|
Radiobutton Radiobutton widget which shows only one of several buttons in on-state. |
|||
|
Scale Scale widget which can display a numerical scale. |
|||
|
ScrollWatcherWidget A special canvas widget that adjusts its Canvas's
scrollregion to always include the bounding boxes of all of its
children.
|
|||
|
Scrollbar Scrollbar widget which displays a slider at a certain position. |
|||
|
SequenceWidget A canvas widget that keeps a list of canvas widgets in a horizontal line. |
|||
|
ShowText A Tkinter window used to display a text.
|
|||
|
SliceType slice([start,] stop[, step]) |
|||
|
SpaceWidget A canvas widget that takes up space but does not display anything. |
|||
|
Spinbox spinbox widget. |
|||
|
StackWidget A canvas widget that keeps a list of canvas widgets in a vertical line. |
|||
|
StringType str(object) -> string |
|||
|
StringVar Value holder for strings variables. |
|||
| Studbutton | |||
|
SymbolWidget A canvas widget that displays special symbols, such as the negation sign and the exists operator. |
|||
| TclError | |||
|
Text Text widget which can display text in various forms. |
|||
|
TextWidget A canvas widget that displays a single string of text. |
|||
|
Tk Toplevel widget of Tk which represents mostly the main window of an appliation. |
|||
|
Toplevel Toplevel widget, e.g. |
|||
| TracebackType | |||
|
TreeSegmentWidget A canvas widget that displays a single segment of a hierarchical tree. |
|||
| TreeView | |||
|
TreeWidget A canvas widget that displays a single Tree.
|
|||
| Tributton | |||
|
TupleType tuple() -> an empty tuple tuple(sequence) -> tuple initialized from sequence's items |
|||
|
TypeType type(object) -> the object's type type(name, bases, dict) -> a new type |
|||
|
UnboundMethodType instancemethod(function, instance, class) |
|||
|
UnicodeType unicode(string [, encoding[, errors]]) -> object |
|||
|
Variable Class to define value holders for e.g. |
|||
|
Widget Internal class. |
|||
|
Wm Provides functions for the communication with the window manager. |
|||
|
XRangeType xrange([start,] stop[, step]) -> xrange object |
|||
|
getdouble float(x) -> floating point number |
|||
|
getint int(x[, base]) -> integer |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| None |
|
||
|
|||
|
|||
|
|||
boolean
|
|
||
|
|||
|
|||
|
|||
Inhibit setting of default root window. Call this function to inhibit that the first instance of Tk is used for windows without an explicit parent window. |
Warning:
This function works by checking |
Convert a
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed May 16 22:47:19 2007 | http://epydoc.sourceforge.net |