GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.ghelp.UninstallExtensionWindow Class Reference

Public Member Functions

def __init__
def OnCloseWindow
 Close window.
def OnUninstall
 Uninstall selected extensions.
def OnCmdDialog
 Shows command dialog.

Data Fields

 parent
 panel
 extBox
 extList
 btnUninstall
 btnCmd
 btnClose

Detailed Description

Definition at line 1140 of file ghelp.py.


Constructor & Destructor Documentation

def gui_modules.ghelp.UninstallExtensionWindow.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  title = _("Uninstall GRASS Addons extensions"),
  kwargs 
)

Definition at line 1142 of file ghelp.py.


Member Function Documentation

def gui_modules.ghelp.UninstallExtensionWindow.OnCloseWindow (   self,
  event 
)

Close window.

Definition at line 1196 of file ghelp.py.

def gui_modules.ghelp.UninstallExtensionWindow.OnCmdDialog (   self,
  event 
)

Shows command dialog.

Definition at line 1226 of file ghelp.py.

def gui_modules.ghelp.UninstallExtensionWindow.OnUninstall (   self,
  event 
)

Uninstall selected extensions.

Definition at line 1200 of file ghelp.py.


Field Documentation

gui_modules.ghelp.UninstallExtensionWindow.btnClose

Definition at line 1162 of file ghelp.py.

gui_modules.ghelp.UninstallExtensionWindow.btnCmd

Definition at line 1159 of file ghelp.py.

gui_modules.ghelp.UninstallExtensionWindow.btnUninstall

Definition at line 1156 of file ghelp.py.

gui_modules.ghelp.UninstallExtensionWindow.extBox

Definition at line 1150 of file ghelp.py.

gui_modules.ghelp.UninstallExtensionWindow.extList

Definition at line 1153 of file ghelp.py.


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