]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
moved XML classes to the core
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index 1ea85d5567c81b10ef6afcf865e72ad31ccad866..1976ebf2a2ede0ade9af8bb2495d0a256865bc91 100644 (file)
 #ifndef __GTKLISTBOXH__
 #define __GTKLISTBOXH__
 
 #ifndef __GTKLISTBOXH__
 #define __GTKLISTBOXH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "listbox.h"
 #endif
 
 #include "wx/list.h"
 
 #pragma interface "listbox.h"
 #endif
 
 #include "wx/list.h"
 
+class WXDLLIMPEXP_BASE wxSortedArrayString;
+
 //-----------------------------------------------------------------------------
 // wxListBox
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 // wxListBox
 //-----------------------------------------------------------------------------
@@ -96,12 +98,15 @@ public:
 
     int        m_prevSelection;
     bool       m_blockEvent;
 
     int        m_prevSelection;
     bool       m_blockEvent;
-    
+
     virtual void FixUpMouseEvent(GtkWidget *widget, wxCoord& x, wxCoord& y);
 
 protected:
     virtual wxSize DoGetBestSize() const;
 
     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)
 private:
     // this array is only used for controls with wxCB_SORT style, so only
     // allocate it if it's needed (hence using pointer)