I've now added the documentation files.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-05-20 14:25:30 +00:00
parent bbf1f0e5cf
commit a660d684ed
340 changed files with 51526 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
To do
-----
Nov 26th 1995
- Add wxPropertyView::OnPropertyChange(wxProperty *property) member
so that when a property is changed, this can be immediately
reflected in the object. Derive a new wxPropertyListView
in dialoged.
- Make the property list a modeless dialog or (preferably) resizeable
frame. Allow many property lists to be up at once. Associate
real window, resource and property list. When window is deleted,
delete property list.