Searched refs:CanPaste (Results 26 - 50 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp186 virtual bool CanPaste() const ;
555 if (CanPaste())
588 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
593 return GetPeer()->CanPaste() ;
865 if ( CanPaste() )
1011 event.Enable( CanPaste() );
1148 bool wxMacTextControl::CanPaste() const function in class:wxMacTextControl
1490 bool wxMacUnicodeTextControl::CanPaste() const function in class:wxMacUnicodeTextControl
2013 bool wxMacMLTEControl::CanPaste() const
H A Dcombobxc.cpp791 bool wxComboBox::CanPaste() const function in class:wxComboBox
798 return m_text->CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtextctrl.cpp290 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
890 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcombobox.cpp602 bool wxComboBox::CanPaste() const function in class:wxComboBox
785 event.Enable( CanPaste() );
H A Dtextctrl.cpp1223 if (CanPaste())
1247 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
2267 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtextctrl.cpp283 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp340 bool wxTextCtrlBase::CanPaste() const function in class:wxTextCtrlBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtextctrl.cpp431 if (CanPaste())
463 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
479 } // end of wxTextCtrl::CanPaste
1270 rEvent.Enable(CanPaste());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtextctrl.cpp1050 if (CanPaste())
1090 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
1592 if ( CanPaste() )
1772 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h398 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcombobox.tex156 \membersection{wxComboBox::CanPaste}\label{wxcomboboxcanpaste}
158 \constfunc{bool}{CanPaste}{\void}
H A Dtext.tex337 \membersection{wxTextCtrl::CanPaste}\label{wxtextctrlcanpaste}
339 \func{virtual bool}{CanPaste}{\void}
H A Drichtextctrl.tex311 \membersection{wxRichTextCtrl::CanPaste}\label{wxrichtextctrlcanpaste}
313 \constfunc{bool}{CanPaste}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsrchctlg.cpp750 bool wxSearchCtrl::CanPaste() const function in class:wxSearchCtrl
752 return m_text->CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcombobox.cpp753 bool wxComboBox::CanPaste() const function in class:wxComboBox
1011 event.Enable( CanPaste() );
H A Dtextctrl.cpp1223 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp554 bool ScintillaWX::CanPaste() { function in class:ScintillaWX
559 if (Editor::CanPaste()) {
H A Dstc.cpp1281 bool wxStyledTextCtrl::CanPaste() { function in class:wxStyledTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.h420 virtual bool CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcombobox.cpp1056 bool wxComboBox::CanPaste() const function in class:wxComboBox
1441 event.Enable( CanPaste() );
H A Dtextctrl.cpp1852 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextctrl.cpp2471 if (CanPaste())
2508 bool wxRichTextCtrl::CanPaste() const function in class:wxRichTextCtrl
2804 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dedit.cpp203 if (!CanPaste()) return;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h277 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/stc/
H A Dstc.h2416 bool CanPaste();

Completed in 549 milliseconds

123