GdkImage

Main Gtk struct. The GdkImage struct contains information on the image and the pixel data. GObject parent_instance; the parent instance

Members

Variables

bitsPerPixel
ushort bitsPerPixel;
Undocumented in source.
bpl
ushort bpl;
Undocumented in source.
bpp
ushort bpp;
Undocumented in source.
byteOrder
GdkByteOrder byteOrder;
Undocumented in source.
colormap
GdkColormap* colormap;
Undocumented in source.
depth
ushort depth;
Undocumented in source.
height
int height;
Undocumented in source.
mem
void* mem;
Undocumented in source.
parentInstance
GObject parentInstance;
Undocumented in source.
type
GdkImageType type;
Undocumented in source.
visual
GdkVisual* visual;
Undocumented in source.
width
int width;
Undocumented in source.

Meta