]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
wxMotif::wxFont supports encodings too (and shares 99% of font code with wxGTK)
[wxWidgets.git] / include / wx / listbox.h
index 545ddb54dc9f36f5cc4135b4dd7f970baf501369..c104dbeabda47b5c39190d2b72315f93131a8195 100644 (file)
@@ -1,13 +1,21 @@
-#ifndef __LISTBOXH_BASE__
-#define __LISTBOXH_BASE__
+#ifndef _WX_LISTBOX_H_BASE_
+#define _WX_LISTBOX_H_BASE_
 
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/listbox.h"
 #include "wx/msw/listbox.h"
-#elif defined(__MOTIF__)
-#include "wx/xt/listbox.h"
-#elif defined(__GTK__)
+#elif defined(__WXMOTIF__)
+#include "wx/motif/listbox.h"
+#elif defined(__WXGTK__)
 #include "wx/gtk/listbox.h"
 #include "wx/gtk/listbox.h"
+#elif defined(__WXQT__)
+#include "wx/qt/listbox.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/listbox.h"
+#elif defined(__WXPM__)
+#include "wx/os2/listbox.h"
+#elif defined(__WXSTUBS__)
+#include "wx/stubs/listbox.h"
 #endif
 
 #endif
 #endif
 
 #endif
-    // __LISTBOXH_BASE__
+    // _WX_LISTBOX_H_BASE_