]> git.eshelyaron.com Git - emacs.git/commitdiff
Add prototype for create_menus.
authorAndreas Schwab <schwab@suse.de>
Thu, 13 Mar 2003 00:07:29 +0000 (00:07 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 13 Mar 2003 00:07:29 +0000 (00:07 +0000)
src/gtkutil.c

index d733a47665499caa5ec230b350fb028d4542aa71..cb7bb1d869a0e33e63e362be05bb1c45040de8bd 100644 (file)
@@ -1344,6 +1344,10 @@ xg_create_one_menuitem (item, f, select_cb, highlight_cb, cl_data, group)
   return w;
 }
 
+static GtkWidget *create_menus P_ ((widget_value *, FRAME_PTR, GCallback,
+                                   GCallback, GCallback, int, int, int,
+                                   GtkWidget *, xg_menu_cb_data *, char *));
+
 /* Create a full menu tree specified by DATA.
    F is the frame the created menu belongs to.
    SELECT_CB is the callback to use when a menu item is selected.