X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..9e730a78765d0e70ca5b77512569c94585070fe2:/include/wx/gtk1/listbox.h diff --git a/include/wx/gtk1/listbox.h b/include/wx/gtk1/listbox.h index 8038c9c0ab..f9632f26b1 100644 --- a/include/wx/gtk1/listbox.h +++ b/include/wx/gtk1/listbox.h @@ -11,8 +11,8 @@ #ifndef __GTKLISTBOXH__ #define __GTKLISTBOXH__ -#ifdef __GNUG__ -#pragma interface +#if defined(__GNUG__) && !defined(__APPLE__) +#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,17 @@ public: bool m_hasCheckBoxes; #endif // wxUSE_CHECKLISTBOX + int m_prevSelection; + bool m_blockEvent; + + virtual void FixUpMouseEvent(GtkWidget *widget, wxCoord& x, wxCoord& y); + +protected: + virtual wxSize DoGetBestSize() const; + + // return the string label for the given item + wxString GetRealLabel(struct _GList *item) const; + private: // this array is only used for controls with wxCB_SORT style, so only // allocate it if it's needed (hence using pointer)