GRIDWINDOW__DEFINE Name
GRIDWINDOW__DEFINE
Purpose
The purpose of this routine is to provide a draw widget window that can
draw its children in grids, similar to !P.MULTI.
Author
David W. Fanning, Ph.D
National Snow and Ice Data Center (NSIDC)
NSIDC/CIRES University of Colorado
Boulder, CO 80309
E-Mail: fanning@nsidc.org Category
Objects.
Syntax
theObject = Obj_New("GRIDWINDOW")
Superclasses
SELECTABLEDRAWWIDGET
DRAWWIDGET
WIDGETATOM
CATATOM
CATCONTAINER IDLITCOMPONENT
IDL_CONTAINER
Class Structure
class = { GRIDWINDOW, $
INHERITS SELECTABLEDRAWWIDGET $
_cols: 0L, $ ; Number of columns in the grid.
_rows: 0L, $ ; Number of the rows in the grid.
_order: 0L $ ; The order of plots. 0 - row order, 1 - column order.
}
Messages
None.
Modification History
Written by: David W. Fanning, 17 May 2008.