]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
Work on streams of all sorts. More to come.
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index fa19c2d4f9617f6e639fb35212aba873d2e327a3..993a9b64c9706d99840d7a785cfbc8a7c30ea84a 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_LISTBOX
+
 #include "wx/object.h"
 #include "wx/list.h"
 #include "wx/control.h"
@@ -125,4 +128,6 @@ public:
 #endif // wxUSE_CHECKLISTBOX
 };
 
+#endif
+
 #endif // __GTKLISTBOXH__