GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wxgui Namespace Reference

Namespaces

namespace  py
 Main Python app for GRASS wxPython GUI.

Data Structures

class  GMFrame
 Layer Manager frame with notebook widget for controlling GRASS GIS. More...
class  GMApp
class  Usage

Functions

def printHelp
 Print program help.
def process_opt
 Process command-line arguments.
def main

Variables

 SC = None
 UserSettings = preferences.globalSettings

Function Documentation

def wxgui.main (   argv = None)

Definition at line 1691 of file wxgui.py.

References printHelp(), and process_opt().

def wxgui.printHelp ( )

Print program help.

Definition at line 1668 of file wxgui.py.

Referenced by main(), and process_opt().

def wxgui.process_opt (   opts,
  args 
)

Process command-line arguments.

Definition at line 1676 of file wxgui.py.

References printHelp().

Referenced by main().


Variable Documentation

wxgui.UserSettings = preferences.globalSettings

Definition at line 90 of file wxgui.py.