]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/tech/tn0005.txt
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / docs / tech / tn0005.txt
... / ...
CommitLineData
1 Adding a wxWidgets contribution
2 ===============================
3
4Here are some different kinds of contribution:
5
61. Bug fixes. You can send these to the wx-dev list.
7
82. New classes. They should go somewhere in the wxWidgets
9 hierarchy if they are deemed to be 'core', otherwise they
10 could be placed in external repositories of wxWidgets
11 utilities, like wxCode (see http://wxcode.sf.net).
12
133. A utility application, such as a new dialog editor or
14 file format conversion utility. If adding to the SVN
15 archive, you may put it under the utils hierarchy,
16 preferably with further src and docs directories.
17
18You may or may not wish to add your code to the main wxWidgets SVN
19archive. Whether your code is appropriate for this archive
20should first be ascertained by discussing it on wx-dev@wxwidgets.org.
21
22Also, in order to be included in wxWidgets, your code should
23follow the wxWidgets coding conventions
24(see http://www.wxwidgets.org/develop/standard.htm) and fit in the
25wxWidgets src, include, docs directories hierarchy.
26
27
28Author: Julian Smart
29