file-loading.sgml
来自「This GTK+ version 2.12.3. GTK+ is a mult」· SGML 代码 · 共 82 行
SGML
82 行
<!-- ##### SECTION Title ##### -->File Loading<!-- ##### SECTION Short_Description ##### -->Loading a pixbuf from a file.<!-- ##### SECTION Long_Description ##### --> <para> The &gdk-pixbuf; 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><!-- ##### SECTION Stability_Level ##### --><!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### --><para></para>@filename: @error: @Returns: <!--Local variables:mode: sgmlsgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")End:--><!-- ##### FUNCTION gdk_pixbuf_new_from_file_at_size ##### --><para></para>@filename: @width: @height: @error: @Returns: <!-- ##### FUNCTION gdk_pixbuf_new_from_file_at_scale ##### --><para></para>@filename: @width: @height: @preserve_aspect_ratio: @error: @Returns: <!-- ##### FUNCTION gdk_pixbuf_get_file_info ##### --><para></para>@filename: @width: @height: @Returns:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?