]> git.saurik.com Git - wxWidgets.git/blame - docs/univ/porting.txt
Applied patch [ 652894 ] Checklistbox doesn't need owner draw
[wxWidgets.git] / docs / univ / porting.txt
CommitLineData
1a2c3cae
VZ
1Porting wxUniversal to a new platform
2=====================================
3
4wxUniv relies on the low level toolkit to work. Here are the classes which
6e406d3c 5this toolkit has to implement to support wxUniv (roughly sorted by importance
1a2c3cae
VZ
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