Searched refs:BTN_BOX_HEIGHT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dbarhintspl.cpp167 int boxHeight = BTN_BOX_HEIGHT;
238 int boxHeight = BTN_BOX_HEIGHT;
310 pos += BTN_BOX_HEIGHT;
319 pos += BTN_BOX_HEIGHT;
352 mousePos.y < rectPos.y + BTN_BOX_HEIGHT );
376 coord += BTN_BOX_HEIGHT;
387 coord += BTN_BOX_HEIGHT;
H A Dtoolwnd.cpp731 pos.y < mPos.y + BTN_BOX_HEIGHT );
811 dc.DrawRectangle( mPos.x + 1, mPos.y + 1, BTN_BOX_WIDTH - 2, BTN_BOX_HEIGHT - 2 );
821 dc.DrawLine( mPos.x, mPos.y, mPos.x, mPos.y + BTN_BOX_HEIGHT );
827 dc.DrawLine( mPos.x + 1, mPos.y + BTN_BOX_HEIGHT - 2,
828 mPos.x + BTN_BOX_WIDTH - 1, mPos.y + BTN_BOX_HEIGHT - 2 );
831 mPos.x + BTN_BOX_WIDTH - 2, mPos.y + BTN_BOX_HEIGHT - 1 );
839 mPos.x + 1, mPos.y + BTN_BOX_HEIGHT - 2 );
847 dc.DrawLine( mPos.x, mPos.y + BTN_BOX_HEIGHT - 1,
848 mPos.x + BTN_BOX_WIDTH, mPos.y + BTN_BOX_HEIGHT - 1 );
851 mPos.x + BTN_BOX_WIDTH - 1, mPos.y + BTN_BOX_HEIGHT );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dtoolwnd.h22 #define BTN_BOX_HEIGHT 12 macro

Completed in 65 milliseconds