Sha256: 8933311a0206be449e3bbf96c475edd1e2f6601cb4f0ade66a7de1e46ed87443
Contents?: true
Size: 523 Bytes
Versions: 27
Compression:
Stored size: 523 Bytes
Contents
/* -*- c-file-style: "ruby"; indent-tabs-mode: nil -*- */ /************************************************ rbgdkconversions.h - Copyright (C) 2008 Ruby-GNOME2 Project Team ************************************************/ #ifndef __RB_GDK_CONVERSIONS_H__ #define __RB_GDK_CONVERSIONS_H__ #include <rbgobject.h> #include <gdk/gdk.h> #define RVAL2GDKCOLOR(color) ((GdkColor *)RVAL2BOXED(color, GDK_TYPE_COLOR)) #define GDKCOLOR2RVAL(color) (BOXED2RVAL(color, GDK_TYPE_COLOR)) #endif /* __RB_GDK_CONVERSIONS_H__ */
Version data entries
27 entries across 27 versions & 1 rubygems