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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dradiobox.cpp408 int totWidth,totHeight; local
425 totHeight = GetRowCount() * (maxHeight + charHeight/2) + charHeight ;
440 height = totHeight ;
494 int totWidth, totHeight; local
513 totHeight = GetRowCount() * (maxHeight + charHeight/2) + charHeight ;
519 totHeight = totHeight + 10; //how many exactly should this be to meet the HIG?
527 return wxSize(totWidth, totHeight);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dradiobox.cpp400 int totWidth, totHeight; local
422 totHeight = GetRowCount() * maxHeight;
425 wxSize sz = DoGetSizeFromClientSize( wxSize( totWidth, totHeight ) ) ;
488 int totWidth, totHeight; local
511 totHeight = GetRowCount() * maxHeight;
514 wxSize sz = DoGetSizeFromClientSize( wxSize( totWidth, totHeight ) );
516 totHeight = sz.y;
524 return wxSize( totWidth, totHeight );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp579 totHeight = totSize.y; local
593 height = totHeight;

Completed in 170 milliseconds