34 |
34 |
35 #ifdef __cplusplus |
35 #ifdef __cplusplus |
36 extern "C" { |
36 extern "C" { |
37 #endif |
37 #endif |
38 |
38 |
39 void ui_scrollbar_callback(Widget scrollbar, UiEventData *event, XtPointer cdata); |
|
40 double ui_scrollbar_get(UiRange *range); |
|
41 void ui_scrollbar_set(UiRange *range, double value); |
|
42 void ui_scrollbar_setrange(UiRange *range, double min, double max); |
|
43 void ui_scrollbar_setextent(UiRange *range, double extent); |
|
44 |
39 |
45 |
40 |
46 #ifdef __cplusplus |
41 #ifdef __cplusplus |
47 } |
42 } |
48 #endif |
43 #endif |