GRASS Programmer's Manual  6.4.4(2014)-r
ghelp.HelpFrame Class Reference

GRASS Quickstart help window. More...

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

Public Member Functions

def __init__ (self, parent, id, title, size, file)
 

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 736 of file ghelp.py.

Constructor & Destructor Documentation

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

Definition at line 743 of file ghelp.py.


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