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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/foldbar/
H A Dfoldpanelbar.cpp169 wxRect foldrect = GetRect(); local
175 if(foldrect.GetHeight() < 23)
176 foldrect.SetHeight(0);
178 foldrect.SetHeight(foldrect.GetHeight() - 22);
181 foldrect.SetX(0);
182 foldrect.SetY(0);
183 m_foldPanel->SetSize(foldrect);

Completed in 87 milliseconds