Add Gdk/Pixbufs
[cl-gtk2.git] / gdk / gdk.objects.lisp
index 884b339..aa2c59c 100644 (file)
   (:shared 1)
   (:fastest 2))
 
+(define-g-enum "GdkPixbufAlphaMode"
+    pixbuf-alpha-mode
+    (:export t :type-initializer "gdk_pixbuf_alpha_mode_get_type")
+  (:bilevel 0)
+  (:full 1))
+