2000-10-09 17:22:20 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
&gdk-pixbuf; Xlib initialization
|
2000-10-09 17:22:20 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
Initializing the &gdk-pixbuf; Xlib library.
|
2000-10-09 17:22:20 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
<para>
|
|
|
|
In addition to the normal Gdk-specific functions, the &gdk-pixbuf;
|
|
|
|
package provides a small library that lets Xlib-only applications
|
|
|
|
use #GdkPixbuf structures and render them to X drawables. The
|
|
|
|
functions in this section are used to initialize the &gdk-pixbuf;
|
|
|
|
Xlib library. This library must be initialized near the beginning
|
2001-12-20 23:45:48 +00:00
|
|
|
of the program or before calling any of the other &gdk-pixbuf;
|
2001-02-12 17:50:13 +00:00
|
|
|
Xlib functions; it cannot be initialized automatically since
|
|
|
|
Xlib-only applications do not call gdk_rgb_init() like GNOME
|
|
|
|
applications do.
|
|
|
|
</para>
|
2000-12-12 07:32:32 +00:00
|
|
|
|
2000-10-09 17:22:20 +00:00
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
2001-02-12 17:50:13 +00:00
|
|
|
<para>
|
|
|
|
XlibRGB
|
|
|
|
</para>
|
2000-12-12 07:32:32 +00:00
|
|
|
|
2000-10-09 17:22:20 +00:00
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_xlib_init ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@display:
|
|
|
|
@screen_num:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_xlib_init_with_depth ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@display:
|
|
|
|
@screen_num:
|
2001-02-12 17:50:13 +00:00
|
|
|
@prefDepth: <!--
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
|
|
End:
|
|
|
|
-->
|
2000-10-09 17:22:20 +00:00
|
|
|
|
|
|
|
|