Added docview modules from Peter Yared and Morgan Hua

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-02-25 23:50:26 +00:00
parent 18c45cd6dc
commit d1dc2b32e0
11 changed files with 7059 additions and 0 deletions

View File

@@ -232,6 +232,11 @@ controls.
wxMSW: "Alt" key (VK_MENU) now results in WXK_ALT keyboard event, not
WXK_MENU
Added modules from Peter Yared and Morgan Hua that implement the wx
Doc/View framework in pure Python code. See wx.lib.docview for the
base implementation and wx.lib.pydocview for Python-specific
extensions. There are also a couple sample applications located in
samples/docview.