More tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-09-13 19:29:53 +00:00
parent 389c55270a
commit d426c97e9a
22 changed files with 513 additions and 3 deletions

View File

@@ -52,6 +52,18 @@ Much more support for event-less callbacks and add-on modules
Created add-on module with wxOGL classes.
Added wxWindow.GetChildren(). Be careful of this. It returns a copy
of the list of the window's children. While you are using the list if
anything changes in the real list (a child is deleted, etc.) then the
list you are holding will suddenly have window references to garbage
memory and your app will likely crash. But if you are careful it works
great!
Added a bunch of new and missing methods to wxTreeCrtl. The
SortChildren method is now supported, but currently only for the
default sort order.
What's new in 2.1b3