X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flayout.h;h=141a15cdb317d7920fd394778312f28002228b24;hb=deebbb5d23f7bdad0e25fe7eeb0a3e5a4eaf761f;hp=043d92cc1554b738092ce3ad771fcf5bb3cc5049;hpb=729cb06f85e2888a7ac1e72375380257936106c9;p=libs%2Fgltk.git diff --git a/source/layout.h b/source/layout.h index 043d92c..141a15c 100644 --- a/source/layout.h +++ b/source/layout.h @@ -153,6 +153,7 @@ private: Packing horiz_pack; Packing vert_pack; bool ghost; + bool floating; Slot(Layout &, Widget &); @@ -229,6 +230,8 @@ public: /// Sets a widget as a ghost, taking up space even if it is hidden. void set_ghost(Widget &, bool); + void set_floating(Widget &, bool); + void update(); void autosize(Geometry &);