]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/arrangement.h
Combine common parts of Column and Row into LinearArrangement
[libs/gltk.git] / source / arrangement.h
index ed1798b8a74856fcd18d2fc96bb9a9d12051a509..fc3ec8226cfed99c59b6676ee3834797fb273409 100644 (file)
@@ -58,6 +58,9 @@ protected:
        const Edge &get_edge(Side s) const { return edges[s]; }
        void add_constraint(Widget &, Layout::ConstraintType, Side);
        void add_constraint(Widget &, Layout::ConstraintType, const Edge &);
+
+       static Layout::ConstraintType get_order_constraint(Side, bool);
+       static Layout::ConstraintType get_align_constraint(Side);
 };
 
 } // namespace GLtk