Personal tools
You are here: Home CDAT Source Code API Reference Python: package gui_support
Document Actions

Python: package gui_support

by Kyle Halliday last modified 2005-05-10 15:18
 
 
gui_support
index

 
Package Contents
       
gui_color
gui_support_version

 
Classes
       
VcsDialog

 
class VcsDialog
     Methods defined here:
__init__(self, **kw)
destroy(self)
execute(self, name)
position_over(self, gui_parent)
Position this dialog over the gui_parent
position_popup(self, popup, transient=1)
Position a dialog over this one.

 
Functions
       
add_balloon_help(menu, menu_title)
Add a balloon help toggle to menu.
balloon_state()
Return the state of the global balloon setting.
buildDate()
Returns the date python was built, and the date CDAT was built
root()
Return the root
root_exists()
Does the root window exist yet?
set_root(root)
Set the root externally.
toggle_balloon_state()
Set the balloon help flag.
version()
Return the version number from the cdatversion script

 
Data
        Pmw = <Pmw.Pmw_1_2.lib.PmwLoader.PmwLoader instance>
balloon = None
balloons_off = 'none'
balloons_on = 'balloon'
fn = '/pcmdi/halliday1/PCMDI_GRAPHICS'

Powered by Plone