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

A Static Text field that wraps its text to fit its width, enlarging its height if necessary. More...

Public Member Functions

def __init__
def SetLabel
def OnResize

Data Fields

 parent
 originalLabel
 wrappedSize
 resizing

Detailed Description

A Static Text field that wraps its text to fit its width, enlarging its height if necessary.

Definition at line 225 of file widgets.py.


Constructor & Destructor Documentation

def widgets.StaticWrapText.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  label = '',
  args,
  kwds 
)

Definition at line 229 of file widgets.py.


Member Function Documentation

def widgets.StaticWrapText.OnResize (   self,
  event 
)

Definition at line 243 of file widgets.py.

def widgets.StaticWrapText.SetLabel (   self,
  label 
)

Definition at line 238 of file widgets.py.

References widgets.StaticWrapText.originalLabel.

Referenced by dialogs.PlotStatsFrame.__init__().


Field Documentation

Definition at line 245 of file widgets.py.

Definition at line 240 of file widgets.py.


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