]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/clipbrd.h
Fix missing documentation for several GDI functions.
[wxWidgets.git] / include / wx / gtk / clipbrd.h
index 4af988f80cf4ab9a4b8084f9647c8fd14cfa8739..ff24ad33dc3bd84ac8da9472724a10dc27d4d983 100644 (file)
@@ -118,6 +118,9 @@ private:
     GtkWidget *m_clipboardWidget;  // for getting and offering data
     GtkWidget *m_targetsWidget;    // for getting list of supported formats
 
     GtkWidget *m_clipboardWidget;  // for getting and offering data
     GtkWidget *m_targetsWidget;    // for getting list of supported formats
 
+    // ID of the connection to "selection_get" signal, initially 0.
+    unsigned long m_idSelectionGetHandler;
+
     bool m_open;
     bool m_formatSupported;
 
     bool m_open;
     bool m_formatSupported;