GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ghelp.HelpFrame Class Reference

GRASS Quickstart help window. More...

Inheritance diagram for ghelp.HelpFrame:
Collaboration diagram for ghelp.HelpFrame:

Public Member Functions

def __init__
 

Detailed Description

GRASS Quickstart help window.

As a base class wx.Dialog is used, because of not working close button with wx.Frame when dialog is called from wizard. If parent is None, application TopLevelWindow is used (wxPython standard behaviour).

Definition at line 554 of file ghelp.py.

Constructor & Destructor Documentation

def ghelp.HelpFrame.__init__ (   self,
  parent,
  id,
  title,
  size,
  file 
)

Definition at line 561 of file ghelp.py.


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