Searched refs:CanPaste (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcombobox.h58 virtual bool CanPaste() const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dcombobox.h156 virtual bool CanPaste() const function in class:wxComboBox
157 { return wxTextCtrl::CanPaste(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/private/
H A Dmactext.h34 virtual bool CanPaste() const ;
95 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleTextCtrl.cpp94 if ( CanPaste() ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dcombobox.h98 virtual bool CanPaste() const;
H A Dtextctrl.h106 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dcombobox.cpp264 bool wxComboBox::CanPaste() const function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.h161 bool CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dcombobox.h115 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcombobox.h103 bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dcombobox.h129 virtual bool CanPaste() const;
H A Dtextctrl.h121 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dcombobox.h117 virtual bool CanPaste() const ;
H A Dtextctrl.h106 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dtextctrl.h60 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dcombobox.h83 virtual bool CanPaste() const;
H A Dtextctrl.h117 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dtextctrl.h103 virtual bool CanPaste(void) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dcombobox.cpp488 bool wxComboBox::CanPaste() const function in class:wxComboBox
491 return GetTextCtrl()->CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp499 if (CanPaste())
523 bool wxTextCtrl::CanPaste() const function in class:wxTextCtrl
1180 event.Enable( CanPaste() );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcombobox.cpp671 bool wxComboBox::CanPaste() const function in class:wxComboBox
674 return m_text->CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcombobox.cpp555 bool wxComboBox::CanPaste() const function in class:wxComboBox
558 return m_text->CanPaste();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsrchctlg.h156 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcombobox.h97 virtual bool CanPaste() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dtextctrlce.h112 virtual bool CanPaste() const;

Completed in 221 milliseconds

123