console/libgnt/test/combo.c

changeset 14041
6afba85cfc30
parent 14022
51776fed1be2
child 14109
1af2b9d5ef3f
--- a/console/libgnt/test/combo.c	Sat Jul 22 18:11:34 2006 +0000
+++ b/console/libgnt/test/combo.c	Sun Jul 23 01:10:06 2006 +0000
@@ -1,6 +1,7 @@
 #include <gnt.h>
 #include <gntbox.h>
 #include <gntbutton.h>
+#include <gntcheckbox.h>
 #include <gntcombobox.h>
 #include <gntlabel.h>
 
@@ -61,6 +62,8 @@
 
 	gnt_box_add_widget(GNT_BOX(box), hbox);
 
+	gnt_box_add_widget(GNT_BOX(box), gnt_check_box_new("check box"));
+
 	gnt_widget_show(box);
 
 #ifdef STANDALONE

mercurial