|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./plotter gbtplot.pro
| 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.
| Parameters | |
|
event |
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.
| 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.