GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Checkbox to select zoom behavior. More...
Public Member Functions | |
def | __init__ |
Public Member Functions inherited from statusbar.SbItem | |
def | __init__ |
def | Show |
Invokes showing of underlying widget. More... | |
def | Hide |
def | SetValue |
def | GetValue |
def | GetPosition |
def | GetWidget |
Returns underlaying winget. More... | |
def | Update |
Called when statusbar action is activated (e.g. More... | |
Data Fields | |
name | |
label | |
widget | |
Data Fields inherited from statusbar.SbItem | |
mapFrame | |
statusbar | |
position | |
Checkbox to select zoom behavior.
Used by BufferedWindow (through MapFrame property). See tooltip for explanation.
Definition at line 423 of file statusbar.py.
def statusbar.SbAlignExtent.__init__ | ( | self, | |
mapframe, | |||
statusbar, | |||
position = 0 |
|||
) |
Definition at line 429 of file statusbar.py.
statusbar.SbAlignExtent.label |
Definition at line 432 of file statusbar.py.
Referenced by python.task.grassTask.get_description().
statusbar.SbAlignExtent.name |
Definition at line 431 of file statusbar.py.
Referenced by python.task.grassTask.get_cmd(), and python.task.grassTask.get_name().
statusbar.SbAlignExtent.widget |
Definition at line 434 of file statusbar.py.
Referenced by statusbar.SbItem.GetWidget().