Lines Matching refs:widgets
1 :mod:`tkinter.tix` --- Extension widgets for Tk
20 rich set of widgets. Although the standard Tk library has many useful widgets,
22 commonly needed widgets that are missing from standard Tk: :class:`HList`,
24 scrollable widgets.
25 :mod:`tkinter.tix` also includes many more widgets that are generally useful in
29 With all these new widgets, you can introduce new interaction techniques into
31 design your application by choosing the most appropriate widgets to match the
71 To use :mod:`tkinter.tix`, you must have the Tix widgets installed, usually
72 alongside your installation of the Tk widgets. To test your installation, try
154 widgets inside a LabelFrame widget, one creates the new widgets relative to the
322 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of
433 capabilities to all :mod:`tkinter.tix` and :mod:`tkinter` widgets to create
467 widgets are to accept inputs from the user, which can be done with the ``bind``
481 manager based on attachment rules for all Tk widgets.
529 used to configure the ``bitmap`` option of the Tk and Tix widgets.
562 be used to configure the ``image`` option of the Tk and Tix widgets.
573 *newFontSet*, respectively. This affects only those widgets created after this
575 of any widgets in a Tix application.