]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/gizmos/editlbox.h
Tweaks to install guide
[wxWidgets.git] / contrib / include / wx / gizmos / editlbox.h
index 435a286fa9ef0c0655384b18b54870b526d9bf43..06a5956b56f300d62f1edd23c8227782d38ffe20 100644 (file)
 #ifndef __WX_EDITLBOX_H__
 #define __WX_EDITLBOX_H__
 
 #ifndef __WX_EDITLBOX_H__
 #define __WX_EDITLBOX_H__
 
-#ifdef __GNUG__
-       #pragma interface "editlbox.h"
+#if defined(__GNUG__) && !defined(__APPLE__)
+    #pragma interface "editlbox.h"
 #endif
 
 #include "wx/panel.h"
 #endif
 
 #include "wx/panel.h"
-
-#ifdef GIZMOISDLL
-#define GIZMODLLEXPORT WXDLLEXPORT
-#else
-#define GIZMODLLEXPORT
-#endif
-
+#include "wx/gizmos/gizmos.h"
 
 class WXDLLEXPORT wxBitmapButton;
 class WXDLLEXPORT wxListCtrl;
 
 class WXDLLEXPORT wxBitmapButton;
 class WXDLLEXPORT wxListCtrl;
@@ -35,9 +29,9 @@ class WXDLLEXPORT wxListEvent;
 // This class provides a composite control that lets the
 // user easily enter list of strings
 
 // This class provides a composite control that lets the
 // user easily enter list of strings
 
-class GIZMODLLEXPORT wxEditableListBox : public wxPanel
+class WXDLLIMPEXP_GIZMOS wxEditableListBox : public wxPanel
 {
 {
-       DECLARE_CLASS(wxEditableListBox);
+    DECLARE_CLASS(wxEditableListBox)
 
 public:
     wxEditableListBox(wxWindow *parent, wxWindowID id,
 
 public:
     wxEditableListBox(wxWindow *parent, wxWindowID id,