Home
last modified time | relevance | path

Searched refs:TB_MENUBUTTON_SIZE (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dtoolbox.h39 #define TB_MENUBUTTON_SIZE 12 macro
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1927 else if( nMinWidth < TB_MENUBUTTON_SIZE ) in ImplCalcItem()
1928 mpData->mnMenuButtonWidth = TB_MENUBUTTON_SIZE; in ImplCalcItem()
3229 if( pThis->mpData->mnMenuButtonWidth > TB_MENUBUTTON_SIZE ) in ImplDrawMenubutton()
3231 long nDiff = pThis->mpData->mnMenuButtonWidth - TB_MENUBUTTON_SIZE; in ImplDrawMenubutton()
H A Dtoolbox2.cxx67 …maMenubuttonItem.maItemSize = Size( TB_MENUBUTTON_SIZE+TB_MENUBUTTON_OFFSET, TB_MENUBUTTON_SIZE+TB… in ImplToolBoxPrivateData()
69 mnMenuButtonWidth = TB_MENUBUTTON_SIZE; in ImplToolBoxPrivateData()

Completed in 45 milliseconds