Searched defs:h_max (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | DPSScrollW.c | 183 static void GetScrollInfo(Widget w, int *h_value, int *h_size, int *h_max, int *v_value, int *v_size, int *v_max); 3372 int *h_value, int *h_size, int *h_max, int *v_value, int *v_size, int *v_max) 3378 if (h_max != NULL) *h_max = dsw->sw.scroll_h_max; 3386 int *h_value, int *h_size, int *h_max, int *v_value, int *v_size, int *v_max) 3391 sw_class.get_scroll_info) (w, h_value, h_size, h_max, 3370 GetScrollInfo( Widget w, int *h_value, int *h_size, int *h_max, int *v_value, int *v_size, int *v_max) argument 3384 DSWGetScrollInfo( Widget w, int *h_value, int *h_size, int *h_max, int *v_value, int *v_size, int *v_max) argument
|
Completed in 28 milliseconds