Package ch.bailu.gtk.gdkpixbuf
Interface GdkpixbufConstants
public interface GdkpixbufConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Major version of gdk-pixbuf library, that is the "0" in
"0.8.2" for example.static final int
Micro version of gdk-pixbuf library, that is the "2" in
"0.8.2" for example.static final int
Minor version of gdk-pixbuf library, that is the "8" in
"0.8.2" for example.static final String
Contains the full version of GdkPixbuf as a string.
-
Field Details
-
PIXBUF_MAJOR
static final int PIXBUF_MAJORMajor version of gdk-pixbuf library, that is the "0" in
"0.8.2" for example.- See Also:
-
PIXBUF_MICRO
static final int PIXBUF_MICROMicro version of gdk-pixbuf library, that is the "2" in
"0.8.2" for example.- See Also:
-
PIXBUF_MINOR
static final int PIXBUF_MINORMinor version of gdk-pixbuf library, that is the "8" in
"0.8.2" for example.- See Also:
-
PIXBUF_VERSION
Contains the full version of GdkPixbuf as a string.
This is the version being compiled against; contrast with
`gdk_pixbuf_version`.- See Also:
-