]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.h
Minor refactoring
[libs/gltk.git] / source / panel.h
index ce4b2a740073dc2b2eb743578d1631e38e477f67..ab83de078bc17f595f8089112610c3f72fd8cb41 100644 (file)
@@ -46,7 +46,7 @@ public:
                void expand(bool, bool);
                void ghost(bool);
                void gravity(int, int);
-               void grid(unsigned);
+               void grid(std::size_t);
                void layout();
                template<typename T>
                void unnamed_child();
@@ -72,8 +72,6 @@ protected:
        static TypeRegistry<Loader::AddChildType, Loader &> widget_registry;
        static bool widget_registry_init_done;
 
-       Panel(const Panel &);
-       Panel &operator=(const Panel &);
 public:
        Panel();
        virtual ~Panel();