Produced by IDL 6.1
Developer Documentation

./plotter
gbtplot.pro

Last modification date:
Thu Jun 2 23:56:08 2005

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: gbtplot.pro,v 1.37 2005/05/30 04:03:43 bgarwood Exp $
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: gbtplot.pro,v 1.37 2005/05/30 04:03:43 bgarwood Exp $
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.

Version
$Id: gbtplot.pro,v 1.37 2005/05/30 04:03:43 bgarwood Exp $
Common blocks
gbtplot_common


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:18 2005