![]() |
![]() |
![]() |
Moblin UI Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
MxScrollBar; ClutterActor * mx_scroll_bar_new (MxAdjustment *adjustment); void mx_scroll_bar_set_adjustment (MxScrollBar *bar, MxAdjustment *adjustment); MxAdjustment * mx_scroll_bar_get_adjustment (MxScrollBar *bar);
GObject +----GInitiallyUnowned +----ClutterActor +----MxWidget +----MxBin +----MxScrollBar
MxScrollBar implements ClutterContainer, MxFocusable, ClutterScriptable and MxStylable.
The MxScrollBar allows users to scroll scrollable actors, either by the step or page amount, or by manually dragging the handle.
typedef struct _MxScrollBar MxScrollBar;
The contents of this structure are private and should only be accessed through the public API.
ClutterActor * mx_scroll_bar_new (MxAdjustment *adjustment);
|
|
Returns : |
void mx_scroll_bar_set_adjustment (MxScrollBar *bar, MxAdjustment *adjustment);
|
|
|
MxAdjustment * mx_scroll_bar_get_adjustment (MxScrollBar *bar);
|
|
Returns : |
"vertical"
property"vertical" gboolean : Read / Write
Vertical Orientation.
Default value: FALSE
"scroll-start"
signalvoid user_function (MxScrollBar *mxscrollbar, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"scroll-stop"
signalvoid user_function (MxScrollBar *mxscrollbar, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |