Searched refs:mDims (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.cpp365 xSize = tab.mDims.x;
453 if ( pos.x >= curX && pos.x < curX + tab.mDims.x &&
454 pos.y >= curY && pos.y < curY + tab.mDims.y
460 curX += tab.mDims.x;
552 tab.mDims.x = w + tab.ImageToTxtGap(mImageTextGap) +
555 tab.mDims.y = wxMax( h, tab.ImgHeight() ) + mTitleVertGap*2;
556 mTitleHeight = wxMax( mTitleHeight, tab.mDims.y );
558 curX += tab.mDims.x;
571 ((twTabInfo*)(pNode->GetData()))->mDims.y = mTitleHeight;;
599 tab.mDims
[all...]
H A Dtabpgwin.h260 wxSize mDims; member in class:twTabInfo

Completed in 109 milliseconds