Searched refs:heightMax (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/univ/
H A Dradiobox.cpp396 int widthMax, heightMax, width = 0, height = 0; local
397 widthMax = heightMax = 0;
406 if ( height > heightMax )
407 heightMax = height;
410 return wxSize(widthMax + BUTTON_BORDER_X, heightMax + BUTTON_BORDER_Y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp480 heightMax = 0; local
503 if ( heightMax < height )
504 heightMax = height;
507 return wxSize(widthMax, heightMax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp966 int heightMax = wxGetDisplaySize().y - GetPosition().y - 2*GetMinHeight(); local
969 heightMax *= 9;
970 heightMax /= 10;
972 m_listctrl->SetSize(wxDefaultCoord, wxMin(height, heightMax));

Completed in 73 milliseconds