Added wxArtProvider and other changes to match CVS updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-14 23:31:53 +00:00
parent 6fc4b6483f
commit 72797a7da3
12 changed files with 1478 additions and 4 deletions

View File

@@ -182,6 +182,7 @@ class wxSizerPtr(wxObjectPtr):
return val
def Fit(self, *_args, **_kwargs):
val = apply(sizersc.wxSizer_Fit,(self,) + _args, _kwargs)
if val: val = wxSizePtr(val) ; val.thisown = 1
return val
def FitInside(self, *_args, **_kwargs):
val = apply(sizersc.wxSizer_FitInside,(self,) + _args, _kwargs)