Current Path : /usr/local/lib/python2.5/lib-tk/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/lib-tk/tkSimpleDialog.pyc |
³ò h”Rc @ s d Z d d k Td d k Z d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d „ Z d e f d „ ƒ YZ d „ Z d e f d „ ƒ YZ d „ Z e d j oS e ƒ Z e i ƒ e d d d d ƒGHe d d d d d d ƒGHe d d ƒ GHn d S( sú Dialog boxes This module handles dialog boxes. It contains the following public symbols: Dialog -- a base class for dialogs askinteger -- get an integer from the user askfloat -- get a float from the user askstring -- get a string from the user iÿÿÿÿ( t *Nt Dialogc B s_ e Z d Z d d „ Z d „ Z d „ Z d „ Z d d „ Z d d „ Z d „ Z d „ Z RS( sZ Class to open dialogs. This class is intended as a base class for custom dialogs c C s1 t i | | ƒ | i ƒ o | i | ƒ n | o | i | ƒ n | | _ d | _ t | ƒ } | i | ƒ | _ | i d d d d ƒ | i ƒ | i ƒ | i ƒ | i p | | _ n | i d | i ƒ | i d j o/ | i d | i ƒ d | i ƒ d f ƒ n | i i ƒ | i | ƒ d S( s˜ Initialize a dialog. Arguments: parent -- a parent window (the application window) title -- the dialog title t padxi t padyt WM_DELETE_WINDOWs +%d+%di2 N( t Toplevelt __init__t winfo_viewablet transientt titlet parentt Nonet resultt Framet bodyt initial_focust packt buttonboxt wait_visibilityt grab_sett protocolt cancelt geometryt winfo_rootxt winfo_rootyt focus_sett wait_window( t selfR R R ( ( s1 /usr/local/lib/python2.5/lib-tk/tkSimpleDialog.pyR &