Home | History | Annotate | Download | only in lib-tk

Lines Matching full:widgets

16 # The Tix widgets are represented by a class hierarchy in python with proper
155 option of the TK and Tix widgets.
169 configure the -image option of the Tk and Tix widgets.
193 widgets created after this call. Therefore, it is best to call the
194 resetoptions command before the creation of any widgets in a Tix
236 Widgets can be arranged by specifying attachments to other widgets.
281 """A TixWidget class is used to package all (or most) Tix widgets.
288 child widgets created automatically by a Tix mega-widget. The Tk call
289 to create these widgets is therefore bypassed in TixWidget.__init__
368 # some of the widgets are unknown e.g. border in LabelFrame
419 # Subwidgets are child widgets created automatically by mega-widgets.
425 This is used to mirror child widgets automatically created
443 # Ensure that the intermediate widgets exist
462 # For some widgets e.g., a NoteBook, when we call destructors,
472 # This is bypassed only for a few widgets
552 One balloon widget may be bound to several widgets at the same time"""
1091 and a label into one mega widget. To create widgets inside a
1092 LabelFrame widget, one creates the new widgets relative to the
1157 <pages> page widgets added dynamically with the add method"""
1233 <panes> g/p widgets added dynamically with the add method."""
1294 """Internal widget to draw resize handles on Scrolled widgets."""
1571 similarly to the Tk checkbutton or radiobutton widgets, except it is
1760 #mike Should tixDestroy be exposed as a wrapper? - but not for widgets.
1961 '''Scrolled Grid widgets'''