![]() |
![]() |
![]() |
Netbook Toolkit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties | Signals |
NbtkScrollBar; NbtkWidget * nbtk_scroll_bar_new (NbtkAdjustment *adjustment
); void nbtk_scroll_bar_set_adjustment (NbtkScrollBar *bar
,NbtkAdjustment *adjustment
); NbtkAdjustment * nbtk_scroll_bar_get_adjustment (NbtkScrollBar *bar
);
GObject +----GInitiallyUnowned +----ClutterActor +----NbtkWidget +----NbtkBin +----NbtkScrollBar
NbtkScrollBar implements ClutterScriptable, ClutterAnimatable, AtkImplementorIface, NbtkStylable and ClutterContainer.
The NbtkScrollBar allows users to scroll scrollable actors, either by the step or page amount, or by manually dragging the handle.
typedef struct _NbtkScrollBar NbtkScrollBar;
The contents of this structure are private and should only be accessed through the public API.
NbtkWidget * nbtk_scroll_bar_new (NbtkAdjustment *adjustment
);
|
|
Returns : |
void nbtk_scroll_bar_set_adjustment (NbtkScrollBar *bar
,NbtkAdjustment *adjustment
);
|
|
|
NbtkAdjustment * nbtk_scroll_bar_get_adjustment (NbtkScrollBar *bar
);
|
|
Returns : |
"vertical"
property"vertical" gboolean : Read / Write
Vertical Orientation.
Default value: FALSE
"scroll-start"
signalvoid user_function (NbtkScrollBar *nbtkscrollbar, 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 (NbtkScrollBar *nbtkscrollbar, gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |