]>
Commit | Line | Data |
---|---|---|
abf7c277 DE |
1 | Welcome to wxCocoa |
2 | ||
3 | wxCocoa is still very much a work in progress. At this point quite a bit | |
4 | of functionality is working, but quite a bit is left to do. wxCocoa is not | |
fc2171bd | 5 | yet suitable for a direct port of most wxWidgets applications. Fortunately, |
abf7c277 DE |
6 | wxMac is available for those looking to move to Mac today. |
7 | ||
8 | If you're still reading then I assume you're interested in helping with | |
9 | the wxCocoa port. Please join the wx-dev@lists.wxwindows.org mailing list | |
10 | so we can talk! There is plenty of work that can be done independently. | |
11 | For example, many of the controls (listboxes, sliders, gauges, steppers, | |
12 | etc.) can be easily worked on and the implementation should be pretty | |
13 | straightforward (see how wxButton is wired up for an example of how to | |
14 | handle events). | |
15 | ||
16 | I welcome any help, but please shoot a message to wx-dev or to me | |
17 | privately, dfe@cox.net, so there is no needless duplication of work. | |
18 | ||
19 | Thanks a bunch! | |
20 | David Elliott |