]> git.saurik.com Git - wxWidgets.git/blame - docs/tech/tn0005.txt
save the current status text for each pane inside wxStatusBarPane: native controls...
[wxWidgets.git] / docs / tech / tn0005.txt
CommitLineData
fc2171bd 1 Adding a wxWidgets contribution
f6bcfd97
BP
2 ===============================
3
4Here are some different kinds of contribution:
5
77ffb593 61. Bug fixes. You can send these to the wx-dev list.
897f4488
FM
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
f6bcfd97 133. A utility application, such as a new dialog editor or
897f4488 14 file format conversion utility. If adding to the SVN
f6bcfd97
BP
15 archive, you may put it under the utils hierarchy,
16 preferably with further src and docs directories.
17
897f4488 18You may or may not wish to add your code to the main wxWidgets SVN
f6bcfd97 19archive. Whether your code is appropriate for this archive
77ffb593 20should first be ascertained by discussing it on wx-dev@wxwidgets.org.
f6bcfd97 21
897f4488
FM
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.
f6bcfd97 26
f6bcfd97
BP
27
28Author: Julian Smart
29Version: $Id$
30