Lines Matching defs:this
39 import _tkinter # If this fails your Python may not be configured for Tk
129 Instances of this type are generated if one of the following events occurs:
176 Call this function to inhibit that the first instance of
383 this widget in the Tcl interpreter."""
415 widget elements are derived from this.
461 """Direct input focus to this widget.
464 this widget will get the focus if the application gets
469 """Direct input focus to this widget even if the
485 display where this widget is located.
493 for this widget gets the focus from the window manager."""
576 This command is equivalent to:
606 """Return widget which has currently the grab in this application
612 """Release grab for this widget if currently set."""
615 """Set grab for this widget.
617 A grab directs all events to this and descendant
621 """Set global grab for this widget.
623 A global grab directs all events to this and
628 """Return None, "local" or "global" if this widget has
646 """Return the value for an option NAME for this widget
680 selection owned by this widget is queried by another
683 This function must return the contents of the
715 """Lower this widget in the stacking order."""
718 """Raise this widget in the stacking order."""
734 """Return number of cells in the colormap for this widget."""
738 """Return a list of all widgets which are children of this widget."""
751 """Return window class name of this widget."""
768 """Return true if this widget exists."""
777 """Return geometry string for this widget in the form "widthxheight+X+Y"."""
780 """Return height of this widget."""
784 """Return identifier ID for this widget."""
788 """Return the name of all Tcl interpreters for this display."""
792 """Return true if this widget is mapped."""
796 """Return the window mananger name for this widget."""
799 """Return the name of this widget."""
802 """Return the name of the parent of this widget."""
826 """Return requested height of this widget."""
830 """Return requested width of this widget."""
835 COLOR in this widget."""
839 """Return x coordinate of upper left corner of this widget on the
844 """Return y coordinate of upper left corner of this widget on the
849 """Return the screen name of this widget."""
853 of this widget."""
858 screen of this widget."""
862 """Return the number of pixels of the height of the screen of this widget
868 this widget in mm."""
873 this widget in mm."""
879 colormodel of this screen."""
883 this widget in pixel."""
887 """Return information of the X-Server of the screen of this widget in
891 """Return the toplevel widget of this widget."""
901 colormodel of this widget."""
904 """Return the X identifier for the visual for this widget."""
908 of this widget.
925 """Return the height of the virtual root window associated with this
931 """Return the width of the virtual root window associated with this
938 window of the screen of this widget."""
943 window of the screen of this widget."""
947 """Return the width of this widget."""
951 """Return the x coordinate of the upper left corner of this widget
956 """Return the y coordinate of the upper left corner of this widget
964 """Enter event loop until all idle callbacks have been called. This
969 """Set or get the list of bindtags for this widget.
972 this widget. With a list of strings as argument the bindtags are
973 set to this list. The bindtags determine in which order events are
998 """Bind to this widget at event SEQUENCE a call to function FUNC.
1017 <<AString>> where AString can be arbitrary. This
1038 """Unbind for this widget for event SEQUENCE the
1144 """Return a newly created Tcl function. If this
1273 """Return a list of all resource names of this widget."""
1277 """Return the window path name of this widget."""
1285 of the slaves will determine the size of this widget. If no argument
1295 """Return a list of all slaves of this widget
1303 """Return a list of all slaves of this widget
1312 box of this widget controlled by the geometry manager grid.
1368 weight (how much does additional space propagate to this column)
1383 of the slaves will determine the size of this widget. If no argument
1395 weight (how much does additional space propagate to this row)
1405 """Return a list of all slaves of this widget
1526 of this widget to be between MINNUMER/MINDENOM and MAXNUMER/MAXDENOM. Return a tuple
1535 """This subcommand returns or sets platform specific attributes
1545 whether this is a topmost window (displays above all other
1557 """Store NAME in WM_CLIENT_MACHINE property of this widget. Return
1563 of this widget. This list contains windows whose colormaps differ from their
1577 """Deiconify this widget. If it was never mapped it will not be mapped.
1578 On Windows it will raise this widget and give it the focus."""
1582 """Set focus model to MODEL. "active" means that this widget will claim
1588 """Return identifier for decorative frame of this widget if present."""
1599 """Instruct the window manager that this widget shall only be
1609 the group leader of this widget if None is given."""
1631 """Set mask for the icon bitmap of this widget. Return the
1636 this widget. Return the name if
1641 """Set the position of the icon of this widget to X and Y. Return
1652 """Set max WIDTH and HEIGHT for this widget. If the window is gridded
1659 """Set min WIDTH and HEIGHT for this widget. If the window is gridded
1666 """Instruct the window manager to ignore this widget
1673 """Instruct the window manager that the position of this widget shall
1679 """Bind function FUNC to command NAME for this widget.
1690 """Instruct the window manager whether this width can be resized
1695 """Instruct the window manager that the size of this widget shall
1701 """Query or set the state of this widget as one of normal, icon,
1706 """Set the title of this widget."""
1710 """Instruct the window manager that this widget is transient
1715 """Withdraw this widget from the screen such that it is unmapped
1787 """Destroy this and all descendants widgets. This will
1788 end the application of this Tcl interpreter."""
1858 in=master - use master to contain this widget
1864 side=TOP or BOTTOM or LEFT or RIGHT - where to add this widget.
1871 """Unmap this widget and do not use it for the packing order."""
1876 for this widget."""
1899 x=amount - locate anchor of this widget at position x of master
1900 y=amount - locate anchor of this widget at position y of master
1901 relx=amount - locate anchor of this widget between 0.0 and 1.0
1903 rely=amount - locate anchor of this widget between 0.0 and 1.0
1906 width=amount - width of this widget in pixel
1907 height=amount - height of this widget in pixel
1908 relwidth=amount - width of this widget between 0.0 and 1.0
1911 relheight=amount - height of this widget between 0.0 and 1.0
1922 """Unmap this widget."""
1927 for this widget."""
1949 columnspan=number - this widget will span several columns
1950 in=master - use master to contain this widget
1957 rowspan=number - this widget will span several rows
1958 sticky=NSEW - if cell is larger on which sides will this
1968 """Unmap this widget."""
1972 """Unmap this widget but remember the grid options."""
1976 for positioning this widget in a grid."""
2040 """Destroy this and all descendants widgets."""
2126 This is accomplished by redisplaying
2130 invoked. This command is ignored if the button's state is
2140 the button. This command is ignored if the button's state
2193 closests). If START is specified the next below this tag is taken."""
2307 closests). If START is specified the next below this tag is taken."""
2390 """Clear the selection if it is in this widget."""
2477 """Clear the selection if it is in this widget."""
2932 arguments to the function. In this case the list is not returned."""
2964 This method controls the undo mechanism and
3040 """Return all names of embedded images in this widget."""
3183 """Return all names of embedded windows in this widget."""
3235 """Destroy this widget and the associated menu."""
3318 """Return a new PhotoImage with the same image as this widget."""
3323 """Return a new PhotoImage with the same image as this widget
3330 """Return a new PhotoImage based on the same image as this widget
3423 deleted. This command returns an empty string.
3475 Typically this command is associated with a mouse button
3485 difference in x-coordinates. This command is typically
3514 If the selection isn't in this widget then the
3630 pathName sash dragto index x y This command computes the
3664 describing the one named option (this list will be identical
3668 option(s) to have the given value(s); in this case the
3688 less than n. This constraint only affects the size of
3705 dimensions of the window, this option may be used
3771 text = "This is Tcl/Tk version %s" % TclVersion