]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/configtool/configs/wxwin250.wxs
Build notes for Cygwin.
[wxWidgets.git] / utils / configtool / configs / wxwin250.wxs
index 11fb2108910d377bee325c22bd463f883feae4ca..645d7bcafe4d3f0779b9db0e1af197972943d24a 100644 (file)
@@ -978,30 +978,8 @@ Default is 0. Recommended setting: 0 (in fact the compatibility code is now very
             <setting type="bool-check">
                 <active>1</active>
                 <enabled>0</enabled>
-                <name>WXWIN_COMPATIBILITY_2</name>
-                <description>&lt;B&gt;This setting determines the compatibility with 2.0 API&lt;/B&gt;&lt;P&gt;
-
-Set it to 1 to enable it. Default is 0.&lt;P&gt;
-
-Recommended setting: 0 (please update your code instead!)
-</description>
-                <default-state>1</default-state>
-                <requires></requires>
-                <precludes></precludes>
-                <enabled-if></enabled-if>
-                <enabled-if-not></enabled-if-not>
-                <indeterminate-if></indeterminate-if>
-                <exclusivity></exclusivity>
-                <context></context>
-                <configure-command>--enable-compat20</configure-command>
-                <help-topic></help-topic>
-                <notes></notes>
-            </setting>
-            <setting type="bool-check">
-                <active>1</active>
-                <enabled>0</enabled>
-                <name>WXWIN_COMPATIBILITY_2_2</name>
-                <description>&lt;B&gt;This setting determines the compatibility with 2.2 API&lt;/B&gt;&lt;P&gt;
+                <name>WXWIN_COMPATIBILITY_2_4</name>
+                <description>&lt;B&gt;This setting determines the compatibility with 2.4 API&lt;/B&gt;&lt;P&gt;
 
 Set it to 1 to enable it but please consider updating your code instead.&lt;P&gt;
 
@@ -1022,8 +1000,8 @@ The default is 0. Recommended setting: 0 (please update your code)
             <setting type="bool-check">
                 <active>1</active>
                 <enabled>0</enabled>
-                <name>WXWIN_COMPATIBILITY_2_4</name>
-                <description>&lt;B&gt;This setting determines the compatibility with 2.4 API&lt;/B&gt;&lt;P&gt;
+                <name>WXWIN_COMPATIBILITY_2_6</name>
+                <description>&lt;B&gt;This setting determines the compatibility with 2.6 API&lt;/B&gt;&lt;P&gt;
 
 Set it to 0 to flag all cases of using deprecated functions.&lt;P&gt;
 
@@ -1044,28 +1022,6 @@ Recommended setting: 0 (please update your code)
                 <help-topic></help-topic>
                 <notes></notes>
             </setting>
-            <setting type="bool-check">
-                <active>1</active>
-                <enabled>1</enabled>
-                <name>wxFONT_SIZE_COMPATIBILITY</name>
-                <description>&lt;B&gt;Define as 1 for font size to be backward compatible to 1.63 and earlier.&lt;/B&gt;&lt;P&gt;
-
-1.64 and later define point sizes to be compatible with Windows.&lt;P&gt;
-
-Default is 0.
-</description>
-                <default-state>1</default-state>
-                <requires></requires>
-                <precludes></precludes>
-                <enabled-if></enabled-if>
-                <enabled-if-not></enabled-if-not>
-                <indeterminate-if></indeterminate-if>
-                <exclusivity></exclusivity>
-                <context>__WXMSW__</context>
-                <configure-command></configure-command>
-                <help-topic>wxFont</help-topic>
-                <notes></notes>
-            </setting>
             <setting type="bool-check">
                 <active>1</active>
                 <enabled>1</enabled>
@@ -2221,7 +2177,7 @@ Default: 1. Recommended setting: 1 (there is no advantage in using the generic o
 
 If wxUSE_TOOLBAR is 0, don't compile any toolbar
 classes at all. Otherwise, use the native toolbar class unless
-wxUSE_TOOLBAR_NATIVE is 0. Additionally, the generic toolbar class which supports some features which might not be supported by the native wxToolBar class may be compiled in if wxUSE_TOOLBAR_SIMPLE is 1.&lt;P&gt;
+wxUSE_TOOLBAR_NATIVE is 0.&lt;P&gt;
 
 Default: 1. Recommended setting: 1</description>
                 <default-state>1</default-state>
@@ -2252,25 +2208,6 @@ Default: 1. Recommended setting: 1</description>
                     <help-topic>wxToolBar</help-topic>
                     <notes></notes>
                 </setting>
-                <setting type="bool-check">
-                    <active>1</active>
-                    <enabled>0</enabled>
-                    <name>wxUSE_TOOLBAR_SIMPLE</name>
-                    <description>Compile wxToolBarSimple, a simple generic toolbar implementation, in addition to any others that are enabled.&lt;P&gt;
-
-This must be enabled if wxUSE_TOOLBAR_NATIVE is disabled.</description>
-                    <default-state>1</default-state>
-                    <requires></requires>
-                    <precludes></precludes>
-                    <enabled-if></enabled-if>
-                    <enabled-if-not>wxUSE_TOOLBAR_NATIVE</enabled-if-not>
-                    <indeterminate-if></indeterminate-if>
-                    <exclusivity></exclusivity>
-                    <context></context>
-                    <configure-command>--enable-tbarsmpl</configure-command>
-                    <help-topic>wxToolBar</help-topic>
-                    <notes></notes>
-                </setting>
             </setting>
             <setting type="bool-check">
                 <active>1</active>
@@ -3215,28 +3152,6 @@ wxColourDialog and wxDirDialog.</description>
             <configure-command></configure-command>
             <help-topic>Common dialogs overview</help-topic>
             <notes></notes>
-            <setting type="bool-check">
-                <active>1</active>
-                <enabled>0</enabled>
-                <name>wxUSE_GENERIC_DIALOGS_IN_MSW</name>
-                <description>&lt;B&gt;Generic dialog support in Windows&lt;/B&gt;&lt;P&gt;
-
-Define 1 to use generic dialogs in Windows, even though they duplicate native common dialog (e.g. wxColourDialog). This is mainly useful for testing.&lt;P&gt;
-
-Default: 0. Recommended setting: 0
-</description>
-                <default-state>1</default-state>
-                <requires></requires>
-                <precludes></precludes>
-                <enabled-if></enabled-if>
-                <enabled-if-not></enabled-if-not>
-                <indeterminate-if></indeterminate-if>
-                <exclusivity></exclusivity>
-                <context></context>
-                <configure-command></configure-command>
-                <help-topic>Common dialogs overview</help-topic>
-                <notes></notes>
-            </setting>
             <setting type="bool-check">
                 <active>1</active>
                 <enabled>1</enabled>