Dialog window with selection list.
Methods
|
|
__init__
bbox
size
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
Define the megawidget options.
|
|
bbox
|
bbox ( self, index )
Need to explicitly forward this to override the stupid
(grid_)bbox method inherited from Tkinter.Toplevel.Grid.
|
|
size
|
size ( self )
Need to explicitly forward this to override the stupid
(grid_)size method inherited from Tkinter.Toplevel.Grid.
|
|