source: trunk/third/rep-gtk/gnome-canvas-pixbuf.defs @ 15286

Revision 15286, 380 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15285, which included commits to RCS files with non-trunk default branches.
Line 
1;; gnome-canvas-pixbuf.defs   -*- lisp -*-
2
3(import "gnome-canvas.defs")
4(import "gdk-pixbuf.defs")
5
6(define-object GnomeCanvasPixbuf (GnomeCanvasItem))
7
8(options
9 (includes "#include <gdk-pixbuf/gnome-canvas-pixbuf.h>")
10 (init-func "sgtk_gnome_init_gnome_canvas_pixbuf_glue")
11 (system-init-code "gdk_rgb_init ();")
12 (provide gui.gnome.canvas-pixbuf)
13 (alias gnome-canvas-pixbuf))
Note: See TracBrowser for help on using the repository browser.