1Porting wxUniversal to a new platform
2=====================================
3
4wxUniv relies on the low level toolkit to work. Here are the classes which
5this toolkit has to implement to support wxUniv (roughly sorted by importance
6inside each category):
7
81. System classes
9-----------------
10
11wxApp
12wxEventLoop
13wxTimer
14wxSystemSettings
15
162. Window classes
17-----------------
18
19wxWindow
20wxTopLevelWindow
21wxPopupWindow
22
233. GDI classes
24--------------
25
26wxDC
27wxBitmap
28wxBrush
29wxColour
30wxCursor
31wxFont
32wxIcon
33wxPalette
34wxPen
35wxRegion
36
374. Miscellaneous
38----------------
39
40wxClipboard
41wxDropSourceBase
42wxDropTarget
43
44