spedas/gui/panels/spd_ui_layout_options/
spd_ui_layout_options.pro
NAME: spd_ui_layout_options PURPOSE: This routine creates and handles the layout widget. CALLING SEQUENCE: spd_ui_layout_options INPUT: info: Info structure from spd_gui. OUTPUT: none HISTORY: (lphilpott, 06/21/2011) Modified the event handling for the spinners so that it delays handling invalid entries until the user clicks OK/Apply or changes panels. Added code to set the minimums for the Columns per page and Rows per page spinner (as they change) so that the user can't click down below valid values. $LastChangedBy: egrimes $ $LastChangedDate: 2014-07-28 13:47:52 -0700 (Mon, 28 Jul 2014) $ $LastChangedRevision: 15619 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/spedas/gui/panels/spd_ui_layout_options/spd_ui_layout_options.pro $
Routines
Routines from spd_ui_layout_options.pro
spd_ui_layout_sync_traces, state
result = spd_ui_check_panel_layout(state)
spd_ui_layout_resize_page, state, row=row, col=col, single=single
spd_ui_layout_draw_update, tlb, state, apply=apply
spd_ui_update_panel_list, state=state, panelNames=panelNames, panelValue=panelValue, panel_ValueInfo=panel_ValueInfo, panelLayout=panelLayout, ntr=ntr
spd_ui_init_tree_widgets, tlb, state=state
spd_ui_update_var_widget, tlb, state=state
spd_ui_layout_add_panel, state
spd_ui_layout_add_trace, event, state, spectra=spectra
spd_ui_layout_get_selection, state, x_select=x_select, y_select=y_select, z_select=z_select, spectra=spectra
spd_ui_update_nrows_ncols, panelobjs, windowobj, topid
spd_ui_layout_shift_traces, state, up=up, down=down
spd_ui_layout_shift_panels, state, left=left, right=right, up=up, down=down
spd_ui_layout_shift, state, _extra=_extra
spd_ui_layout_options_update_spinner_min, panelObjs, topid
spd_ui_layout_options_check_spinners, panelObjs, panelLayout, windowobj, panelnum, topid, maxrows, maxcols
spd_ui_layout_options_event, event
spd_ui_layout_options, info
Routine details
top source spd_ui_layout_resize_page
spd_ui_layout_resize_page, state, row=row, col=col, single=single
Parameters
- state
Keywords
- row
- col
- single
top source spd_ui_layout_draw_update
spd_ui_layout_draw_update, tlb, state, apply=apply
Parameters
- tlb
- state
Keywords
- apply
top source spd_ui_update_panel_list
spd_ui_update_panel_list, state=state, panelNames=panelNames, panelValue=panelValue, panel_ValueInfo=panel_ValueInfo, panelLayout=panelLayout, ntr=ntr
Keywords
- state
- panelNames
- panelValue
- panel_ValueInfo
- panelLayout
- ntr
top source spd_ui_init_tree_widgets
spd_ui_init_tree_widgets, tlb, state=state
Parameters
- tlb
Keywords
- state
top source spd_ui_update_var_widget
spd_ui_update_var_widget, tlb, state=state
Parameters
- tlb
Keywords
- state
top source spd_ui_layout_add_trace
spd_ui_layout_add_trace, event, state, spectra=spectra
Parameters
- event
- state
Keywords
- spectra
top source spd_ui_layout_get_selection
spd_ui_layout_get_selection, state, x_select=x_select, y_select=y_select, z_select=z_select, spectra=spectra
Parameters
- state
Keywords
- x_select
- y_select
- z_select
- spectra
top source spd_ui_update_nrows_ncols
spd_ui_update_nrows_ncols, panelobjs, windowobj, topid
Parameters
- panelobjs
- windowobj
- topid
top source spd_ui_layout_shift_traces
spd_ui_layout_shift_traces, state, up=up, down=down
Parameters
- state
Keywords
- up
- down
top source spd_ui_layout_shift_panels
spd_ui_layout_shift_panels, state, left=left, right=right, up=up, down=down
Parameters
- state
Keywords
- left
- right
- up
- down
top source spd_ui_layout_shift
spd_ui_layout_shift, state, _extra=_extra
Parameters
- state
Keywords
- _extra
top source spd_ui_layout_options_update_spinner_min
spd_ui_layout_options_update_spinner_min, panelObjs, topid
Parameters
- panelObjs
- topid
File attributes
Modification date: | Tue Oct 21 13:53:40 2014 |
Lines: | 1,870 |