X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31523f511cdc980c424d908f04dad046666222d8..f0b1ccde63c1acd9ca18847f758603f39f22cf4b:/docs/html/faqmac.htm?ds=sidebyside diff --git a/docs/html/faqmac.htm b/docs/html/faqmac.htm index 2fb703eaa8..4896e7e599 100644 --- a/docs/html/faqmac.htm +++ b/docs/html/faqmac.htm @@ -1,18 +1,19 @@ + wxWindows 2 for Mac FAQ - + - +
- @@ -24,38 +25,31 @@ See also top-level FAQ page.

List of questions in this category


-

When is wxMac 2.x due to be released?

-There is a preview available. -The author of this port is Stefan Csomor. -

- -

- -wxWindows 2 for Mac FAQ + + +wxWindows 2 for Mac FAQ
- - - -
- - -Please note that the version of wxMac in CVS is more robust and nearly feature-complete compared with the packaged 2.0 release. -Until a new release is made, it is recommended that you download the wxMac 2.3.1 development snapshot or the sources from the CVS trunk. - -
+

Where should I download wxMac from?

+Please see the downloads page. +The version of wxMac in CVS advances quickly so it is recommended that you download the +the sources from the CVS trunk. +There is also a wxMac 2.3.1 development snapshot. +

+The author of this port is Stefan Csomor.

Which Mac platforms are supported?

@@ -212,6 +206,31 @@ Because wxWindows does not have a specific API for the About menu item or

+

How do I add an icon to my application?

+ +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. +

+ +

How can I easily switch between different versions of wxWindows in CodeWarrior?

+ +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. + +

+ +