]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
GTK 1.0 compilation (not tested)
[wxWidgets.git] / include / wx / listbox.h
index 582229682bdb9902581447dbcbe84e031ff6a204..9d8a3460dbf9bff57cd5ec4ad2fa2cad2ca1d480 100644 (file)
@@ -1,13 +1,19 @@
-#ifndef __LISTBOXH_BASE__
-#define __LISTBOXH_BASE__
+#ifndef _WX_LISTBOX_H_BASE_
+#define _WX_LISTBOX_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/listbox.h"
 #elif defined(__WXMOTIF__)
-#include "wx/xt/listbox.h"
+#include "wx/motif/listbox.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/listbox.h"
+#elif defined(__WXQT__)
+#include "wx/qt/listbox.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/listbox.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/listbox.h"
 #endif
 
 #endif
-    // __LISTBOXH_BASE__
+    // _WX_LISTBOX_H_BASE_