GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gdialogs.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 1673 of file gdialogs.py.

Constructor & Destructor Documentation

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

Definition at line 1677 of file gdialogs.py.

Member Function Documentation

def gui_modules.gdialogs.StaticWrapText.OnResize (   self,
  event 
)

Definition at line 1691 of file gdialogs.py.

def gui_modules.gdialogs.StaticWrapText.SetLabel (   self,
  label 
)

Definition at line 1686 of file gdialogs.py.

References gui_modules.gdialogs.StaticWrapText.originalLabel.

Field Documentation

gui_modules.gdialogs.StaticWrapText.originalLabel

Definition at line 1679 of file gdialogs.py.

Referenced by gui_modules.gdialogs.StaticWrapText.SetLabel().

gui_modules.gdialogs.StaticWrapText.resizing

Definition at line 1693 of file gdialogs.py.

gui_modules.gdialogs.StaticWrapText.wrappedSize

Definition at line 1688 of file gdialogs.py.


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