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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddlgcmn.cpp57 void Wrap(wxWindow *win, const wxString& text, int widthMax);
129 void wxTextWrapper::Wrap(wxWindow *win, const wxString& text, int widthMax) argument
160 if ( widthMax >= 0 && lastSpace )
165 if ( width > widthMax )
190 wxSizer *CreateSizer(const wxString& text, int widthMax) argument
193 Wrap(m_win, text, widthMax);
223 int widthMax = -1; local
227 widthMax = wxSystemSettings::GetMetric( wxSYS_SCREEN_X ) - 25;
238 return wrapper.CreateSizer(text, widthMax);
244 void WrapLabel(wxWindow *text, int widthMax) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtipwin.cpp264 widthMax = 0; local
273 if ( width > widthMax )
274 widthMax = width;
304 if ( width > widthMax )
305 widthMax = width;
313 width = 2*(TEXT_MARGIN_X + 1) + widthMax;
H A Dlistctrl.cpp4294 wxCoord widthMax = 0;
4307 if ( sizeLine.x > widthMax )
4308 widthMax = sizeLine.x;
4325 line->m_gi->ExtendWidth(widthMax);
/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;
404 if ( width > widthMax )
405 widthMax = width;
410 return wxSize(widthMax + BUTTON_BORDER_X, heightMax + BUTTON_BORDER_Y);
H A Dtextctrl.cpp2782 wxCoord widthMax = m_rectText.width;
2787 for ( wOld = w = 0; *text && (w <= widthMax); )
2794 if ( w > widthMax )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp479 int widthMax = 0, local
501 if ( widthMax < width )
502 widthMax = width;
507 return wxSize(widthMax, heightMax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp4253 wxCoord widthMax = 0;
4266 if ( sizeLine.x > widthMax )
4267 widthMax = sizeLine.x;
4284 line->m_gi->ExtendWidth(widthMax);

Completed in 333 milliseconds