mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
- First stub at integrating `wx.lib` (116 warnings); - Added `internationalization.rst` file from Werner (with a cool sample app as well); - Added new samples for AffineMatrix2D. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
5 lines
246 B
Python
5 lines
246 B
Python
|
|
# | t.self.11 t.self.12 0 | | self.11 self.12 0 |
|
|
# matrix' = | t.self.21 t.self.22 0 | x | self.21 self.22 0 |
|
|
# | t.self.tx t.self.ty 1 | | self.tx self.ty 1 |
|