Home
last modified time | relevance | path

Searched refs:FL_MBUTTON4 (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dthumbwheel.c296 && ( key == FL_MBUTTON4 in handle_thumbwheel()
301 && ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) ) in handle_thumbwheel()
302 value = sp->val + ( key == FL_MBUTTON4 ? step : -step ); in handle_thumbwheel()
H A Ddial.c284 if ( key != FL_MBUTTON4 && key != FL_MBUTTON5 ) in handle_mouse_wheel()
295 step = key == FL_MBUTTON4 ? - step : step; in handle_mouse_wheel()
297 step = key == FL_MBUTTON4 ? step : - step; in handle_mouse_wheel()
H A Dobjects.c2645 && ! ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) in handle_object()
3849 && ( *key == FL_MBUTTON4 || *key == FL_MBUTTON5 ) ) ) in fli_mouse_wheel_to_keypress()
3859 *key = *key == FL_MBUTTON4 ? FLI_1LINE_UP : FLI_1LINE_DOWN; in fli_mouse_wheel_to_keypress()
3864 *key = *key == FL_MBUTTON4 ? XK_Prior : XK_Next; in fli_mouse_wheel_to_keypress()
3869 *key = *key == FL_MBUTTON4 ? FLI_HALFPAGE_UP : FLI_HALFPAGE_DOWN; in fli_mouse_wheel_to_keypress()
H A Dslider.c626 if ( key == FL_MBUTTON4 ) in handle_scroll()
673 && ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) ) in handle_release()
H A Dselect.c1058 else if ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) in handle_push()
1061 ret = ( key == FL_MBUTTON4 ? in handle_push()
H A Dinput.c1384 if ( key == FL_MBUTTON4 ) in handle_input()
1503 if ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) in handle_input()
1512 if ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) in handle_input()
H A Dchoice.c413 if ( key == FL_MBUTTON4 in handle_choice()
H A Dtbox.c2326 && ( key == FL_MBUTTON4 || key == FL_MBUTTON5 ) in handle_tbox()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A DBasic.h270 FL_MBUTTON4, enumerator
277 #define FL_SCROLLUP_MOUSE FL_MBUTTON4
/dports/x11-toolkits/xforms/xforms-1.2.4/doc/
H A Dpart4_events.texi127 @tindex FL_MBUTTON4
128 @item FL_SCROLLUP_MOUSE, FL_MBUTTON4
H A Dxforms.info-3950 `FL_SCROLLUP_MOUSE, FL_MBUTTON4'
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A Dforms.H105 #define FL_MBUTTON4 4 macro
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A Dforms.H114 #define FL_MBUTTON4 4 macro
/dports/math/giacxcas/fltk-1.3.0/FL/
H A Dforms.H114 #define FL_MBUTTON4 4 macro
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/src/
H A Dxforms.pp197 FL_MBUTTON4=4;
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/src/
H A Dxforms.pp197 FL_MBUTTON4=4;