added wxUniv porting note
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,3 +110,6 @@ a) FreshMeat: http://freshmeat.net/projects/wxwindowsgtk/
|
|||||||
b) wx-announce mailing list: mailto:wx-announce@lists.wxwindows.org
|
b) wx-announce mailing list: mailto:wx-announce@lists.wxwindows.org
|
||||||
|
|
||||||
[where is the announcement text? TODO]
|
[where is the announcement text? TODO]
|
||||||
|
|
||||||
|
c) update www.wxwindows.org
|
||||||
|
|
||||||
|
43
docs/univ/porting.txt
Normal file
43
docs/univ/porting.txt
Normal file
@@ -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
|
||||||
|
|
Reference in New Issue
Block a user