GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Create custom About Window. More...
Public Member Functions | |
def | __init__ |
def | OnCloseWindow |
Close window. More... | |
def ghelp.AboutWindow.__init__ | ( | self, | |
parent, | |||
size = (650, 460 , |
|||
title = _('About GRASS GIS') , |
|||
kwargs | |||
) |
Definition at line 205 of file ghelp.py.
References ghelp.AboutWindow._pageContributors(), ghelp.AboutWindow._pageCopyright(), ghelp.AboutWindow._pageCredit(), ghelp.AboutWindow._pageLicense(), ghelp.AboutWindow._pageTranslators(), frame.ModelFrame.OnCloseWindow(), preferences.PropertiesDialog.OnCloseWindow(), ghelp.AboutWindow.OnCloseWindow(), gis_set.GRASSStartup.OnCloseWindow(), manager.AttributeManager.OnCloseWindow(), and utils.split().
def ghelp.AboutWindow.OnCloseWindow | ( | self, | |
event | |||
) |