Searched refs:GetStringSelection (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/src/generic/
H A Dchoicdgg.cpp95 choice = dialog.GetStringSelection();
420 m_stringSelection = m_listbox->GetStringSelection();
H A Dsrchctlg.cpp609 wxString wxSearchCtrl::GetStringSelection() const function in class:wxSearchCtrl
611 return m_text->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.cpp190 wxString servername = GetServername()->GetStringSelection();
211 if (GetServername()->GetStringSelection() == _T("..."))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchoice.cpp283 event.SetString( GetStringSelection() );
H A Dfontdlg.cpp709 wxString facename = m_facenameCtrl->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dchoice.cpp231 event.SetString(GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dchoice.cpp392 vEvent.SetString(GetStringSelection());
H A Dradiobox.cpp617 wxString wxRadioBox::GetStringSelection() const function in class:wxRadioBox
626 } // end of wxRadioBox::GetStringSelection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h138 wxString GetStringSelection() const { return m_stringSelection; } function in class:wxSingleChoiceDialog
H A Dsrchctlg.h93 virtual wxString GetStringSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcombobox.h71 wxString GetStringSelection() const; // not a virtual in parent class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpwnd.cpp873 book = m_SearchChoice->GetStringSelection();
1272 NormalFont->GetStringSelection(),
1273 FixedFont->GetStringSelection(),
1369 m_NormalFace = dlg.NormalFont->GetStringSelection();
1370 m_FixedFace = dlg.FixedFont->GetStringSelection();
1537 item = m_Bookmarks->GetStringSelection();
1760 wxString str = m_Bookmarks->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dctrlsub.tex193 \helpref{GetStringSelection}{wxcontrolwithitemsgetstringselection}
218 \membersection{wxControlWithItems::GetStringSelection}\label{wxcontrolwithitemsgetstringselection}
220 \constfunc{wxString}{GetStringSelection}{\void}
H A Dradiobox.tex269 \membersection{wxRadioBox::GetStringSelection}\label{wxradioboxgetstringselection}
271 \constfunc{wxString}{GetStringSelection}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dpropform.cpp680 property->GetValue() = lbox->GetStringSelection();
695 property->GetValue() = choice->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexttabspage.cpp356 wxString str = m_tabListCtrl->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp464 wxString wxTextCtrlBase::GetStringSelection() const function in class:wxTextCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dchoice.cpp773 event.SetString(GetStringSelection());
H A Dcombobox.cpp324 value = GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dchoicece.cpp315 event.SetString(GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dchoice.cpp60 event.SetString( choice->GetStringSelection() );
H A Dradiobox.cpp72 event.SetString( rb->GetStringSelection() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dchoice.cpp73 event.SetString( choice->GetStringSelection() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h324 virtual wxString GetStringSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp1201 // can't use GetStringSelection() with multiple selections, there could be
1206 m_text->AppendText( listbox->GetStringSelection() );
1330 choice->GetStringSelection().c_str(),
1398 m_combo->GetStringSelection().c_str());

Completed in 247 milliseconds

123