diff options
Diffstat (limited to 'examples/buttonbox/buttonbox.c')
-rw-r--r-- | examples/buttonbox/buttonbox.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/examples/buttonbox/buttonbox.c b/examples/buttonbox/buttonbox.c index 0bf0fcc91f..d48bbfa5dc 100644 --- a/examples/buttonbox/buttonbox.c +++ b/examples/buttonbox/buttonbox.c @@ -1,14 +1,13 @@ -#include <config.h> #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 ) +static GtkWidget *create_bbox( gint horizontal, + char *title, + gint spacing, + gint child_w, + gint child_h, + gint layout ) { GtkWidget *frame; GtkWidget *bbox; |