Lines Matching refs:Tk
1 :mod:`Tix` --- Extension widgets for Tk
5 :synopsis: Tk Extension Widgets for Tkinter
11 The :mod:`Tix` (Tk Interface Extension) module provides an additional rich set
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`,
45 work under Tk or Tkinter, and include :program:`TixInspect`, an inspector to
46 remotely modify and debug Tix/Tk/Tkinter applications.
61 :mod:`Tix`, and replace the toplevel call to :class:`Tkinter.Tk` with
62 :class:`Tix.Tk`::
66 root = Tix.Tk()
69 alongside your installation of the Tk widgets. To test your installation, try
73 root = Tix.Tk()
76 If this fails, you have a Tk installation problem which must be resolved before
80 directory that contains your Tk dynamic object library (:file:`tk8183.dll` or
334 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of
367 :class:`TList` widget are similar to the entries in the Tk listbox widget. The
458 display a bitmap and a text string simultaneously in a Tk :class:`Button`
493 manager based on attachment rules for all Tk widgets.
513 root = Tix.Tk()
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.
591 the Tk options set by the Tix schemes.
593 Because of the way Tk handles the X option database, after Tix has been has