Searched refs:SetMaxLength (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_richtext.cpp52 text->SetMaxLength(GetLong(wxT("maxlength")));
H A Dxh_text.cpp69 text->SetMaxLength(GetLong(wxT("maxlength")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCommentDialog.cpp78 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetMaxLength(MAXFILECOMMENTLEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dpickerbase.cpp94 m_text->SetMaxLength(32);
H A Dfilepickercmn.cpp100 if (m_text) m_text->SetMaxLength(512);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtextctrl.h72 virtual void SetMaxLength(unsigned long len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtextctrl.h69 virtual void SetMaxLength(unsigned long len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dtextctrl.h78 virtual void SetMaxLength(unsigned long len) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dtextctrl.h148 virtual void SetMaxLength(unsigned long len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsrchctlg.h113 virtual void SetMaxLength(unsigned long WXUNUSED(len));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dtextctrl.h92 virtual void SetMaxLength(unsigned long len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtextctrl.h76 virtual void SetMaxLength(unsigned long len);
224 // the limit is due to a previous call to SetMaxLength() and not built in)
231 // false if we hit the limit set by SetMaxLength() and so didn't change it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtextctrlce.h83 virtual void SetMaxLength(unsigned long len);
187 // false if we hit the limit set by SetMaxLength() and so didn't change it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtextctrl.h73 virtual void SetMaxLength(unsigned long len);
191 // false if we hit the limit set by SetMaxLength() and so didn't change it
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtextctrl.cpp421 void wxTextCtrl::SetMaxLength(unsigned long len) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h355 virtual void SetMaxLength(unsigned long WXUNUSED(len)) { } function in class:wxTextCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp653 void wxSearchCtrl::SetMaxLength(unsigned long len) function in class:wxSearchCtrl
655 m_text->SetMaxLength(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp822 void wxTextCtrl::SetMaxLength(unsigned long len) function in class:wxTextCtrl
1045 // set explicitly with SetMaxLength()
1049 // value: we consider that SetMaxLength() can only be called for
1053 // we've got more text than limit set by SetMaxLength()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdevent.tex63 \helpref{SetMaxLength}{wxtextctrlsetmaxlength}.}
H A Dtext.tex240 \helpref{SetMaxLength}{wxtextctrlsetmaxlength}.}
910 \membersection{wxTextCtrl::SetMaxLength}\label{wxtextctrlsetmaxlength}
912 \func{virtual void}{SetMaxLength}{\param{unsigned long }{len}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp1746 void wxTextCtrl::SetMaxLength(unsigned long len) function in class:wxTextCtrl
2153 // set explicitly with SetMaxLength()
2158 // test here the actual limit value: we consider that SetMaxLength()
2177 SetMaxLength(len + 0x8000);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtextctrl.cpp765 void wxTextCtrl::SetMaxLength(unsigned long len) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h192 virtual void SetMaxLength(unsigned long WXUNUSED(len)) { } function in class:wxRichTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp1352 void wxTextCtrl::SetMaxLength(unsigned long len) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp426 void wxTextCtrl::SetMaxLength(unsigned long len) function in class:wxTextCtrl

Completed in 481 milliseconds

12