forked from AuroraMiddleware/gtk
71337db92e
Thu Sep 7 14:15:03 2000 Owen Taylor <otaylor@redhat.com> * gdk/* gtk/*: Move gtk-reference files into GTK+ tree proper. * Update sections.txt files to correspond to current code, tweak .sgml files and Makefiles to correspond. * gtk/tmpl/gtkradiomenuitem.sgml (this): Remove extra <para>
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
File Loading
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Loading a pixbuf from a file.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The <application>gdk-pixbuf</application> library provides a
|
|
simple mechanism for loading an image from a file in synchronous
|
|
fashion. This means that the library takes control of the
|
|
application while the file is being loaded; from the user's point
|
|
of view, the application will block until the image is done
|
|
loading.
|
|
</para>
|
|
|
|
<para>
|
|
This interface can be used by applications in which blocking is
|
|
acceptable while an image is being loaded. It can also be used to
|
|
load small images in general. Applications that need progressive
|
|
loading can use the #GdkPixbufLoader functionality instead.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
#GdkPixbufLoader.
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@filename:
|
|
@Returns: <!--
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
End:
|
|
-->
|
|
|
|
|