Searched refs:GetTextCtrl (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dcombobox.cpp286 if ( GetTextCtrl() ) GetTextCtrl()->Copy();
291 if ( GetTextCtrl() ) GetTextCtrl()->Cut();
296 if ( GetTextCtrl() ) GetTextCtrl()->Paste();
301 if ( GetTextCtrl() ) GetTextCtrl()->SetInsertionPoint(pos);
306 if ( GetTextCtrl() ) GetTextCtrl()
[all...]
H A Dtextctrl.cpp607 wxTextCtrl *GetTextCtrl() const { return m_text; } function in class:wxTextCtrlCommandProcessor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/typetest/
H A Dtypetest.h38 wxTextCtrl* GetTextCtrl() const { return m_textCtrl; } function in class:MyApp
H A Dtypetest.cpp123 wxTextCtrl& textCtrl = * GetTextCtrl();
275 wxTextCtrl& textCtrl = * GetTextCtrl();
347 wxTextCtrl& textCtrl = * GetTextCtrl();
508 wxTextCtrl& textCtrl = * GetTextCtrl();
647 wxTextCtrl& textCtrl = * GetTextCtrl();
722 wxTextCtrl& textCtrl = * GetTextCtrl();
801 wxTextCtrl& textCtrl = * GetTextCtrl();
882 wxTextCtrl& textCtrl = * GetTextCtrl();
936 wxTextCtrl& textCtrl = * GetTextCtrl();
970 wxTextCtrl& textCtrl = * GetTextCtrl();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpickerbase.h103 wxTextCtrl *GetTextCtrl() function in class:wxPickerBase
H A Dcombo.h187 wxTextCtrl *GetTextCtrl() const { return m_text; } function in class:wxComboCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpickerbase.tex104 \membersection{wxPickerBase::GetTextCtrl}\label{wxpickerbasegetextctrl}
106 \func{wxTextCtrl *}{GetTextCtrl}{}
H A Dcomboctrl.tex454 \membersection{wxComboCtrl::GetTextCtrl}\label{wxcomboctrlgettextctrl}
456 \constfunc{wxTextCtrl*}{GetTextCtrl}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp136 wxWindow* tx = m_combo->GetTextCtrl();
174 return m_combo->GetTextCtrl()->IsEmpty();
H A Dcombog.cpp368 wxTextCtrl* tc = GetTextCtrl();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcombocmn.cpp602 if ( m_combo->GetTextCtrl() )
603 m_combo->GetTextCtrl()->SelectAll();
1211 wxTextCtrl* textCtrl = GetTextCtrl();
1221 wxTextCtrl* textCtrl = GetTextCtrl();
1678 wxWindow* tc = GetTextCtrl();
1695 wxWindow* tc = GetTextCtrl();

Completed in 194 milliseconds