PLUTO
menu.gb Class Reference

The class gb contains global variables and pointers to ease up accessibility in coding the functions of this module. More...

Collaboration diagram for menu.gb:

Static Public Attributes

 scrn = None
 
int rbeg = 6
 
int cbeg = 1
 
int row = 0
 
int ncol = 1
 
int csep = 30
 
string title = 'No Title'
 
string subtitle = ''
 
int init = 0
 

Detailed Description

The class gb contains global variables and pointers to ease up accessibility in coding the functions of this module.

Definition at line 31 of file menu.py.

Member Data Documentation

int menu.gb.cbeg = 1
static

Definition at line 34 of file menu.py.

int menu.gb.csep = 30
static

Definition at line 37 of file menu.py.

int menu.gb.init = 0
static

Definition at line 40 of file menu.py.

int menu.gb.ncol = 1
static

Definition at line 36 of file menu.py.

int menu.gb.rbeg = 6
static

Definition at line 33 of file menu.py.

int menu.gb.row = 0
static

Definition at line 35 of file menu.py.

menu.gb.scrn = None
static

Definition at line 32 of file menu.py.

string menu.gb.subtitle = ''
static

Definition at line 39 of file menu.py.

string menu.gb.title = 'No Title'
static

Definition at line 38 of file menu.py.


The documentation for this class was generated from the following file: