From f10bc5004f34fd9d92066179a47a0f67233e8fc3 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 9 Oct 2016 10:07:32 +0200 Subject: Make separator work in both directions ( hori/vert ). --- include/widgets/box.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/widgets/box.h') diff --git a/include/widgets/box.h b/include/widgets/box.h index e5507731..d764821f 100644 --- a/include/widgets/box.h +++ b/include/widgets/box.h @@ -45,7 +45,7 @@ box * box_create ( boxType type, short x, short y, short w, short h ); * @param end If the child widget should be packed at the end. * * Add a widget to the box. - */ + */ void box_add ( box *box, widget *child, gboolean expand, gboolean end ); /** @@ -53,7 +53,7 @@ void box_add ( box *box, widget *child, gboolean expand, gboolean end ); * * Obtains the minimal size required to display all widgets. (expanding widgets are not counted, except for their * padding) - * + * * @returns the minimum size in pixels. */ int box_get_fixed_pixels ( box *box ); -- cgit v1.2.3