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:
		| @@ -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), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user