Home
last modified time | relevance | path

Searched refs:WB_SLIDERSET (Results 1 – 3 of 3) sorted by relevance

/trunk/main/avmedia/source/framework/
H A Dmediacontrol.cxx73 maTimeSlider( this, WB_HORZ | WB_DRAG | WB_3DLOOK | WB_SLIDERSET ), in MediaControl()
75 maVolumeSlider( this, WB_HORZ | WB_DRAG | WB_SLIDERSET ), in MediaControl()
/trunk/main/vcl/source/control/
H A Dslider.cxx711 if( GetStyle() & WB_SLIDERSET ) in MouseButtonDown()
723 if( GetStyle() & WB_SLIDERSET ) in MouseButtonDown()
/trunk/main/tools/inc/tools/
H A Dwintypes.hxx285 #define WB_SLIDERSET ((WinBits)0x02000000) macro