X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f3b37fd0e60dcdf61c951e3c220fe267e8257f8..c2d48b36a65f1f9adda42027cc02d7ace47890dc:/docs/html/faqmac.htm
diff --git a/docs/html/faqmac.htm b/docs/html/faqmac.htm
index 3db0a016a8..4896e7e599 100644
--- a/docs/html/faqmac.htm
+++ b/docs/html/faqmac.htm
@@ -37,6 +37,8 @@ See also top-level FAQ page.
What important settings are required in the CodeWarrior Project Preferences?
What are the smart preprocessing errors with the Apple Developer Tools?
How does wxMac support the standard Apple About menu item and Help menu?
+How do I add an icon to my application?
+How can I easily switch between different versions of wxWindows in CodeWarrior?
@@ -204,6 +206,31 @@ Because wxWindows does not have a specific API for the About menu item or
+
+
+If you have Mac OS X, you have the icns editor somewhere in the
+Utilities folder. Create an icon using this tool and DeRez it, so that you have a .r
+file with a 'icns' resource with id (-16455). Include this .r file in
+your project and in the CodeWarrior Settings add a check mark under Linker:Output
+Flags/Finder Flags/Has Custom Icon.
+
+
+
+
+Sometimes you want to test your application against different versions
+of wxWindows, for example a stable version of wxWindows versus a development version.
+The easiest way to do this is to create a symbolic path.
+
+Under Edit-Preferences in General:Source Trees, type a name (for example WXWIN)
+and choose a path for it. Now reselect your include and lib paths for a last
+time, in the settings for each configuration, but make them relative to the symbolic name.
+
+
+From now on you can just change the path associated with the symbolic name.
+
+
+
+