Lines Matching refs:Tk
1 :mod:`tkinter.tix` --- Extension widgets for Tk
5 :synopsis: Tk Extension Widgets for Tkinter
14 This Tk extension is unmaintained and should not be used in new code. Use
19 The :mod:`tkinter.tix` (Tk Interface Extension) module provides an additional
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`,
48 work under Tk or Tkinter, and include :program:`TixInspect`, an inspector to
49 remotely modify and debug Tix/Tk/Tkinter applications.
56 .. class:: Tk(screenName=None, baseName=None, className='Tix')
65 :class:`tkinter.Tk` with :class:`tix.Tk`::
69 root = tix.Tk()
72 alongside your installation of the Tk widgets. To test your installation, try
76 root = tix.Tk()
322 similarly to the Tk checkbutton or radiobutton widgets, except it is capable of
355 :class:`TList` widget are similar to the entries in the Tk listbox widget. The
446 display a bitmap and a text string simultaneously in a Tk :class:`Button`
481 manager based on attachment rules for all Tk widgets.
500 root = tix.Tk()
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.
578 the Tk options set by the Tix schemes.
580 Because of the way Tk handles the X option database, after Tix has been has