GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
extensions.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 384 of file extensions.py.


Constructor & Destructor Documentation

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

Definition at line 386 of file extensions.py.


Member Function Documentation

Close window.

Definition at line 440 of file extensions.py.

Shows command dialog.

Definition at line 470 of file extensions.py.

Uninstall selected extensions.

Definition at line 444 of file extensions.py.

References gcmd.RunCommand().


Field Documentation


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