spedas/gui/api_examples/plugin_menu/
yyy_ui_plugin_add.pro
Routines
top source yyy_ui_plugin_add
yyy_ui_plugin_add, loaded_data=loaded_data, history_window=history_window, status_bar=status_bar, _extra=_extra
Procedure: yyy_ui_plugin_add Purpose: This is an example of a helper routine for GUI plugins. Plugin helper routines perform operations on GUI data and allow those operations to be reproduced when loading GUI documents (see API requirements below). This example demostrates adding a new variable to the loaded data object. Calling Sequence: yyy_ui_plugin_add, loaded_data, history_window, status_bar API Required Input: loaded_data: GUI loaded data object history_window: GUI history window object status_bar: GUI status bar object Other Input: none Output: none API Requirements: -GUI objects must be passed by keyword. -Routine must include the _extra keyword. See Also: yyy_ui_plugin yyy_ui_plugin_randomize yyy_ui_plugin_delete Notes: $LastChangedBy: aaflores $ $LastChangedDate: 2014-03-18 18:27:19 -0700 (Tue, 18 Mar 2014) $ $LastChangedRevision: 14584 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/api_examples/plugin_menu/yyy_ui_plugin_add.pro $
Keywords
- loaded_data
- history_window
- status_bar
- _extra
File attributes
Modification date: | Thu Apr 10 11:53:02 2014 |
Lines: | 22 |