]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUniv porting note
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Dec 2001 19:30:05 +0000 (19:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Dec 2001 19:30:05 +0000 (19:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/tech/tn0013.txt
docs/univ/porting.txt [new file with mode: 0644]

index 3e13e1d2886fcb58dd3506ffa8aa57e6f71d2bc8..b9ca0cfc68f94deb80695dba05f967da9a237114 100644 (file)
@@ -110,3 +110,6 @@ a) FreshMeat: http://freshmeat.net/projects/wxwindowsgtk/
 b) wx-announce mailing list: mailto:wx-announce@lists.wxwindows.org
 
    [where is the announcement text? TODO]
+
+c) update www.wxwindows.org
+
diff --git a/docs/univ/porting.txt b/docs/univ/porting.txt
new file mode 100644 (file)
index 0000000..a3e442e
--- /dev/null
@@ -0,0 +1,43 @@
+Porting wxUniversal to a new platform
+=====================================
+
+wxUniv relies on the low level toolkit to work. Here are the classes which
+this toolkit to implement to support wxUniv (roughly sorted by importance
+inside each category):
+
+1. System classes
+-----------------
+
+wxApp
+wxEventLoop
+wxTimer
+wxSystemSettings
+
+2. Window classes
+-----------------
+
+wxWindow
+wxTopLevelWindow
+wxPopupWindow
+
+3. GDI classes
+--------------
+
+wxDC
+wxBitmap
+wxBrush
+wxColour
+wxCursor
+wxFont
+wxIcon
+wxPalette
+wxPen
+wxRegion
+
+4. Miscellaneous
+----------------
+
+wxClipboard
+wxDropSourceBase
+wxDropTarget
+