Searched refs:GetString (Results 76 - 100 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dcombobox.h94 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcombobox.h87 virtual wxString GetString(unsigned int n) const ;
H A Dlistbox.h91 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dcombobox.h80 virtual wxString GetString(unsigned int n) const ;
H A Dradiobox.h97 virtual wxString GetString(unsigned int item) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dchoice.h80 virtual wxString GetString(unsigned int n) const;
H A Dlistbox.h89 virtual wxString GetString(unsigned int n) const;
H A Dradiobox.h89 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dchoicece.h91 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dradiobox.h147 virtual wxString GetString(unsigned int nIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dlistbox.h85 virtual wxString GetString(unsigned int n) const;
H A Dradiobox.h110 virtual wxString GetString(unsigned int n) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dcombobox.cpp219 wxString wxComboBox::GetString(unsigned int n) const function in class:wxComboBox
323 event.SetString( item->GetString ( event.GetInt() ) );
H A Dradiobox.cpp213 wxString wxRadioBox::GetString(unsigned int n) const function in class:wxRadioBox
308 return this->GetString((unsigned int)sel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexttabspage.cpp169 tabs.Add(wxAtoi(m_tabListCtrl->GetString(i)));
216 tabs.Add(wxAtoi(m_tabListCtrl->GetString(i)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobox.cpp267 event.SetString(GetString(m_selection));
286 wxString wxRadioBox::GetString(unsigned int n) const function in class:wxRadioBox
289 _T("invalid index in wxRadioBox::GetString") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidxanm.cpp404 totalOutput = tokenizer.GetString();
422 totalOutput = tokenizer.GetString();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dlistbox.cpp485 if (GetString(i).Lower().Matches(st))
590 wxString wxListBox::GetString(unsigned int n) const function in class:wxListBox
644 wxString str(GetString(i));
904 event.SetString(GetString(n));
981 event.SetString(GetString(n));
1013 event.SetString(GetString(line));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dodcombo.cpp328 wxString item=GetString(i);
623 wxString wxVListBoxComboPopup::GetString( int item ) const function in class:wxVListBoxComboPopup
973 wxString wxOwnerDrawnComboBox::GetString(unsigned int n) const function in class:wxOwnerDrawnComboBox
975 wxCHECK_MSG( IsValid(n), wxEmptyString, _T("invalid index in wxOwnerDrawnComboBox::GetString") );
980 return GetVListBoxComboPopup()->GetString(n);
1010 str = GetVListBoxComboPopup()->GetString(n);
1091 dc.DrawText( GetVListBoxComboPopup()->GetString(item), rect.x + 2, rect.y );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp1198 m_text->AppendText( event.GetString() );
1230 m_text->AppendText( event.GetString() );
1329 event.GetString().c_str(),
1397 event.GetString().c_str(),
1405 event.GetString().c_str(),
1467 m_text->AppendText( event.GetString() );
1535 m_spinctrl->GetValue(), event.GetString().c_str() );
1957 name, control->GetString(n).c_str());
1972 name, control->GetString(n).c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dlistbox.cpp194 event.SetString( listbox->GetString(n) );
341 new_event.SetString( listbox->GetString(n) );
402 event.SetString( listbox->GetString(n) );
930 wxString wxListBox::GetString(unsigned int n) const function in class:wxListBox
1224 wxString str(GetString(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dlistbox.cpp155 if (s.IsSameAs( GetString( i ), bCase) )
220 wxString wxListBox::GetString(unsigned int n) const function in class:wxListBox
222 wxCHECK_MSG( IsValid(n), wxEmptyString, wxT("invalid index in wxListBox::GetString") );
270 wxString str( GetString( i ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dlistbox.cpp536 wxString wxListBox::GetString(unsigned int n) const function in class:wxListBox
552 } // end of wxListBox::GetString
664 wxString vStr(GetString(i));
737 vEvent.SetString(GetString(n));
H A Dradiobox.cpp610 wxString wxRadioBox::GetString(unsigned int nNum) const function in class:wxRadioBox
614 } // end of wxRadioBox::GetString
623 sResult = GetString(nSel);
727 vEvent.SetString( GetString(m_nSelectedButton) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dodcombobox.cpp255 dc.DrawText(GetString(item),
501 items.Add(m_combobox->GetString(n));
749 wxString s = event.GetString();

Completed in 205 milliseconds

12345678