Searched refs:WB_BEVELBUTTON (Results 1 – 5 of 5) sorted by relevance
502 ,m_aScrollBack( &i_rTabBar, WB_BEVELBUTTON ) in PanelTabBar_Impl()503 ,m_aScrollForward( &i_rTabBar, WB_BEVELBUTTON ) in PanelTabBar_Impl()
201 #define WB_BEVELBUTTON ((WinBits)SAL_CONST_INT64(0x2000000000)) macro
863 maForwardBtn.SetStyle( maForwardBtn.GetStyle() | WB_BEVELBUTTON ); in PrintDialog()864 maBackwardBtn.SetStyle( maBackwardBtn.GetStyle() | WB_BEVELBUTTON ); in PrintDialog()
131 #define STC_BUTTON_STYLE (WB_LEFT | WB_VCENTER | WB_FLATBUTTON | WB_BEVELBUTTON)
1196 if( GetStyle() & WB_BEVELBUTTON ) in ImplDrawPushButton()