gtkvbox.sgml

来自「This GTK+ version 2.12.3. GTK+ is a mult」· SGML 代码 · 共 50 行

SGML
50
字号
<!-- ##### SECTION Title ##### -->GtkVBox<!-- ##### SECTION Short_Description ##### -->A vertical container box<!-- ##### SECTION Long_Description ##### --><para>GtkVBox is a container that organizes child widgets into a single column.</para><para>Use the #GtkBox packing interface to determine the arrangement,spacing, height, and alignment of GtkVBox children.</para><para>All children are allocated the same width.</para><!-- ##### SECTION See_Also ##### --><para><variablelist><varlistentry><term>#GtkHBox</term><listitem><para>a sister class that organizes widgets into a row.</para></listitem></varlistentry></variablelist></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkVBox ##### --><!-- ##### FUNCTION gtk_vbox_new ##### --><para>Creates a new GtkVBox.</para>@homogeneous: %TRUE if all children are to be given equal space allotments.@spacing: the number of pixels to place by default between children.@Returns: a new GtkVBox.

⌨️ 快捷键说明

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