Searched refs:m_textLabel (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dtoggle.cpp89 wxTextCtrl *m_textLabel; member in class:ToggleWidgetsPage
141 &m_textLabel);
142 m_textLabel->SetValue(_T("&Toggle me!"));
208 m_toggle->SetLabel(m_textLabel->GetValue());
H A Dbutton.cpp135 wxTextCtrl *m_textLabel; member in class:ButtonWidgetsPage
185 m_textLabel = (wxTextCtrl *)NULL;
259 &m_textLabel);
260 m_textLabel->SetValue(_T("&Press me!"));
320 label = m_textLabel->GetValue();
437 m_button->SetLabel(m_textLabel->GetValue());
457 dc.DrawLabel(wxStripMenuCodes(m_textLabel->GetValue()) + _T("\n")
H A Dstatic.cpp186 *m_textLabel; member in class:StaticWidgetsPage
288 wxID_ANY, &m_textLabel);
292 m_textLabel->SetValue(_T("And this is a label\ninside the box"));
396 m_statText = new MyStaticText(this, wxID_ANY, m_textLabel->GetValue(),
440 m_statText->SetLabel(m_textLabel->GetValue());
H A Dradiobox.cpp139 *m_textLabel, member in class:RadioWidgetsPage
200 m_textLabel = (wxTextCtrl *)NULL;
274 &m_textLabel);
315 m_textLabel->SetValue(_T("I'm a radiobox"));
393 m_textLabel->GetValue(),
450 m_radio->wxControl::SetLabel(m_textLabel->GetValue());
H A Dcheckbox.cpp124 wxTextCtrl *m_textLabel; member in class:CheckBoxWidgetsPage
208 &m_textLabel),
307 m_checkbox->SetLabel(m_textLabel->GetValue());
H A Ddatepick.cpp105 wxTextCtrl *m_textLabel; member in class:DatePickerWidgetsPage
H A Dhyperlnk.cpp118 wxTextCtrl *m_textLabel; member in class:HyperlinkWidgetsPage

Completed in 101 milliseconds