GRASS Programmer's Manual
6.4.2(2012)
|
Create custom About Window. More...
Public Member Functions | |
def | __init__ |
def | OnCloseWindow |
Close window. |
def gui_modules.ghelp.AboutWindow.__init__ | ( | self, | |
parent, | |||
size = (750, 400 , |
|||
title = _('About GRASS GIS') , |
|||
kwargs | |||
) |
Definition at line 487 of file ghelp.py.
References gui_modules.ghelp.AboutWindow._pageContributors(), gui_modules.ghelp.AboutWindow._pageCopyright(), gui_modules.ghelp.AboutWindow._pageCredit(), gui_modules.ghelp.AboutWindow._pageLicense(), gui_modules.ghelp.AboutWindow._pageTranslators(), gui_modules::render.map, gui_modules.ghelp.MenuTreeWindow.OnCloseWindow(), gui_modules.colorrules.ColorTable.OnCloseWindow(), gui_modules.ghelp.AboutWindow.OnCloseWindow(), gis_set.GRASSStartup.OnCloseWindow(), gui_modules.dbm.AttributeManager.OnCloseWindow(), and gui_modules::utils.split().
def gui_modules.ghelp.AboutWindow.OnCloseWindow | ( | self, | |
event | |||
) |
Close window.
Definition at line 792 of file ghelp.py.
Referenced by gui_modules.ghelp.AboutWindow.__init__().