summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-09 10:07:32 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-09 10:07:32 +0200
commitf10bc5004f34fd9d92066179a47a0f67233e8fc3 (patch)
tree4bfddbe43dcab5043f8a2d3fd086a1e7ae187b5d /include/widgets/box.h
parentad02f8f0b74977e7d0a0cdec8fb892842709407f (diff)
Make separator work in both directions ( hori/vert ).
Diffstat (limited to 'include/widgets/box.h')
-rw-r--r--include/widgets/box.h4
1 files changed, 2 insertions, 2 deletions
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 );