GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 | |
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.
def widgets.StaticWrapText.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
label = '' , |
|||
args, | |||
kwds | |||
) |
Definition at line 229 of file widgets.py.
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__().
widgets.StaticWrapText.originalLabel |
Definition at line 231 of file widgets.py.
Referenced by widgets.StaticWrapText.SetLabel().
widgets.StaticWrapText.parent |
Definition at line 230 of file widgets.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), frame.PsMapBufferedWindow.OnLeftUp(), wxdigit.VDigitError.ReadLine(), colorrules.VectorColorTable.UpdateColorColumn(), and wxdigit.VDigitError.WriteLine().
widgets.StaticWrapText.resizing |
Definition at line 245 of file widgets.py.
widgets.StaticWrapText.wrappedSize |
Definition at line 240 of file widgets.py.