Searched refs:mWndVertGap (Results 1 - 2 of 2) 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.cpp86 mWndVertGap ( 4 ),
121 int y = mWndVertGap + 2;
168 int y = mWndVertGap + mTitleHeight + mClntVertGap;
174 dc.DrawRectangle( 0, h - mWndVertGap - mClntVertGap, w, mWndVertGap + mClntVertGap ); // Bottom grey part.
201 dc.DrawRectangle( mWndHorizGap, mWndVertGap, w - mWndHorizGap*2, mTitleHeight );
211 dc.SetClippingRegion( x1, mWndVertGap + mClntVertGap, x2 - x1, mTitleHeight );
215 dc.DrawText( GetTitle(), mWndHorizGap + 2, mWndVertGap + 1 ); local
290 if ( pos.y <= r.y + mWndVertGap + mTitleHeight + mClntVertGap )
516 (mWndVertGap
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dtoolwnd.h51 int mWndVertGap; member in class:wxToolWindow

Completed in 99 milliseconds