]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/panel.h
Add a packing attribute to consider a widget even if it's hidden
[libs/gltk.git] / source / panel.h
index 79e8bd455a3b36cbd76f9f113641cb81baa79731..ee2859c1e12423ab0fd6dc009cae09e6868f80f6 100644 (file)
@@ -35,6 +35,7 @@ public:
                void child(const std::string &);
                void constraint(Layout::ConstraintType, const std::string &);
                void expand(bool, bool);
+               void ghost(bool);
                void gravity(int, int);
                void grid(unsigned);
                void layout();