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