GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

image.hh File Reference

A GdkImage C++ wrapper interface. More...

#include <gfc/gdk/types.hh>
#include <gfc/glib/object.hh>
#include <gfc/gdk/inline/image.inl>

Go to the source code of this file.

Namespaces

Classes

Enumerations


Detailed Description

A GdkImage C++ wrapper interface.

Provides Image, an object that represents an area for drawing bit-mapped graphics.


Enumeration Type Documentation

enum ImageType
 

Specifies the type of a Gdk::Image.

Enumeration values:
IMAGE_NORMAL  The original X image type, which is quite slow since the image has to be transferred from the client to the server to display it.
IMAGE_SHARED  A faster image type, which uses shared memory to transfer the image data between client and server; However this will only be available if client and server are on the same machine and the shared memory extension is supported by the server.
IMAGE_FASTEST  Specifies that IMAGE_SHARED should be tried first, and if that fails then IMAGE_NORMAL will be used.


Generated on Tue Aug 24 00:34:33 2004 for GFC-UI by doxygen 1.3.8