ScrollbarBehavior

Undocumented in source.

Members

Functions

attachPropertiesTo
void attachPropertiesTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
attachTo
void attachTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
clampToNormal
double clampToNormal(double num)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSliderDrag
bool handleSliderDrag(Widget widget, DragEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSliderMoving
void handleSliderMoving(FlexibleObject slider, Variant* position)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSliderPositionChanging
void handleSliderPositionChanging(FlexibleObject widget, Variant* value)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSliderSizeChanged
void handleSliderSizeChanged(FlexibleObject obj, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSliderSizeChanging
void handleSliderSizeChanging(FlexibleObject widget, Variant* value)
Undocumented in source. Be warned that the author may not have intended to support it.
updateSize
void updateSize()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_body
Widget _body;
Undocumented in source.
_slider
Widget _slider;
Undocumented in source.
_widget
Widget _widget;
Undocumented in source.

Inherited Members

From IWidgetBehavior

attachPropertiesTo
void attachPropertiesTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
attachTo
void attachTo(Widget widget)
Undocumented in source.

Meta