Home
last modified time | relevance | path

Searched refs:ButtonValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx256 enum ButtonValue { enum
274 ButtonValue mTristate; // Tristate value: on, off, mixed
277 ImplControlValue( ControlType i_eType, ButtonValue i_eTriState, long i_nNumber ) in ImplControlValue()
284 explicit ImplControlValue( ButtonValue nTristate ) in ImplControlValue()
295 inline ButtonValue getTristateVal( void ) const { return mTristate; } in getTristateVal()
296 inline void setTristateVal( ButtonValue nTristate ) { mTristate = nTristate; } in setTristateVal()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx114 static ThemeButtonValue ImplGetButtonValue( ButtonValue aButtonValue ) in ImplGetButtonValue()
691 ButtonValue aButtonValue = aValue.getTristateVal(); in drawNativeControl()
706 ButtonValue aButtonValue = aValue.getTristateVal(); in drawNativeControl()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx724 ButtonValue v = aValue.getTristateVal(); in ImplDrawNativeControl()
964 ButtonValue aButtonValue = aValue.getTristateVal(); in ImplDrawNativeControl()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx2894 ButtonValue aButtonValue = rValue.getTristateVal(); in NWPaintGTKListNode()

Completed in 42 milliseconds