diff options
Diffstat (limited to 'examples/buttonbox/buttonbox.c')
-rw-r--r-- | examples/buttonbox/buttonbox.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/buttonbox/buttonbox.c b/examples/buttonbox/buttonbox.c index 46ee861a0..18346403a 100644 --- a/examples/buttonbox/buttonbox.c +++ b/examples/buttonbox/buttonbox.c @@ -3,12 +3,12 @@ #include <gtk/gtk.h> /* Create a Button Box with the specified parameters */ -GtkWidget *create_bbox (gint horizontal, - char* title, - gint spacing, - gint child_w, - gint child_h, - gint layout) +GtkWidget *create_bbox( gint horizontal, + char *title, + gint spacing, + gint child_w, + gint child_h, + gint layout ) { GtkWidget *frame; GtkWidget *bbox; |