• Home
  • Raw
  • Download

Lines Matching refs:widgets

32       Extensive tutorial plus friendlier widget pages for some of the widgets.
247 for subclassing to make "real" widgets (in C++, this is called an 'abstract
270 enforce this, widgets in Tk are named with *pathnames*, just like files in a
342 various forms of the pack command are implemented as methods. All widgets in
372 The Tcl part of the Tk widgets is used to bind certain default behaviors to
373 widgets, and is executed once at the point where the Python :mod:`tkinter`
416 widgets, the latter are the options that are idiosyncratic to that particular
421 document. Some options don't apply to some kinds of widgets. Whether a given
464 .. index:: single: packing (widgets)
467 are used to specify the relative positioning of widgets within their container -
473 The size of any *master* widget is determined by the size of the "slave widgets"
474 inside. The packer is used to control where slave widgets appear inside the
475 master into which they are packed. You can pack widgets into frames, and frames
480 Note that widgets do not appear until they have had their geometry specified
523 The current-value setting of some widgets (like text entry widgets) can be
577 .. index:: single: window manager (widgets)
582 been implemented as methods on the :class:`Wm` class. Toplevel widgets are
666 measured in pixels for most widgets (in characters for widgets displaying text).
695 single: bind (widgets)
696 single: events (widgets)
757 A number of widgets require "index" parameters to be passed. These are used to
762 Entry widgets have options that refer to character positions in the text being
764 points in text widgets:
767 The index notation for Text widgets is very rich and is best described in the Tk