]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/statbox.h
SWIGged updates for wxGTK
[wxWidgets.git] / include / wx / univ / statbox.h
index 36065b6faec01b504c76aecf75f76cd3b87a2d93..382f2a9eb6410c5c38496819f305967408e4d939 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by:
 // Created:     15.08.00
 // RCS-ID:      $Id$
-// Copyright:   (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows license
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -58,6 +58,10 @@ protected:
     // get the size of the border
     wxRect GetBorderGeometry() const;
 
+    // returning TRUE from here ensures that we act as a container window for
+    // our children
+    virtual bool IsStaticBox() const { return TRUE; }
+
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBox)
 };