Home | Trees | Index | Help |
---|
Module Tkinter :: Class BaseWidget |
|
Misc
--+
|
BaseWidget
Widget
,
Toplevel
Method Summary | |
---|---|
Construct a widget with the parent widget MASTER, a name WIDGETNAME and appropriate options. | |
Return the resource value for a KEY given as string. (inherited from Misc )
| |
(inherited from Misc )
| |
Return the window path name of this widget. (inherited from Misc )
| |
Call function once after given time. (inherited from Misc )
| |
Cancel scheduling of function identified with ID. (inherited from Misc )
| |
Call FUNC once if the Tcl main loop has no event to process. (inherited from Misc )
| |
Return a tuple of integer coordinates for the bounding box of this widget controlled by the geometry manager grid. (inherited from Misc )
| |
Ring a display's bell. (inherited from Misc )
| |
Bind to this widget at event SEQUENCE a call to function FUNC. (inherited from Misc )
| |
Bind to all widgets at an event SEQUENCE a call to function FUNC. (inherited from Misc )
| |
Bind to widgets with bindtag CLASSNAME at event SEQUENCE a call of function FUNC. (inherited from Misc )
| |
Set or get the list of bindtags for this widget. (inherited from Misc )
| |
Return the resource value for a KEY given as string. (inherited from Misc )
| |
Append STRING to the Tk clipboard. (inherited from Misc )
| |
Clear the data in the Tk clipboard. (inherited from Misc )
| |
Useless. (inherited from Misc )
| |
Configure column INDEX of a grid. (inherited from Misc )
| |
Configure resources of a widget. (inherited from Misc )
| |
Configure resources of a widget. (inherited from Misc )
| |
Internal function. (inherited from Misc )
| |
Destroy this and all descendants widgets. | |
Bind a virtual event VIRTUAL (of the form <<Name>>) to an event SEQUENCE such that the virtual event is triggered whenever SEQUENCE occurs. (inherited from Misc )
| |
Unbind a virtual event VIRTUAL from SEQUENCE. (inherited from Misc )
| |
Generate an event SEQUENCE. (inherited from Misc )
| |
Return a list of all virtual events or the information about the SEQUENCE bound to the virtual event VIRTUAL. (inherited from Misc )
| |
Direct input focus to this widget. (inherited from Misc )
| |
Return the widget which has currently the focus on the display where this widget is located. (inherited from Misc )
| |
Direct input focus to this widget even if the application does not have the focus. (inherited from Misc )
| |
Return the widget which has currently the focus in the application. (inherited from Misc )
| |
Return the widget which would have the focus if top level for this widget gets the focus from the window manager. (inherited from Misc )
| |
Direct input focus to this widget. (inherited from Misc )
| |
Return 0 or 1 for Tcl boolean values true and false given as parameter. (inherited from Misc )
| |
Return value of Tcl variable NAME. (inherited from Misc )
| |
Return widget which has currently the grab in this application or None. (inherited from Misc )
| |
Release grab for this widget if currently set. (inherited from Misc )
| |
Set grab for this widget. (inherited from Misc )
| |
Set global grab for this widget. (inherited from Misc )
| |
Return None, "local" or "global" if this widget has no, a local or a global grab. (inherited from Misc )
| |
Return a tuple of integer coordinates for the bounding box of this widget controlled by the geometry manager grid. (inherited from Misc )
| |
Configure column INDEX of a grid. (inherited from Misc )
| |
Return a tuple of column and row which identify the cell at which the pixel at position X and Y inside the master widget is located. (inherited from Misc )
| |
Set or get the status for propagation of geometry information. (inherited from Misc )
| |
Configure row INDEX of a grid. (inherited from Misc )
| |
Return a tuple of the number of column and rows in the grid. (inherited from Misc )
| |
Return a list of all slaves of this widget in its packing order. (inherited from Misc )
| |
Return a list of all existing image names. (inherited from Misc )
| |
Return a list of all available image types (e.g. (inherited from Misc )
| |
Return a list of all resource names of this widget. (inherited from Misc )
| |
Raise this widget in the stacking order. (inherited from Misc )
| |
Lower this widget in the stacking order. (inherited from Misc )
| |
Call the mainloop of Tk. (inherited from Misc )
| |
Return the Tkinter instance of a widget identified by its Tcl name NAME. (inherited from Misc )
| |
Set a VALUE (second parameter) for an option PATTERN (first parameter). (inherited from Misc )
| |
Clear the option database. (inherited from Misc )
| |
Return the value for an option NAME for this widget with CLASSNAME. (inherited from Misc )
| |
Read file FILENAME into the option database. (inherited from Misc )
| |
Set or get the status for propagation of geometry information. (inherited from Misc )
| |
Return a list of all slaves of this widget in its packing order. (inherited from Misc )
| |
Return a list of all slaves of this widget in its packing order. (inherited from Misc )
| |
Set or get the status for propagation of geometry information. (inherited from Misc )
| |
Quit the Tcl interpreter. (inherited from Misc )
| |
Configure row INDEX of a grid. (inherited from Misc )
| |
Clear the current X selection. (inherited from Misc )
| |
Return the contents of the current X selection. (inherited from Misc )
| |
Specify a function COMMAND to call if the X selection owned by this widget is queried by another application. (inherited from Misc )
| |
Become owner of X selection. (inherited from Misc )
| |
Return owner of X selection. (inherited from Misc )
| |
Send Tcl command CMD to different interpreter INTERP to be executed. (inherited from Misc )
| |
Set Tcl variable NAME to VALUE. (inherited from Misc )
| |
Return a tuple of the number of column and rows in the grid. (inherited from Misc )
| |
Return a list of all slaves of this widget in its packing order. (inherited from Misc )
| |
Change the color scheme to light brown as used in Tk 3.6 and before. (inherited from Misc )
| |
The widget under mouse will get automatically focus. (inherited from Misc )
| |
Return the next widget in the focus order which follows widget which has currently the focus. (inherited from Misc )
| |
Return previous widget in the focus order. (inherited from Misc )
| |
Do not use. (inherited from Misc )
| |
Set a new color scheme for all widget elements. (inherited from Misc )
| |
Set Tcl internal variable, whether the look and feel should adhere to Motif. (inherited from Misc )
| |
Raise this widget in the stacking order. (inherited from Misc )
| |
Unbind for this widget for event SEQUENCE the function identified with FUNCID. (inherited from Misc )
| |
Unbind for all widgets for event SEQUENCE all functions. (inherited from Misc )
| |
Unbind for a all widgets with bindtag CLASSNAME for event SEQUENCE all functions. (inherited from Misc )
| |
Enter event loop until all pending events have been processed by Tcl. (inherited from Misc )
| |
Enter event loop until all idle callbacks have been called. (inherited from Misc )
| |
Wait until the variable is modified. (inherited from Misc )
| |
Wait until the visibility of a WIDGET changes (e.g. (inherited from Misc )
| |
Wait until a WIDGET is destroyed. (inherited from Misc )
| |
Wait until the variable is modified. (inherited from Misc )
| |
Return integer which represents atom NAME. (inherited from Misc )
| |
Return name of atom with identifier ID. (inherited from Misc )
| |
Return number of cells in the colormap for this widget. (inherited from Misc )
| |
Return a list of all widgets which are children of this widget. (inherited from Misc )
| |
Return window class name of this widget. (inherited from Misc )
| |
Return true if at the last color request the colormap was full. (inherited from Misc )
| |
Return the widget which is at the root coordinates ROOTX, ROOTY. (inherited from Misc )
| |
Return the number of bits per pixel. (inherited from Misc )
| |
Return true if this widget exists. (inherited from Misc )
| |
Return the number of pixels for the given distance NUMBER (e.g. (inherited from Misc )
| |
Return geometry string for this widget in the form "widthxheight+X+Y". (inherited from Misc )
| |
Return height of this widget. (inherited from Misc )
| |
Return identifier ID for this widget. (inherited from Misc )
| |
Return the name of all Tcl interpreters for this display. (inherited from Misc )
| |
Return true if this widget is mapped. (inherited from Misc )
| |
Return the window mananger name for this widget. (inherited from Misc )
| |
Return the name of this widget. (inherited from Misc )
| |
Return the name of the parent of this widget. (inherited from Misc )
| |
Return the pathname of the widget given by ID. (inherited from Misc )
| |
Rounded integer value of winfo_fpixels. (inherited from Misc )
| |
Return the x coordinate of the pointer on the root window. (inherited from Misc )
| |
Return a tuple of x and y coordinates of the pointer on the root window. (inherited from Misc )
| |
Return the y coordinate of the pointer on the root window. (inherited from Misc )
| |
Return requested height of this widget. (inherited from Misc )
| |
Return requested width of this widget. (inherited from Misc )
| |
Return tuple of decimal values for red, green, blue for COLOR in this widget. (inherited from Misc )
| |
Return x coordinate of upper left corner of this widget on the root window. (inherited from Misc )
| |
Return y coordinate of upper left corner of this widget on the root window. (inherited from Misc )
| |
Return the screen name of this widget. (inherited from Misc )
| |
Return the number of the cells in the colormap of the screen of this widget. (inherited from Misc )
| |
Return the number of bits per pixel of the root window of the screen of this widget. (inherited from Misc )
| |
Return the number of pixels of the height of the screen of this widget in pixel. (inherited from Misc )
| |
Return the number of pixels of the height of the screen of this widget in mm. (inherited from Misc )
| |
Return the number of pixels of the width of the screen of this widget in mm. (inherited from Misc )
| |
Return one of the strings directcolor, grayscale, pseudocolor, staticcolor, staticgray, or truecolor for the default colormodel of this screen. (inherited from Misc )
| |
Return the number of pixels of the width of the screen of this widget in pixel. (inherited from Misc )
| |
Return information of the X-Server of the screen of this widget in the form "XmajorRminor vendor vendorVersion". (inherited from Misc )
| |
Return the toplevel widget of this widget. (inherited from Misc )
| |
Return true if the widget and all its higher ancestors are mapped. (inherited from Misc )
| |
Return one of the strings directcolor, grayscale, pseudocolor, staticcolor, staticgray, or truecolor for the colormodel of this widget. (inherited from Misc )
| |
Return the X identifier for the visual for this widget. (inherited from Misc )
| |
Return a list of all visuals available for the screen of this widget. (inherited from Misc )
| |
Return the height of the virtual root window associated with this widget in pixels. (inherited from Misc )
| |
Return the width of the virtual root window associated with this widget in pixel. (inherited from Misc )
| |
Return the x offset of the virtual root relative to the root window of the screen of this widget. (inherited from Misc )
| |
Return the y offset of the virtual root relative to the root window of the screen of this widget. (inherited from Misc )
| |
Return the width of this widget. (inherited from Misc )
| |
Return the x coordinate of the upper left corner of this widget in the parent. (inherited from Misc )
| |
Return the y coordinate of the upper left corner of this widget in the parent. (inherited from Misc )
| |
Return the Tkinter instance of a widget identified by its Tcl name NAME. (inherited from Misc )
|
Method Details |
---|
__init__(self,
master,
widgetName,
cnf={},
kw={},
extra=())
Construct a widget with the parent widget MASTER, a name WIDGETNAME
and appropriate options.
|
destroy(self)Destroy this and all descendants widgets.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:26 2003 | http://epydoc.sf.net |