Dialog
 

Dialog.py -- Tkinter interface to the tk_dialog script.


 Modules
                                                                                                                                                                                                                               
sys
_tkinter


 Classes
                                                                                                                                                                                                                               
Tkinter.Widget(Tkinter.BaseWidget, Tkinter.Pack, Tkinter.Place, Tkinter.Grid)
Dialog


 class Dialog(Tkinter.Widget)
           no doc string
                                                                                                                                                                                                                     
__init__(self, master=None, cnf={}, **kw)
no doc string
destroy(self)
no doc string


 Functions
                                                                                                                                                                                                                               
_test()
no doc string
float(no arg info)
float(x) -> floating point number
Convert a string or number to a floating point number, if possible.
int(no arg info)
int(x) -> integer
Convert a string or number to an integer, if possible.
A floating point argument will be truncated towards zero.