Package nltk :: Package draw :: Class EntryDialog
[hide private]
[frames] | no frames]

Class EntryDialog

source code

object --+
         |
        EntryDialog

A dialog box for entering

Instance Methods [hide private]
 
__init__(self, parent, original_text='', instructions='', set_callback=None, title=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_apply(self, *e) source code
 
_cancel(self, *e) source code
 
_destroy(self, *e) source code
 
_ok(self, *e) source code
 
_reset(self, *e) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, original_text='', instructions='', set_callback=None, title=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)