]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/container.h
Store the Resources reference only in Root widget
[libs/gltk.git] / source / container.h
index 32e8157dd15dec6afe64b90a3cf177b9c8bd2760..0384521d4c8657a9a6282618b90f7b6de7dafa38 100644 (file)
@@ -33,7 +33,7 @@ protected:
        Widget *click_focus;
        unsigned click_button;
 
-       Container(const Resources &);
+       Container();
 public:
        virtual ~Container();
 
@@ -49,6 +49,7 @@ public:
        virtual void pointer_leave();
 protected:
        virtual Child *create_child(Widget *);
+       virtual void on_reparent();
 };
 
 } // namespace GLtk