| Top |
| void | tomoe_scrollable_setup_widget_class () |
| void | tomoe_scrollable_set_adjustments () |
| void | tomoe_scrollable_set_own_adjustments () |
| void | tomoe_scrollable_get_adjustments () |
| void | tomoe_scrollable_h_page_up () |
| void | tomoe_scrollable_h_page_down () |
| void | tomoe_scrollable_v_page_up () |
| void | tomoe_scrollable_v_page_down () |
void
tomoe_scrollable_setup_widget_class (GtkWidgetClass *klass);
void tomoe_scrollable_set_adjustments (TomoeScrollable *scrollable,GtkAdjustment *h_adj,GtkAdjustment *v_adj);
void
tomoe_scrollable_set_own_adjustments (TomoeScrollable *scrollable);
void tomoe_scrollable_get_adjustments (TomoeScrollable *scrollable,GtkAdjustment **h_adj,GtkAdjustment **v_adj);
“set-scroll-adjustments” signalvoid user_function (TomoeScrollable *tomoescrollable, gpointer arg1, gpointer arg2, gpointer user_data)
tomoescrollable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last