]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
Add a trivial virtual dtor to wxMarkupParserOutput.
[wxWidgets.git] / include / wx / os2 / setup0.h
index cf5b66fbaabe582dd0b6ce367c253a2daab1b37a..be2ce532ce4db07c97def9a106e1867aec4ddbb8 100644 (file)
 // Recommended setting: 1 (don't change except for very special programs)
 #define wxUSE_CONTROLS     1
 
+// Support markup in control labels, i.e. provide wxControl::SetLabelMarkup().
+// Currently markup is supported only by a few controls and only some ports but
+// their number will increase with time.
+//
+// Default is 1
+//
+// Recommended setting: 1 (may be set to 0 if you want to save on code size)
+#define wxUSE_MARKUP       1
+
 // wxPopupWindow class is a top level transient window. It is currently used
 // to implement wxTipWindow
 //