]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
removed InitBase()
[wxWidgets.git] / include / wx / univ / window.h
index 7c5ee592305c4d6aeb8ae39c7c3f59eee8112d98..01115c15f335e2b79bf1bddf4d5a9eecf5a57864 100644 (file)
@@ -142,11 +142,6 @@ public:
     // controls only
     virtual bool IsCanvasWindow() const { return FALSE; }
 
-    // return TRUE if this a container window which contains the other items:
-    // e.g, a listbox, listctrl, treectrl, ... and FALSE if it is a monolithic
-    // control (e.g. a button, checkbox, ...)
-    virtual bool IsContainerWindow() const { return FALSE; }
-
     // returns TRUE if the control has "transparent" areas such
     // as a wxStaticText and wxCheckBox and the background should
     // be adapted from a parent window