]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/gizmos/editlbox.h
fixed typo
[wxWidgets.git] / contrib / include / wx / gizmos / editlbox.h
index b73e17f94ae94880405557da1f64d2c68c5174a2..5ee5c8048b168834920458e29fb32fe5f3b96490 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __WX_EDITLBOX_H__
 #define __WX_EDITLBOX_H__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
        #pragma interface "editlbox.h"
 #endif
 
@@ -50,6 +50,13 @@ public:
     void SetStrings(const wxArrayString& strings);
     void GetStrings(wxArrayString& strings);
 
+    wxListCtrl* GetListCtrl()       { return m_listCtrl; }
+    wxBitmapButton* GetDelButton()  { return m_bDel; }
+    wxBitmapButton* GetNewButton()  { return m_bNew; }
+    wxBitmapButton* GetUpButton()   { return m_bUp; }
+    wxBitmapButton* GetDownButton() { return m_bDown; }
+    wxBitmapButton* GetEditButton() { return m_bEdit; }
+
 protected:
     wxBitmapButton *m_bDel, *m_bNew, *m_bUp, *m_bDown, *m_bEdit;
     wxListCtrl *m_listCtrl;