projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reSWIGged
[wxWidgets.git]
/
wxPython
/
src
/
_sizers.i
diff --git
a/wxPython/src/_sizers.i
b/wxPython/src/_sizers.i
index bf8a3832e027d8287e4318d2c3e2433e766be71c..49bc1ec8d5f99f4e98fa934c62f4f3661dffbef9 100644
(file)
--- a/
wxPython/src/_sizers.i
+++ b/
wxPython/src/_sizers.i
@@
-836,6
+836,8
@@
subsizer. Returns True if the item was found.", "");
return self->Show(info.sizer, show, recursive);
else if ( info.gotPos )
return self->Show(info.pos, show);
return self->Show(info.sizer, show, recursive);
else if ( info.gotPos )
return self->Show(info.pos, show);
+ else
+ return false;
}
DocAStr(IsShown,
}
DocAStr(IsShown,
@@
-870,7
+872,7
@@
the item.", "");
DocDeclStr(
void , ShowItems(bool show),
DocDeclStr(
void , ShowItems(bool show),
- "Recursively call `wx.
Window
.Show` on all sizer items.", "");
+ "Recursively call `wx.
SizerItem
.Show` on all sizer items.", "");
};
};