wxWidgets/docs/cocoa
Dimitri Schoolwerth 4c51a665c6 Fixed various typos.
Applied patch by snowleopard2 fixing a bunch of typos such as misspellings and double words in the documentation. Combined the patch with some local queued typos waiting to be committed as well as adding new typo fixes inspired by the patch.

Function names with American spelling were not changed nor was third-party code touched. The only code changes involve some changes in strings that are translated ("Can not" -> "Cannot").

Closes #13063 (again).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-03-22 14:17:38 +00:00
..
coding_patterns.txt Fixed various typos. 2011-03-22 14:17:38 +00:00
install.txt Mention wxOSX/Cocoa in the old wxCocoa docs. 2009-09-10 12:49:06 +00:00
readme.txt Mention wxOSX/Cocoa in the old wxCocoa docs. 2009-09-10 12:49:06 +00:00

----------------------------------------------------------------------------
NB: This is the old wxCocoa port, you almost certainly want to read
    docs/osx/readme.txt for information about wxOSX/Cocoa instead.
----------------------------------------------------------------------------

Welcome to wxCocoa

wxCocoa is still very much a work in progress.  At this point quite a bit
of functionality is working, but quite a bit is left to do.  wxCocoa is not
yet suitable for a direct port of most wxWidgets applications. Fortunately,
wxMac is available for those looking to move to Mac today.

If you're still reading then I assume you're interested in helping with
the wxCocoa port.  Please join the wx-dev@lists.wxwindows.org mailing list
so we can talk!  There is plenty of work that can be done independently.
For example, many of the controls (listboxes, sliders, gauges, steppers,
etc.) can be easily worked on and the implementation should be pretty
straightforward (see how wxButton is wired up for an example of how to
handle events).

I welcome any help, but please shoot a message to wx-dev or to me
privately, dfe@cox.net, so there is no needless duplication of work.

Thanks a bunch!
David Elliott