bump version number to 20091028
[gwave-svn.git] / src / gtkmisc.h
blobb4cbcab688815dc725e2c55754829f774f74c9f8
1 /*
2 * prototypes for routines in gtkmisc.c
4 * $Log: gtkmisc.h,v $
5 * Revision 1.2 2000/01/07 06:33:43 tell
6 * Merged in the guile and guile-gtk stuff
8 * Revision 1.1 1998/08/31 21:00:57 tell
9 * Initial revision
13 extern GtkWidget *create_menu(char *label, GtkWidget *parent);
14 extern GtkWidget *create_menuitem(char *label, GtkWidget *parent,
15 GtkSignalFunc action, gpointer p);
17 /* create icon-window from xpm file */
18 extern GtkWidget *shape_create_icon (char *xpm_file,
19 gint x,
20 gint y,
21 gint px,
22 gint py,
23 gint window_type);
25 /* create icon-window from xpm data in char array */
26 extern GtkWidget *shape_create_icon_d (char **xpm_data,
27 gint x,
28 gint y,
29 gint px,
30 gint py,
31 gint window_type);