|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
StaticText to show whether mask is activated. More...


Public Member Functions | |
| def | __init__ |
| def | Update |
| Called when statusbar action is activated (e.g. | |
Data Fields | |
| name | |
| widget | |
StaticText to show whether mask is activated.
Definition at line 714 of file statusbar.py.
| def statusbar.SbMask.__init__ | ( | self, | |
| mapframe, | |||
| statusbar, | |||
position = 0 |
|||
| ) |
| mapframe | instance of class with MapFrame interface |
| statusbar | statusbar instance (wx.Statusbar) |
| position | item position in statusbar |
Reimplemented from statusbar.SbItem.
Definition at line 716 of file statusbar.py.
| def statusbar.SbMask.Update | ( | self | ) |
Called when statusbar action is activated (e.g.
through wx.Choice).
Reimplemented from statusbar.SbItem.
Definition at line 724 of file statusbar.py.
References statusbar.SbItem.Hide(), and statusbar.SbItem.Show().
Referenced by wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), and mapwindow.BufferedWindow.TextBounds().
Definition at line 718 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
Definition at line 720 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().