Home
last modified time | relevance | path

Searched refs:m_textNumBtns (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/widgets/
H A Dradiobox.cpp121 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
185 m_textNumBtns = in RadioWidgetsPage()
216 &m_textNumBtns); in CreateContent()
288 m_textNumBtns->SetValue(wxString::Format("%u", DEFAULT_NUM_ENTRIES)); in Reset()
314 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
437 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
457 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp135 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
198 m_textNumBtns = in RadioWidgetsPage()
244 &m_textNumBtns); in CreateContent()
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
341 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
480 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
500 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp135 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
198 m_textNumBtns = in RadioWidgetsPage()
244 &m_textNumBtns); in CreateContent()
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
341 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
480 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
500 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp135 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
198 m_textNumBtns = in RadioWidgetsPage()
244 &m_textNumBtns); in CreateContent()
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
341 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
480 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
500 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/widgets/
H A Dradiobox.cpp134 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
197 m_textNumBtns = in RadioWidgetsPage()
247 &m_textNumBtns); in CreateContent()
317 m_textNumBtns->SetValue(wxString::Format(wxT("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
344 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
483 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
503 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dradiobox.cpp135 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
198 m_textNumBtns = in RadioWidgetsPage()
244 &m_textNumBtns); in CreateContent()
314 m_textNumBtns->SetValue(wxString::Format(_T("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
341 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
480 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
500 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/widgets/
H A Dradiobox.cpp134 wxTextCtrl *m_textNumBtns, member in RadioWidgetsPage
197 m_textNumBtns = in RadioWidgetsPage()
247 &m_textNumBtns); in CreateContent()
317 m_textNumBtns->SetValue(wxString::Format(wxT("%u"), DEFAULT_NUM_ENTRIES)); in Reset()
344 if ( !m_textNumBtns->GetValue().ToULong(&count) ) in CreateRadio()
483 event.Enable( m_textNumBtns->GetValue().ToULong(&n) && in OnUpdateUIUpdate()
503 enable = !m_textNumBtns->GetValue().ToULong(&numEntries) || in OnUpdateUIReset()