]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vlbox.cpp
This should make the GTK statictext control wrap
[wxWidgets.git] / src / generic / vlbox.cpp
index b7175edf6c886d0bc97a05424828b113fecb5a12..89438eaae9e23a17c6b79efe7c0411ee3bb5bae9 100644 (file)
@@ -24,6 +24,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_LISTBOX
+
 #ifndef WX_PRECOMP
     #include "wx/settings.h"
     #include "wx/dcclient.h"
@@ -623,3 +625,5 @@ wxVListBox::GetClassDefaultAttributes(wxWindowVariant variant)
 {
     return wxListBox::GetClassDefaultAttributes(variant);
 }
+
+#endif