X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=ee2859c1e12423ab0fd6dc009cae09e6868f80f6;hb=c8291177b545ec81930603a5915234a60296db51;hp=830f5426bd72b0e2b9e5a6802c82d1c0f2865e1c;hpb=b30edd979e6e9c7acfaaf3a90903814a7e62a71e;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index 830f542..ee2859c 100644 --- a/source/panel.h +++ b/source/panel.h @@ -35,8 +35,10 @@ 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(); void panel(const std::string &); };