Give classes that need one a destructor wrapper, and set %disown when

another class takes ownership.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-03-10 00:27:37 +00:00
parent d344366c42
commit c5633576a8
5 changed files with 40 additions and 11 deletions

View File

@@ -233,6 +233,7 @@ button label.", "");
"is not determinable, -1.", "");
};
DocStr(wxLayoutConstraints,
"**Note:** constraints are now deprecated and you should use sizers
instead.
@@ -289,6 +290,8 @@ public:
DocCtorStr(
wxLayoutConstraints(),
"", "");
~wxLayoutConstraints();
DocDeclA(
bool, SatisfyConstraints(wxWindow *win, int *OUTPUT),