X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f68586e51b20dccee3fd5645aeaca7cc8ff298c2..86e5d706f46b9ccde3de9ff6ca55413a1554d19e:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index 20eb87cac5..f45f92ac42 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -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;