GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
widgets.StaticWrapText Class Reference

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

Inheritance diagram for widgets.StaticWrapText:
Collaboration diagram for widgets.StaticWrapText:

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

widgets.StaticWrapText.originalLabel

Definition at line 231 of file widgets.py.

Referenced by widgets.StaticWrapText.SetLabel().

widgets.StaticWrapText.resizing

Definition at line 245 of file widgets.py.

widgets.StaticWrapText.wrappedSize

Definition at line 240 of file widgets.py.


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