Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

spedas/gui/utilities/

spd_ui_get_panels.pro


NAME: spd_ui_get_panels PURPOSE: Generic GUI function for returning the panel names and panel objects given a window CALLING SEQUENCE: panel_names = spd_ui_get_panels(window, panelObjs = panelObjs) INPUT: window: current active window, see the following example: EXAMPLE: window = windowStorage->getActive() panel_names = spd_ui_get_panels(window, panelObjs=panelObjs) OUTPUT: names of the panels on the current page, or a single element array with 'No Panels' if there aren't any panels on the current page $LastChangedBy: egrimes $ $LastChangedDate: 2014-07-24 12:19:29 -0700 (Thu, 24 Jul 2014) $ $LastChangedRevision: 15603 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/utilities/spd_ui_get_panels.pro $

Routines

top source spd_ui_get_panels

result = spd_ui_get_panels(window, panelObjs=panelObjs)

Parameters

window

Keywords

panelObjs

File attributes

Modification date: Tue Oct 21 13:53:42 2014
Lines: 21