Home
last modified time | relevance | path

Searched defs:FL_TOGGLE_BUTTON (Results 1 – 6 of 6) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Button.H37 #define FL_TOGGLE_BUTTON 1 macro
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Button.H32 #define FL_TOGGLE_BUTTON 1 ///< value() toggles between 0 and 1 at every click of the button macro
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Button.H41 #define FL_TOGGLE_BUTTON 1 ///< value() toggles between 0 and 1 at every click of the button macro
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Button.H41 #define FL_TOGGLE_BUTTON 1 ///< value() toggles between 0 and 1 at every click of the button macro
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A Dbutton.h43 #define FL_TOGGLE_BUTTON FL_PUSH_BUTTON macro
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py4263 FL_TOGGLE_BUTTON = _fltk.FL_TOGGLE_BUTTON variable