| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
abstract_component.AbstractComponent --+
|
object --+ |
| |
data.buffered.IBuffered --+ |
| |
object --+ | |
| | |
data.validatable.IValidatable --+ |
| |
data.buffered.IBufferedValidatable --+ |
| |
object --+ | |
| | |
data.property.IValueChangeNotifier --+ |
| |
object --+ | |
| | |
data.property.IValueChangeListener --+ |
| |
object --+ | |
| | |
data.property.IViewer --+ | |
| | |
data.property.IEditor --+ |
| |
object --+ | |
| | |
util.IEventListener --+ | |
| | |
terminal.paintable.IPaintable --+ | |
| | |
object --+ | | |
| | | |
terminal.variable_owner.IVariableOwner --+ | |
| | |
object --+ | | |
| | | |
terminal.sizeable.ISizeable --+ | |
| | |
component.IComponent --+ | |
| | |
component.IFocusable --+ |
| |
field.IField --+
|
object --+ |
| |
event.action.IShortcutNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeListener --+
|
abstract_field.AbstractField --+
|
Slider
A component for selecting a numerical value within a range.
|
|||
|
Inherited from |
|||
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
ORIENTATION_HORIZONTAL = 0
|
|||
ORIENTATION_VERTICAL = 1
|
|||
STYLE_SCROLLBAR = 'scrollbar'
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Slider constructor.
|
Gets the biggest possible value in Sliders range.
|
Set the maximum value of the Slider. If the current value of the Slider is out of new bounds, the value is set to new minimum.
|
Gets the minimum value in Sliders range.
|
Set the minimum value of the Slider. If the current value of the Slider is out of new bounds, the value is set to new minimum.
|
Get the current orientation of the Slider (horizontal or vertical).
|
Get the current resolution of the Slider.
|
Set the value of this Slider.
|
Get the current Slider size.
Deprecated: use standard getWidth/getHeight instead |
Set the size for this Slider.
Deprecated: use standard setWidth/setHeight instead |
Get the handle size of this Slider.
Deprecated: The size is dictated by the current theme. |
Set the handle size of this Slider.
Deprecated: The size is dictated by the current theme. |
Paints any needed component-specific things to the given UIDL stream. The more general paint method handles all general attributes common to all components, and it calls this method to paint any component-specific attributes to the UIDL stream.
|
Invoked when the value of a variable has changed. Slider listeners are notified if the slider value has changed.
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 13:40:59 2013 | http://epydoc.sourceforge.net |