|
|
|
@ -19,7 +19,7 @@ pixel can be either on or off).
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
<!-- ##### STRUCT GdkPixmap ##### -->
|
|
|
|
|
<para>
|
|
|
|
|
<para><anchor id="GdkPixmap"/>
|
|
|
|
|
An opaque structure representing an offscreen drawable.
|
|
|
|
|
Pointers to structures of type #GdkPixmap, #GdkBitmap,
|
|
|
|
|
and #GdkWindow, can often be used interchangeably.
|
|
|
|
@ -33,14 +33,16 @@ these types.
|
|
|
|
|
Create a new pixmap with a given size and depth.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL if @depth is specified,
|
|
|
|
|
@drawable:
|
|
|
|
|
@width: The width of the new pixmap in pixels.
|
|
|
|
|
@height: The height of the new pixmap in pixels.
|
|
|
|
|
@depth: The depth (number of bits per pixel) of the new pixmap.
|
|
|
|
|
If -1, and @window is not %NULL, the depth of the new
|
|
|
|
|
pixmap will be equal to that of @window.
|
|
|
|
|
@Returns: the #GdkPixmap
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL if @depth is specified,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_bitmap_create_from_data ##### -->
|
|
|
|
@ -48,13 +50,15 @@ Create a new pixmap with a given size and depth.
|
|
|
|
|
Creates a new bitmap from data in XBM format.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL, in which case the root window is
|
|
|
|
|
used.
|
|
|
|
|
@drawable:
|
|
|
|
|
@data: a pointer to the XBM data.
|
|
|
|
|
@width: the width of the new pixmap in pixels.
|
|
|
|
|
@height: the height of the new pixmap in pixels.
|
|
|
|
|
@Returns: the #GdkBitmap
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL, in which case the root window is
|
|
|
|
|
used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixmap_create_from_data ##### -->
|
|
|
|
@ -62,8 +66,7 @@ Creates a new bitmap from data in XBM format.
|
|
|
|
|
Create a two-color pixmap from data in XBM data.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL, if the depth is given.
|
|
|
|
|
@drawable:
|
|
|
|
|
@data: a pointer to the data.
|
|
|
|
|
@width: the width of the new pixmap in pixels.
|
|
|
|
|
@height: the height of the new pixmap in pixels.
|
|
|
|
@ -71,6 +74,9 @@ Create a two-color pixmap from data in XBM data.
|
|
|
|
|
@fg: the foreground color.
|
|
|
|
|
@bg: the background color.
|
|
|
|
|
@Returns: the #GdkPixmap
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL, if the depth is given.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixmap_create_from_xpm ##### -->
|
|
|
|
@ -78,8 +84,7 @@ Create a two-color pixmap from data in XBM data.
|
|
|
|
|
Create a pixmap from a XPM file.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap.
|
|
|
|
|
@drawable:
|
|
|
|
|
@mask: a pointer to a place to store a bitmap representing
|
|
|
|
|
the transparency mask of the XPM file. Can be %NULL,
|
|
|
|
|
in which case transparency will be ignored.
|
|
|
|
@ -88,6 +93,9 @@ that are transparent in the input file. Can be %NULL,
|
|
|
|
|
in which case a default color will be used.
|
|
|
|
|
@filename: the filename of a file containing XPM data.
|
|
|
|
|
@Returns: the #GdkPixmap
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixmap_colormap_create_from_xpm ##### -->
|
|
|
|
@ -95,8 +103,7 @@ in which case a default color will be used.
|
|
|
|
|
Create a pixmap from a XPM file using a particular colormap.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL if @colormap is given.
|
|
|
|
|
@drawable:
|
|
|
|
|
@colormap: the #GdkColormap that the new pixmap will be use.
|
|
|
|
|
If omitted, the colormap for @window will be used.
|
|
|
|
|
@mask: a pointer to a place to store a bitmap representing
|
|
|
|
@ -107,6 +114,9 @@ that are transparent in the input file. Can be %NULL,
|
|
|
|
|
in which case a default color will be used.
|
|
|
|
|
@filename: the filename of a file containing XPM data.
|
|
|
|
|
@Returns: the #GdkPixmap.
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL if @colormap is given.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixmap_create_from_xpm_d ##### -->
|
|
|
|
@ -114,8 +124,7 @@ in which case a default color will be used.
|
|
|
|
|
Create a pixmap from data in XPM format.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap.
|
|
|
|
|
@drawable:
|
|
|
|
|
@mask: Pointer to a place to store a bitmap representing
|
|
|
|
|
the transparency mask of the XPM file. Can be %NULL,
|
|
|
|
|
in which case transparency will be ignored.
|
|
|
|
@ -124,6 +133,9 @@ that are transparent in the input file. Can be %NULL
|
|
|
|
|
in which case a default color will be used.
|
|
|
|
|
@data: Pointer to a string containing the XPM data.
|
|
|
|
|
@Returns: the #GdkPixmap
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixmap_colormap_create_from_xpm_d ##### -->
|
|
|
|
@ -132,8 +144,7 @@ Create a pixmap from data in XPM format using a particular
|
|
|
|
|
colormap.
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL if @colormap is given.
|
|
|
|
|
@drawable:
|
|
|
|
|
@colormap: the #GdkColormap that the new pixmap will be use.
|
|
|
|
|
If omitted, the colormap for @window will be used.
|
|
|
|
|
@mask: a pointer to a place to store a bitmap representing
|
|
|
|
@ -144,6 +155,9 @@ that are transparent in the input file. Can be %NULL,
|
|
|
|
|
in which case a default color will be used.
|
|
|
|
|
@data: Pointer to a string containing the XPM data.
|
|
|
|
|
@Returns: the #GdkPixmap.
|
|
|
|
|
<!-- # Unused Parameters # -->
|
|
|
|
|
@window: a #GdkWindow, used to determine default values for the
|
|
|
|
|
new pixmap. Can be %NULL if @colormap is given.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### MACRO gdk_pixmap_ref ##### -->
|
|
|
|
|