]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textentry.h
No real changes, just add wxSizerItem::AddBorderToSize() helper.
[wxWidgets.git] / include / wx / gtk / textentry.h
index 8b47b758e17a6e4c03dbe1045e1b994d4d2f8996..a2ec262c84db87f88673bf89d5819e90c81352b3 100644 (file)
@@ -52,6 +52,10 @@ public:
     void SendMaxLenEvent();
 
 protected:
+    // This method must be called from the derived class Create() to connect
+    // the handlers for the clipboard (cut/copy/paste) events.
+    void GTKConnectClipboardSignals(GtkWidget* entry);
+
     virtual void DoSetValue(const wxString& value, int flags);
     virtual wxString DoGetValue() const;