Produced by IDL 7.1.1
Developer Documentation

./plotter
gbtplot.pro

Last modification date:
Wed Sep 28 13:27:13 2016

Routine Summary  3 routines

procedure gbtplot_event, event

The event handler for the gbtidl plotter.

procedure init_gbtplot_state

This procedure initializes the gbtidl plotter state, the actual plotter is initialized as necessary by gbtplotter.

function gbtplot()

This function checks on the value of mystate.

Routine Details

gbtplot_event

procedure gbtplot_event, event

The event handler for the gbtidl plotter.

Version
$Id$
Common blocks
gbtplot_common

Parameters
event
in, required
widget event structure
The event to be handled.

init_gbtplot_state

procedure init_gbtplot_state

This procedure initializes the gbtidl plotter state, the actual plotter is initialized as necessary by gbtplotter.

Version
$Id$
Common blocks
gbtplot_common

gbtplot

function gbtplot()

This function checks on the value of mystate.main and, if it is not a valid widget it checks to make sure that the DISPLAY environment variable is set and, if set, it creates the plotter. The function returns 1 if a plotter is available and 0 if a plotter could not be created.

Returns
status (1 if available, 0 if not available)
Version
$Id$
Common blocks
gbtplot_common


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:21 2016