]> git.saurik.com Git - wxWidgets.git/commit
Reworked the way child properties can be added to a property that has not yet been...
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 12 Mar 2009 18:17:55 +0000 (18:17 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 12 Mar 2009 18:17:55 +0000 (18:17 +0000)
commit48a32cf671d960423138e567ae6835449d7dbd51
tree04c5888c0d32f9f11dfb40be132cd4e5fa3dfa7c
parent69cf69be93c6410fc49ac0fb5ee7bf7a54f93f00
Reworked the way child properties can be added to a property that has not yet been added to a grid or page; AddChild() deprecated, now use AddPrivateChild() instead. For public children, new member functions AppendChild() and InsertChild() should do the job.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/propgrid/property.h
interface/wx/propgrid/property.h
samples/propgrid/propgrid.cpp
samples/propgrid/sampleprops.cpp
src/propgrid/advprops.cpp
src/propgrid/property.cpp
src/propgrid/propgridpagestate.cpp
src/propgrid/props.cpp