]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
wxUSE_*BOOK checks.
[wxWidgets.git] / wxPython / src / _sizers.i
index bf8a3832e027d8287e4318d2c3e2433e766be71c..d85ecefb7a14db670a31e0cd20ee810ed18585a1 100644 (file)
@@ -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);
+            else
+                return false;
         }
        
         DocAStr(IsShown,