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

Class MfxSimpleEntry

source code

_ToplevelDialog --+        
                  |        
          MfxDialog --+    
                      |    
        MfxSimpleSlider --+
                          |
                         MfxSimpleEntry

Instance Methods [hide private]
 
__init__(self, parent, title, label, value, **kw) source code

Inherited from MfxSimpleSlider: initKw, mDone

Inherited from MfxDialog: createBitmaps, createButtons, createFrames

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, label, value, **kw)
(Constructor)

source code 
Overrides: _ToplevelDialog.__init__