]> Pileus Git - ~andy/gtk/blobdiff - examples/buttonbox/buttonbox.c
Re-extract.
[~andy/gtk] / examples / buttonbox / buttonbox.c
index 0bf0fcc91f2aa48b5f3e8ede5e77a5faab40e35b..d48bbfa5dcffc64980f1d01756cd6e0f96ae2521 100644 (file)
@@ -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;