Searched refs:StartScroll (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Scrollbar.c45 "<Btn1Down>: StartScroll(Forward) \n\
46 <Btn2Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\
47 <Btn3Down>: StartScroll(Backward) \n\
53 "<KeyPress>f: StartScroll(Forward) NotifyScroll(FullLength) EndScroll()"
54 "<KeyPress>b: StartScroll(Backward) NotifyScroll(FullLength) EndScroll()"
106 static void StartScroll();
113 {"StartScroll", StartScroll},
480 static void StartScroll( gw, event, params, num_params ) function
622 if (w->scrollbar.direction == 0) return; /* if no StartScroll */
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DScrollbar.c65 "<Btn1Down>: StartScroll(Forward) \n\
66 <Btn2Down>: StartScroll(Continuous) MoveThumb() NotifyThumb() \n\
67 <Btn3Down>: StartScroll(Backward) \n\
73 "<KeyPress>f: StartScroll(Forward) NotifyScroll(FullLength) EndScroll()"
74 "<KeyPress>b: StartScroll(Backward) NotifyScroll(FullLength) EndScroll()"
127 static void StartScroll();
134 {"StartScroll", StartScroll},
508 static void StartScroll( gw, event, params, num_params ) function
650 if (w->scrollbar.direction == 0) return; /* if no StartScroll */
[all...]

Completed in 20 milliseconds