X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Farrangement.h;h=fc3ec8226cfed99c59b6676ee3834797fb273409;hb=32539688068fad9614291159b069da10ead10f47;hp=ed1798b8a74856fcd18d2fc96bb9a9d12051a509;hpb=304500a51a1a9d00e3c84ed2a6ffda0f829445b4;p=libs%2Fgltk.git diff --git a/source/arrangement.h b/source/arrangement.h index ed1798b..fc3ec82 100644 --- a/source/arrangement.h +++ b/source/arrangement.h @@ -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