X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fpanel.h;h=79e8bd455a3b36cbd76f9f113641cb81baa79731;hb=8eeb6ee5d40c21150839e24996cc3e9ef308374d;hp=830f5426bd72b0e2b9e5a6802c82d1c0f2865e1c;hpb=b30edd979e6e9c7acfaaf3a90903814a7e62a71e;p=libs%2Fgltk.git diff --git a/source/panel.h b/source/panel.h index 830f542..79e8bd4 100644 --- a/source/panel.h +++ b/source/panel.h @@ -37,6 +37,7 @@ public: void expand(bool, bool); void gravity(int, int); void grid(unsigned); + void layout(); void panel(const std::string &); };