Public Member Functions | |
def | __init__ |
def | display |
def | editing_finished |
def | slider_released |
def | update_text |
def | update_value |
Public Attributes | |
max | |
max_label | |
min | |
min_label | |
slider | |
tb |
Definition at line 121 of file editors.py.
def reconfigure_gui.editors.IntegerEditor.__init__ | ( | self, | |
updater, | |||
config | |||
) |
Reimplemented from reconfigure_gui.editors.Editor.
Definition at line 122 of file editors.py.
def reconfigure_gui.editors.IntegerEditor.display | ( | self, | |
grid, | |||
row | |||
) |
Reimplemented from reconfigure_gui.editors.Editor.
Definition at line 168 of file editors.py.
Definition at line 160 of file editors.py.
Definition at line 153 of file editors.py.
def reconfigure_gui.editors.IntegerEditor.update_text | ( | self, | |
val | |||
) |
Definition at line 157 of file editors.py.
def reconfigure_gui.editors.IntegerEditor.update_value | ( | self, | |
val | |||
) |
Reimplemented from reconfigure_gui.editors.Editor.
Definition at line 164 of file editors.py.
Definition at line 122 of file editors.py.
Definition at line 122 of file editors.py.
Definition at line 122 of file editors.py.
Definition at line 122 of file editors.py.
Definition at line 122 of file editors.py.
Definition at line 122 of file editors.py.