summaryrefslogtreecommitdiffstats
path: root/include/widgets/box.h
diff options
context:
space:
mode:
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 );