⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtklayout.sgml

📁 This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for creating graphical user interfaces.
💻 SGML
字号:
<!-- ##### SECTION Title ##### -->GtkLayout<!-- ##### SECTION Short_Description ##### -->Infinite scrollable area containing child widgets and/or custom drawing<!-- ##### SECTION Long_Description ##### --><para>#GtkLayout is similar to #GtkDrawingArea in that it's a "blank slate"and doesn't do anything but paint a blank background by default. It'sdifferent in that it supports scrolling natively (you can add it to a#GtkScrolledWindow), and it can contain child widgets, since it's a#GtkContainer. However if you're just going to draw, a #GtkDrawingAreais a better choice since it has lower overhead.</para><para>When handling expose events on a #GtkLayout, you must draw to GTK_LAYOUT (layout)-&gt;bin_window, rather than to GTK_WIDGET (layout)-&gt;window, as you would for a drawingarea.</para><!-- ##### SECTION See_Also ##### --><para>#GtkDrawingArea, #GtkScrolledWindow</para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkLayout ##### --><para></para>@bin_window: <!-- ##### SIGNAL GtkLayout::set-scroll-adjustments ##### --><para></para>@layout: the object which received the signal.@arg1: @arg2: <!-- ##### ARG GtkLayout:hadjustment ##### --><para></para><!-- ##### ARG GtkLayout:height ##### --><para></para><!-- ##### ARG GtkLayout:vadjustment ##### --><para></para><!-- ##### ARG GtkLayout:width ##### --><para></para><!-- ##### ARG GtkLayout:x ##### --><para></para><!-- ##### ARG GtkLayout:y ##### --><para></para><!-- ##### FUNCTION gtk_layout_new ##### --><para></para>@hadjustment: @vadjustment: @Returns: <!-- ##### FUNCTION gtk_layout_put ##### --><para></para>@layout: @child_widget: @x: @y: <!-- ##### FUNCTION gtk_layout_move ##### --><para></para>@layout: @child_widget: @x: @y: <!-- ##### FUNCTION gtk_layout_set_size ##### --><para></para>@layout: @width: @height: <!-- ##### FUNCTION gtk_layout_get_size ##### --><para></para>@layout: @width: @height: <!-- ##### FUNCTION gtk_layout_freeze ##### --><para></para>@layout: <!-- ##### FUNCTION gtk_layout_thaw ##### --><para></para>@layout: <!-- ##### FUNCTION gtk_layout_get_hadjustment ##### --><para></para>@layout: @Returns: <!-- ##### FUNCTION gtk_layout_get_vadjustment ##### --><para></para>@layout: @Returns: <!-- ##### FUNCTION gtk_layout_set_hadjustment ##### --><para></para>@layout: @adjustment: <!-- ##### FUNCTION gtk_layout_set_vadjustment ##### --><para></para>@layout: @adjustment: 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -