Searched refs:FindString (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcombobox.h86 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h93 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dcombobox.h79 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dchoice.h79 virtual int FindString(const wxString& s, bool bCase = false) const;
H A Dlistbox.h91 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dchoicece.h90 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvalgen.cpp227 if (pControl->FindString(* m_pString) != wxNOT_FOUND)
250 if (pControl->FindString(* m_pString) != wxNOT_FOUND)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobox.cpp608 int wxComboBox::FindString(const wxString& s, bool bCase) const function in class:wxComboBox
610 return m_choice->FindString( s, bCase );
H A Dchoice.cpp219 int wxChoice::FindString( const wxString& s, bool bCase ) const function in class:wxChoice
H A Dfontdlg.cpp684 if (facename.empty() || m_facenameCtrl->FindString(facename) == wxNOT_FOUND)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp415 int wxChoice::FindString(const wxString& s, bool bCase) const function in class:wxChoice
419 return wxItemContainerImmutable::FindString( s, bCase );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dlistbox.h107 virtual int FindString(const wxString& s, bool bCase = false) const function in class:wxListBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcombobox.h68 virtual int FindString(const wxString& s, bool bCase = false) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dlistbox.cpp349 int wxListBox::FindString(const wxString& s, bool bCase) const function in class:wxListBox
353 return wxItemContainerImmutable::FindString( s, bCase );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox.cpp228 int wxComboBox::FindString(const wxString& s, bool WXUNUSED(bCase)) const function in class:wxComboBox
H A Dradiobox.cpp315 int sel = FindString (s);
H A Dcombobox_native.cpp296 int wxComboBox::FindString(const wxString& s, bool WXUNUSED(bCase)) const function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexttabspage.cpp298 event.Enable(m_tabListCtrl->FindString(s) == wxNOT_FOUND);
H A Drichtextfontpage.cpp464 if (m_sizeListBox->FindString(strSize) != wxNOT_FOUND)
748 if (!strSize.IsEmpty() && m_sizeListBox->FindString(strSize) != wxNOT_FOUND)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dodcombo.cpp613 int wxVListBoxComboPopup::FindString(const wxString& s, bool bCase) const function in class:wxVListBoxComboPopup
992 int wxOwnerDrawnComboBox::FindString(const wxString& s, bool bCase) const function in class:wxOwnerDrawnComboBox
997 return GetVListBoxComboPopup()->FindString(s, bCase);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchoice.cpp323 int wxChoice::FindString( const wxString &string, bool bCase ) const function in class:wxChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchoice.cpp337 int wxChoice::FindString( const wxString &string, bool bCase ) const function in class:wxChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dctrlsub.tex108 \membersection{wxControlWithItems::FindString}\label{wxcontrolwithitemsfindstring}
110 \func{int}{FindString}{\param{const wxString\& }{string}, \param{bool}{ caseSensitive = false}}
H A Dradiobox.tex177 \membersection{wxRadioBox::FindString}\label{wxradioboxfindstring}
179 \constfunc{int}{FindString}{\param{const wxString\& }{string}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dlistbox.cpp463 int wxListBox::FindString(const wxString& s, bool bCase) const function in class:wxListBox
1000 int line = FindString(wxT("*")+m_typeIn+wxT("*")) ;

Completed in 202 milliseconds

123