Searched refs:BTN_BOX_WIDTH (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 Dtoolwnd.cpp120 int x = w - mWndHorizGap - mInTitleMargin - BTN_BOX_WIDTH;
126 x-= BTN_BOX_WIDTH + mButtonGap;
515 return wxSize( (mWndHorizGap + mClntHorizGap)*2 + BTN_BOX_WIDTH*4,
730 pos.x < mPos.x + BTN_BOX_WIDTH &&
811 dc.DrawRectangle( mPos.x + 1, mPos.y + 1, BTN_BOX_WIDTH - 2, BTN_BOX_HEIGHT - 2 );
820 dc.DrawLine( mPos.x, mPos.y, mPos.x + BTN_BOX_WIDTH, mPos.y );
828 mPos.x + BTN_BOX_WIDTH - 1, mPos.y + BTN_BOX_HEIGHT - 2 );
830 dc.DrawLine( mPos.x + BTN_BOX_WIDTH - 2, mPos.y + 1,
831 mPos.x + BTN_BOX_WIDTH - 2, mPos.y + BTN_BOX_HEIGHT - 1 );
836 mPos.x + BTN_BOX_WIDTH
[all...]
H A Dbarhintspl.cpp239 // int boxWidth = BTN_BOX_WIDTH + BOX_TO_GROOVE_GAP + BTN_BOX_WIDTH;
252 boxWidth = BTN_BOX_WIDTH;
328 pos -= BTN_BOX_WIDTH;
337 pos -= BTN_BOX_WIDTH;
351 mousePos.x < rectPos.x + BTN_BOX_WIDTH &&
394 coord -= BTN_BOX_WIDTH;
404 coord -= BTN_BOX_WIDTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dtoolwnd.h23 #define BTN_BOX_WIDTH 12 macro

Completed in 62 milliseconds