Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/pass_default_menu.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 04:45:03 2016
Кодировка:

Поисковые слова: внешние планеты
Python: module pass_default_menu
 
 
pass_default_menu (version 7/17/08)
index
pass_default_menu.py

PURPOSE --
This Generates the Default Settings menu.
 
DEVELOPER --
K. Clark and Don Chance
 
MODIFICATION HISTORY --
o Initial implementation 1/2/03
o filter on input run name. 11/11/03
o change cursor to a watch while waiting for the dialog box to
  appear. dc 12/9/03
o add the comment box.  dc 1/7/04
o disable editing of comment box. dc 2/24/04
o catch bad regular expressions.  dc 4/1/04
o set disablebackground to white. dc 5/11/06
o set disablebackground to white only for TclVersion >= 8.4. dc 5/23/06
o specify default_pickle when input is a file. dc 2/28/07
o improve error handling for bad pickles.  dc 7/17/08

 
Modules
       
Tix
abstract_pass_menu
configure_util
entry_box
mscl_util
os
pickle_selection_menu
re
select_option_menu
spss_sys_util
sys
tkMessageBox
_tkinter

 
Classes
       
abstract_pass_menu.abstract_pass_menu
pass_default_menu

 
class pass_default_menu(abstract_pass_menu.abstract_pass_menu)
     Methods defined here:
__init__(self, parent, pass_run=None, gui_clear=None, gui_save=None, verbose=0)
Constructor.
clear(self)
Clear out any previous run.
dialog_button_push(self, button_name)
Executes when the OK or Cancel buttons on the 'load old run' dialog popup
are clicked.
get_entry(self)
Return the currently selected pass_run object.
load_old_run(self, dummy=None)
Create a dialog box containing a pickle selection menu for picking
the MSCL run to load.
on_lower(self, run_obj)
This function runs when this tab is lowered.
on_raise(self, run_obj)
This function runs when this tab is raised.

 
Data
        ACTIVE = 'active'
ALL = 'all'
ANCHOR = 'anchor'
ARC = 'arc'
BASELINE = 'baseline'
BEVEL = 'bevel'
BOTH = 'both'
BOTTOM = 'bottom'
BROWSE = 'browse'
BUTT = 'butt'
CASCADE = 'cascade'
CENTER = 'center'
CHAR = 'char'
CHECKBUTTON = 'checkbutton'
CHORD = 'chord'
COMMAND = 'command'
CURRENT = 'current'
DISABLED = 'disabled'
DOTBOX = 'dotbox'
E = 'e'
END = 'end'
EW = 'ew'
EXCEPTION = 8
EXTENDED = 'extended'
FALSE = 0
FIRST = 'first'
FLAT = 'flat'
GROOVE = 'groove'
HIDDEN = 'hidden'
HORIZONTAL = 'horizontal'
INSERT = 'insert'
INSIDE = 'inside'
LAST = 'last'
LEFT = 'left'
MITER = 'miter'
MOVETO = 'moveto'
MULTIPLE = 'multiple'
N = 'n'
NE = 'ne'
NO = 0
NONE = 'none'
NORMAL = 'normal'
NS = 'ns'
NSEW = 'nsew'
NUMERIC = 'numeric'
NW = 'nw'
OFF = 0
ON = 1
OUTSIDE = 'outside'
PAGES = 'pages'
PIESLICE = 'pieslice'
PROJECTING = 'projecting'
Pmw = <Pmw.Pmw_1_3_3.lib.PmwLoader.PmwLoader instance>
RADIOBUTTON = 'radiobutton'
RAISED = 'raised'
READABLE = 2
RIDGE = 'ridge'
RIGHT = 'right'
ROUND = 'round'
S = 's'
SCROLL = 'scroll'
SE = 'se'
SEL = 'sel'
SEL_FIRST = 'sel.first'
SEL_LAST = 'sel.last'
SEPARATOR = 'separator'
SINGLE = 'single'
SOLID = 'solid'
SUNKEN = 'sunken'
SW = 'sw'
StringTypes = (<type 'str'>, <type 'unicode'>)
TOP = 'top'
TRUE = 1
TclVersion = 8.6
TkVersion = 8.6
UNDERLINE = 'underline'
UNITS = 'units'
VERTICAL = 'vertical'
W = 'w'
WORD = 'word'
WRITABLE = 4
X = 'x'
Y = 'y'
YES = 1
__version__ = '7/17/08'
wantobjects = 1