tkCommonDialog
 

# Instant Python
# $Id: tkCommonDialog.py,v 1.4 1998/10/12 20:40:47 guido Exp $
#
# base class for tk common dialogues
#
# this module provides a base class for accessing the common
# dialogues available in Tk 4.2 and newer.  use tkFileDialog,
# tkColorChooser, and tkMessageBox to access the individual
# dialogs.
#
# written by Fredrik Lundh, May 1997 #


 Modules
                                                                                                                                                                                                                               
os
sys
_tkinter


 Classes
                                                                                                                                                                                                                               
Dialog


 class Dialog
           no doc string
                                                                                                                                                                                                                     
__init__(self, master=None, **options)
no doc string
_fixoptions(self)
no doc string
_fixresult(self, widget, result)
no doc string
show(self, **options)
no doc string


 Functions
                                                                                                                                                                                                                               
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.