Package teamwork :: Package widgets :: Package htmlViewer :: Module tkwidget :: Class MfxDialog
[hide private]
[frames] | no frames]

Class MfxDialog

source code

_ToplevelDialog --+
                  |
                 MfxDialog
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, parent, title, **kw) source code
 
initKw(self, kw) source code
 
createFrames(self, kw) source code
 
createBitmaps(self, frame, kw) source code
 
createButtons(self, frame, kw) source code
 
mDone(self, button) source code

Inherited from _ToplevelDialog: destroy, getDefaultFont, mCancel, mTimeout, mainloop, wmDeleteWindow

Class Variables [hide private]

Inherited from _ToplevelDialog: img

Method Details [hide private]

__init__(self, parent, title, **kw)
(Constructor)

source code 
Overrides: _ToplevelDialog.__init__