Searched refs:m_textAdd (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dlistbox.cpp158 wxTextCtrl *m_textAdd, member in class:ListboxWidgetsPage
287 m_textAdd = new wxTextCtrl(this, ListboxPage_AddText, _T("test item 0"));
289 sizerRow->Add(m_textAdd, 1, wxLEFT, 5);
463 wxString s = m_textAdd->GetValue();
464 if ( !m_textAdd->IsModified() )
467 m_textAdd->SetValue(wxString::Format(_T("test item %u"), ++s_item));
H A Dcombobox.cpp146 *m_textAdd, member in class:ComboboxWidgetsPage
292 &m_textAdd);
480 wxString s = m_textAdd->GetValue();
481 if ( !m_textAdd->IsModified() )
484 m_textAdd->SetValue(wxString::Format(_T("test item %u"), ++s_item));
H A Dodcombobox.cpp168 *m_textAdd, member in class:ODComboboxWidgetsPage
420 &m_textAdd);
610 wxString s = m_textAdd->GetValue();
611 if ( !m_textAdd->IsModified() )
614 m_textAdd->SetValue(wxString::Format(_T("test item %u"), ++s_item));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listbox/
H A Dlboxtest.cpp192 wxTextCtrl *m_textAdd, member in class:LboxTestFrame
413 m_textAdd = new wxTextCtrl(m_panel, LboxTest_AddText, _T("test item 0"));
415 sizerRow->Add(m_textAdd, 1, wxLEFT, 5);
652 wxString s = m_textAdd->GetValue();
653 if ( !m_textAdd->IsModified() )
656 m_textAdd->SetValue(wxString::Format(_T("test item %u"), ++s_item));

Completed in 106 milliseconds