Home
last modified time | relevance | path

Searched refs:FL_CURSOR_NWSE (Results 1 – 24 of 24) sorted by relevance

/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_cursor.cxx84 case FL_CURSOR_NWSE: in fallback_cursor()
H A DFl_win32.cxx2489 case FL_CURSOR_NWSE: n = IDC_SIZENWSE; break;
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dcursor.cxx47 {"FL_CURSOR_NWSE",0,choice_cb,(void*)FL_CURSOR_NWSE},
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Dcursor.py101 ("FL_CURSOR_NWSE",0,choice_cb,FL_CURSOR_NWSE),
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A Dfl_cursor.cxx110 case FL_CURSOR_NWSE: n = IDC_SIZENWSE; break; in cursor()
227 case FL_CURSOR_NWSE: icrsr = &crsrNWSEptr; break; in cursor()
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dcursor.cxx58 {"FL_CURSOR_NWSE",0,choice_cb,(void*)FL_CURSOR_NWSE},
/dports/x11-toolkits/ntk/ntk/test/
H A Dcursor.cxx58 {"FL_CURSOR_NWSE",0,choice_cb,(void*)FL_CURSOR_NWSE},
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dfltkviewbase.cc405 FL_CURSOR_NWSE, in setCursor()
407 FL_CURSOR_NWSE, in setCursor()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_cursor.cxx118 case FL_CURSOR_NWSE: n = IDC_SIZENWSE; break; in cursor()
H A DFl_cocoa.mm2839 case FL_CURSOR_NWSE:
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DEnumerations.H391 FL_CURSOR_NWSE = 80, enumerator
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_cursor.cxx118 case FL_CURSOR_NWSE: n = IDC_SIZENWSE; break; in cursor()
H A DFl_cocoa.mm2829 case FL_CURSOR_NWSE:
/dports/x11-toolkits/ntk/ntk/FL/
H A DEnumerations.H891 FL_CURSOR_NWSE = 80, /**< diagonal arrow. */ enumerator
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DEnumerations.H894 FL_CURSOR_NWSE = 80, /**< diagonal arrow. */ enumerator
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DEnumerations.H1059 FL_CURSOR_NWSE = 80, /**< diagonal resize. */ enumerator
/dports/x11-toolkits/fltk/fltk-1.3.8/documentation/src/
H A Denumerations.dox297 - FL_CURSOR_NWSE - diagonal arrow
/dports/x11-toolkits/ntk/ntk/documentation/src/
H A Denumerations.dox285 \li FL_CURSOR_NWSE - diagonal arrow
/dports/math/giacxcas/fltk-1.3.0/documentation/src/
H A Denumerations.dox285 \li FL_CURSOR_NWSE - diagonal arrow
/dports/math/giacxcas/giac-1.6.0/src/
H A DFlv_Table.cc1373 case MOVE_XY: cursor = FL_CURSOR_NWSE; break; in check_cursor()
/dports/x11-wm/flwm/flwm-1.16/
H A DFrame.C1521 c = FL_CURSOR_NWSE; in set_cursor()
H A DFrame.C-b4patch1712 c = FL_CURSOR_NWSE;
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py392 FL_CURSOR_NWSE = _fltk.FL_CURSOR_NWSE variable
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp143891 SWIG_Python_SetConstant(d, "FL_CURSOR_NWSE",SWIG_From_int(static_cast< int >(FL_CURSOR_NWSE))); in SWIG_init()