]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/listbox.h
fix compilation without WXDEBUG (includes patch 561458)
[wxWidgets.git] / include / wx / gtk / listbox.h
index 20eb87cac5f91b668146eebe4695d17273dbfb66..f45f92ac427d8a4a3bfc1998602db3441dc80121 100644 (file)
@@ -12,7 +12,7 @@
 #define __GTKLISTBOXH__
 
 #ifdef __GNUG__
-#pragma interface
+#pragma interface "listbox.h"
 #endif
 
 #include "wx/list.h"
@@ -76,8 +76,6 @@ public:
 
     // implementation from now on
 
-    void GtkDisableEvents();
-    void GtkEnableEvents();
     void GtkAddItem( const wxString &item, int pos=-1 );
     int GtkGetIndex( GtkWidget *item ) const;
     GtkWidget *GetConnectWidget();
@@ -96,6 +94,9 @@ public:
     bool       m_hasCheckBoxes;
 #endif // wxUSE_CHECKLISTBOX
 
+    int        m_prevSelection;
+    bool       m_blockEvent;
+    
 protected:
     virtual wxSize DoGetBestSize() const;