porting.txt 602 B

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