ui/motif/range.h

changeset 100
d2bd73d28ff1
parent 0
2483f517c562
equal deleted inserted replaced
99:b9767cb5b06b 100:d2bd73d28ff1
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

mercurial