Lines Matching refs:widgets
1 :mod:`Tix` --- Extension widgets for Tk
12 of widgets. Although the standard Tk library has many useful widgets, they are
14 widgets that are missing from standard Tk: :class:`HList`, :class:`ComboBox`,
15 :class:`Control` (a.k.a. SpinBox) and an assortment of scrollable widgets.
16 :mod:`Tix` also includes many more widgets that are generally useful in a wide
20 With all these new widgets, you can introduce new interaction techniques into
22 design your application by choosing the most appropriate widgets to match the
68 To use :mod:`Tix`, you must have the :mod:`Tix` widgets installed, usually
69 alongside your installation of the Tk widgets. To test your installation, try
93 demo of all the :mod:`Tix` widgets in the :file:`Demo/tix` directory of the
166 widgets inside a LabelFrame widget, one creates the new widgets relative to the
334 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of
445 capabilities to all :mod:`Tix` and :mod:`Tkinter` widgets to create color images
479 widgets are to accept inputs from the user, which can be done with the ``bind``
493 manager based on attachment rules for all Tk widgets.
542 used to configure the ``bitmap`` option of the Tk and Tix widgets.
575 be used to configure the ``image`` option of the Tk and Tix widgets.
586 *newFontSet*, respectively. This affects only those widgets created after this
588 of any widgets in a Tix application.