GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.PlotStatsFrame Class Reference

Public Member Functions

def __init__
 Dialog to display and save statistics for plots.
def OnCopy
 Copy the regression stats to the clipboard.
def OnClose
 Button 'Close' pressed.

Data Fields

 parent
 message
 title

Detailed Description

Definition at line 102 of file wxplot/dialogs.py.


Constructor & Destructor Documentation

def dialogs.PlotStatsFrame.__init__ (   self,
  parent,
  id,
  message = '',
  title = '',
  style = wx.DEFAULT_FRAME_STYLE,
  kwargs 
)

Dialog to display and save statistics for plots.

Definition at line 104 of file wxplot/dialogs.py.

References widgets.StaticWrapText.SetLabel().

Referenced by dialogs.PlotStatsFrame.OnClose().


Member Function Documentation

def dialogs.PlotStatsFrame.OnClose (   self,
  event 
)

Button 'Close' pressed.

Definition at line 191 of file wxplot/dialogs.py.

References dialogs.PlotStatsFrame.__init__().


Field Documentation


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