|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Show current display resolution. More...


Public Member Functions | |
| def | __init__ |
| def | Show |
| Invokes showing of underlying widget. | |
Data Fields | |
| name | |
| label | |
Show current display resolution.
Definition at line 758 of file statusbar.py.
| def statusbar.SbDisplayGeometry.__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.SbTextItem.
Definition at line 760 of file statusbar.py.
| def statusbar.SbDisplayGeometry.Show | ( | self | ) |
Invokes showing of underlying widget.
In derived classes it can do what is appropriate for it, e.g. showing text on statusbar (only).
Reimplemented from statusbar.SbTextItem.
Definition at line 765 of file statusbar.py.
References widgets.FloatSlider.SetValue(), statusbar.SbItem.SetValue(), and model.ModelData.SetValue().
Definition at line 763 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
Definition at line 762 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().