Home
last modified time | relevance | path

Searched defs:FL_WHEN_NOT_CHANGED (Results 1 – 5 of 5) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DEnumerations.H94 FL_WHEN_NOT_CHANGED = 2 // modifier bit to disable changed() test enumerator
/dports/x11-toolkits/ntk/ntk/FL/
H A DEnumerations.H316 FL_WHEN_NOT_CHANGED = 2, ///< Do the callback whenever the user interacts with the widget enumerator
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DEnumerations.H308 FL_WHEN_NOT_CHANGED = 2, ///< Do the callback whenever the user interacts with the widget enumerator
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DEnumerations.H440 FL_WHEN_NOT_CHANGED = 2, ///< Do the callback whenever the user interacts with the widget enumerator
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py137 FL_WHEN_NOT_CHANGED = _fltk.FL_WHEN_NOT_CHANGED variable