Searched refs:GetStringSelection (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dcombobox.cpp61 wxString ComboBox::GetStringSelection() function in class:ComboBox
63 return m_ListBox->GetStringSelection();
70 m_TextCtrl->SetValue(GetStringSelection());
77 m_TextCtrl->SetValue(GetStringSelection());
113 m_TextCtrl->SetValue(GetStringSelection());
119 m_TextCtrl->SetValue(GetStringSelection());
130 m_TextCtrl->SetValue(GetStringSelection());
136 m_TextCtrl->SetValue(GetStringSelection());
142 m_TextCtrl->SetValue(GetStringSelection());
148 m_TextCtrl->SetValue(GetStringSelection());
[all...]
H A Dmonitorapplet.cpp114 strcpy(m_Data->m_Monitor.m_Mfr,m_Mfr->GetStringSelection());
115 strcpy(m_Data->m_Monitor.m_Model,m_Model->GetStringSelection());
206 mfrStr = m_Mfr->GetStringSelection();
H A Dcombobox.h74 wxString GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.cpp248 wxString servername = GetServername()->GetStringSelection();
249 wxString hostname = GetHostname()->GetStringSelection();
250 wxString topic = GetTopic()->GetStringSelection();
269 if (GetServername()->GetStringSelection() == _T("..."))
283 if (GetHostname()->GetStringSelection() == _T("..."))
297 if (GetTopic()->GetStringSelection() == _T("..."))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfontdlgg.cpp484 int fontFamily = wxFontFamilyStringToInt(WXSTRINGCAST m_familyChoice->GetStringSelection());
485 int fontWeight = wxFontWeightStringToInt(WXSTRINGCAST m_weightChoice->GetStringSelection());
486 int fontStyle = wxFontStyleStringToInt(WXSTRINGCAST m_styleChoice->GetStringSelection());
491 int fontSize = wxAtoi(m_pointSizeChoice->GetStringSelection());
508 if ( !m_colourChoice->GetStringSelection().empty() )
510 wxColour col = wxTheColourDatabase->Find(m_colourChoice->GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dctrlsub.cpp49 wxString wxItemContainerImmutable::GetStringSelection() const function in class:wxItemContainerImmutable
H A Dvalgen.cpp473 *m_pString = pControl->GetStringSelection();
491 *m_pString = pControl->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsngchdlg.tex92 \membersection{wxSingleChoiceDialog::GetStringSelection}\label{wxsinglechoicedialoggetstringselection}
94 \constfunc{wxString}{GetStringSelection}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcombobox.cpp54 vEvent.SetString(GetStringSelection());
67 sValue = GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobxc.cpp66 event.SetString( cb->GetStringSelection() );
197 event2.SetString(m_cb->GetStringSelection());
656 return FindString( GetStringSelection() );
701 wxString wxComboBox::GetStringSelection() const function in class:wxComboBox
835 event.SetString(GetStringSelection());
H A Dcombobox.cpp219 event2.SetString(m_cb->GetStringSelection());
225 TextEvent.SetString( m_cb->GetStringSelection() );
618 wxString wxComboBox::GetStringSelection() const function in class:wxComboBox
702 event.SetString(GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcombobox.cpp145 event2.SetString(m_cb->GetStringSelection());
501 wxString wxComboBox::GetStringSelection() const function in class:wxComboBox
584 event.SetString(GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Dlistdb.cpp483 wxStrcpy (ListDB_Selection, pLookUpSelectList->GetStringSelection());
486 wxString s = pLookUpSelectList->GetStringSelection();
492 s = pLookUpSelectList->GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcombobox.h107 virtual wxString GetStringSelection();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dctrlsub.h75 wxString GetStringSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcombobox.h90 wxString GetStringSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dcombobox.h95 virtual wxString GetStringSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcombobox.h88 virtual wxString GetStringSelection() const ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dradiobox.h99 virtual wxString GetStringSelection() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dradiobox.h148 virtual wxString GetStringSelection(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dradiobox.cpp304 wxString wxRadioBox::GetStringSelection () const function in class:wxRadioBox
396 event.SetString(item->GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dcombobox.cpp141 return wxListBox::GetStringSelection();
180 m_combo->SetValue(wxListBox::GetStringSelection());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextfontpage.cpp341 if (m_styleCtrl->GetStringSelection() == _("Italic"))
357 if (m_weightCtrl->GetStringSelection() == _("Bold"))
373 if (m_underliningCtrl->GetStringSelection() == _("Underlined"))
615 if (m_styleCtrl->GetStringSelection() == _("Italic"))
626 if (m_weightCtrl->GetStringSelection() == _("Bold"))
637 if (m_underliningCtrl->GetStringSelection() == _("Underlined"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcombobox.cpp92 event.SetString( combo->GetStringSelection() );
98 event2.SetString( combo->GetStringSelection() );
142 combo->SetValue( combo->GetStringSelection() );
155 event.SetString( combo->GetStringSelection() );
609 wxString wxComboBox::GetStringSelection() const function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcombobox.cpp91 event.SetString( combo->GetStringSelection() );
97 event2.SetString( combo->GetStringSelection() );
142 combo->SetValue( combo->GetStringSelection() );
155 event.SetString( combo->GetStringSelection() );
198 event.SetString( combo->GetStringSelection() );
828 wxString wxComboBox::GetStringSelection() const function in class:wxComboBox

Completed in 292 milliseconds

123