]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/listbox.h
xti streaming
[wxWidgets.git] / include / wx / motif / listbox.h
index 4702db06a5e9469218c6828bed82574c2ec427b2..ae350046c3038062b02191a19c57205eef006974 100644 (file)
 #ifndef _WX_LISTBOX_H_
 #define _WX_LISTBOX_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "listbox.h"
 #endif
 
 #include "wx/ctrlsub.h"
 #include "wx/clntdata.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxListBoxNameStr;
-
 // forward decl for GetSelections()
 class WXDLLEXPORT wxArrayInt;
 
-WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
-
 // List box item
 class WXDLLEXPORT wxListBox: public wxListBoxBase
 {