]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/arrangement.h
Support widget expansion in linear layouts
[libs/gltk.git] / source / arrangement.h
index fc3ec8226cfed99c59b6676ee3834797fb273409..f323a9b232da37389f4285de968380fe427f8e54 100644 (file)
@@ -38,6 +38,7 @@ protected:
                bool empty() { return widgets.empty(); }
                void clear();
                void add(Widget &, bool);
+               void align();
        };
 
        Layout &layout;