Options for this megawidget and its base
classes are described below.
activatecommand
If this is callable, it will be called whenever the megawidget is
activated by a call to activate(). The default is None.
initwait
The default is 500.
state
The default is 'both'.
statuscommand
The default is None.
title
This is the title that the window manager displays in the title
bar of the window. The default is None.
xoffset
The default is 20.
yoffset
The default is 1.
Components
Components created by this megawidget and its base
classes are described below.
hull
This acts as the body for the entire megawidget. Other components
are created as children of the hull to further specialise the
widget. By default, this component is a Tkinter.Toplevel.
label
If the labelpos option is not None, this component is
created as a text label for the megawidget. See the
labelpos option for details. Note that to set, for example,
the text option of the label, you need use the label_text
component option. By default, this component is a Tkinter.Label.
Methods
Only methods specific to this megawidget are described below.
For a description of its inherited methods, see the
manuals for its base classes.