]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/setup0.h
Added wxPGCell::SetFont() and GetFont(); Documented wxPGCell class.
[wxWidgets.git] / include / wx / univ / setup0.h
index 7f9cb99638b95b1ddfec12c1023c45f08a0be92c..b57946e6c85dafa44bb20874c2ad1fe687b73634 100644 (file)
 // enumerated above, then this class is mostly useless too)
 #define wxUSE_IMAGLIST      1
 
+// Use wxInfoBar class.
+//
+// Default is 1.
+//
+// Recommended setting: 1 (but can be disabled without problems as nothing
+// depends on it)
+#define wxUSE_INFOBAR       1
+
 // Use wxMenu, wxMenuBar, wxMenuItem.
 //
 // Default is 1.