ScrollbarBehavior

Undocumented in source.

Members

Functions

attachTo
void attachTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
handleSliderMoved
void handleSliderMoved(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* position)
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.
_sliderPos
double _sliderPos;
Undocumented in source.
_sliderSize
double _sliderSize;
Undocumented in source.
_widget
Widget _widget;
Undocumented in source.

Inherited Members

From IWidgetBehavior

attachTo
void attachTo(Widget widget)
Undocumented in source.

Meta