Gdk.Pixmap Members

The members of Gdk.Pixmap are listed below.

See Also: Inherited members from Gdk.Drawable

Public Constructors

Internal constructor
Create a new pixmap using a reference drawable for depth.
Creates a new pixmap with the given size and depth.

Protected Constructors

Protected Constructor.

Public Properties

[read-only]
static
GTypeGLib.GType. GType Property.

Public Methods

static
ColormapCreateFromXpm(Drawable, Colormap, string) : Pixmap
Documentation for this section has not yet been entered.
static
ColormapCreateFromXpm(Drawable, Colormap, out Pixmap, Color, string) : Pixmap
Create a pixmap from an XPM file using a specific colormap.
static
ColormapCreateFromXpmD(Drawable, Colormap, string) : Pixmap
Documentation for this section has not yet been entered.
static
ColormapCreateFromXpmD(Drawable, Colormap, out Pixmap, Color, string[]) : Pixmap
Create a pixmap from XPM data using a colormap.
static
CreateBitmapFromData(Drawable, string, int, int) : Pixmap
Creates a new bitmap from data in XBM format.
static
CreateFromData(Drawable, string, int, int, int, Color, Color) : Pixmap
Documentation for this section has not yet been entered.
static
CreateFromXpm(Drawable, string) : Pixmap
Documentation for this section has not yet been entered.
static
CreateFromXpm(Drawable, out Pixmap, Color, string) : Pixmap
Create a pixmap from an XPM file.
static
CreateFromXpmD(Drawable, string) : Pixmap
Documentation for this section has not yet been entered.
static
CreateFromXpmD(Drawable, out Pixmap, Color, string[]) : Pixmap
Create a pixmap from XPM data.
static
ForeignNew(uint) : Pixmap
Wraps a native window for the default display in a Gdk.Pixmap. This may fail if the pixmap has been destroyed.
static
ForeignNewForDisplay(Display, uint) : Pixmap
Wraps a native pixmap in a Gdk.Pixmap. This may fail if the pixmap has been destroyed.
static
ForeignNewForScreen(Screen, uint, int, int, int) : Pixmap
Wraps a native Pixmap for a screen.
static
Lookup(uint) : Pixmap
Looks up the Gdk.Pixmap that wraps the given native pixmap handle.
static
LookupForDisplay(Display, uint) : Pixmap
Documentation for this section has not yet been entered.