]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combobox.h
wxWave class for wxGTK (linux)
[wxWidgets.git] / include / wx / combobox.h
index 709a399e2834e33a1a2f4c09b546b1f4d0fcb31a..26512aa0cd5460a5e01da7dbd269b946e2329a57 100644 (file)
@@ -1,13 +1,19 @@
-#ifndef __COMBOBOXH_BASE__
-#define __COMBOBOXH_BASE__
+#ifndef _WX_COMBOBOX_H_BASE_
+#define _WX_COMBOBOX_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/combobox.h"
 #elif defined(__WXMOTIF__)
-#include "wx/xt/combobox.h"
+#include "wx/motif/combobox.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/combobox.h"
+#elif defined(__WXQT__)
+#include "wx/qt/combobox.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/combobox.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/combobox.h"
 #endif
 
 #endif
-    // __COMBOBOXH_BASE__
+    // _WX_COMBOBOX_H_BASE_