finch/libgnt/gntbox.h

branch
soc.2013.gobjectification.plugins
changeset 37140
25d39bb4d758
parent 37094
84873ce721dc
parent 35920
78b2942f06db
child 37968
d54027600e1e
--- a/finch/libgnt/gntbox.h	Fri Apr 25 16:55:07 2014 +0530
+++ b/finch/libgnt/gntbox.h	Tue Apr 29 03:19:51 2014 +0530
@@ -125,6 +125,17 @@
 void gnt_box_add_widget(GntBox *box, GntWidget *widget);
 
 /**
+ * gnt_box_add_widget_in_front:
+ * @box:     The box
+ * @widget:  The widget to add
+ *
+ * Add a widget in the box at its front.
+ *
+ * Since: 2.8.0
+ */
+void gnt_box_add_widget_in_front(GntBox *b, GntWidget *widget);
+
+/**
  * gnt_box_set_title:
  * @box:    The box
  * @title:	 The title to set

mercurial