Searched refs:mTitleRowLen (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/dbbrowse/
H A Dtabpgwin.cpp861 if ( mTitleRowLen < 1 || mTitleHeight < 1 )
865 wxBitmap tmpBmp( mTitleRowLen, mTitleHeight );
870 tmpDc.DrawRectangle( 0,0, mTitleRowLen, mTitleHeight );
920 curX = mTitleRowLen - 6;
930 mTitleRowLen, mTitleHeight,
943 mTitleRowLen = mAdjustableTitleRowLen;
999 mTitleRowLen = wxMin( mAdjustableTitleRowLen,
1002 curX += mTitleRowLen;
1044 mpTabScroll->Enable( mTitleRowLen < GetWholeTabRowLen() || mCurentRowOfs < 0 );
1102 int x = mTitleRowStart + mTitleRowLen
[all...]
H A Dtabpgwin.h178 int mTitleRowLen; // actual title row length member in class:wxPagedWindow

Completed in 33 milliseconds