File: gtkmisc.h

package info (click to toggle)
gwave 0.0.4-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,216 kB
  • ctags: 429
  • sloc: ansic: 4,514; makefile: 120; sh: 17
file content (24 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * prototypes for routines in gtkmisc.c
 *
 * $Log: gtkmisc.h,v $
 * Revision 1.1  1998/08/31 21:00:57  tell
 * Initial revision
 *
 */

/* create icon-window from xpm file */ 
extern GtkWidget *shape_create_icon (char     *xpm_file,
				     gint      x,
				     gint      y,
				     gint      px,
				     gint      py,
				     gint      window_type);

/* create icon-window from xpm data in char array */ 
extern GtkWidget *shape_create_icon_d (char     **xpm_data,
				       gint      x,
				       gint      y,
				       gint      px,
				       gint      py,
				       gint      window_type);