]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gtk/tmpl/gtksizegroup.sgml
Make 3.0 parallel-installable to 2.x
[~andy/gtk] / docs / reference / gtk / tmpl / gtksizegroup.sgml
index 70783a970f7cf4b592640d0ea6578f6b06c2b75d..4bf90cec62770544cfd746006c277db4c0f2903c 100644 (file)
@@ -44,12 +44,57 @@ vertical size from the vertical requisition of all widgets that can be
 reached from the widget by a chain of size groups of type
 %GTK_SIZE_GROUP_VERTICAL or %GTK_SIZE_GROUP_BOTH.
 </para>
+<refsect2 id="GtkSizeGroup-BUILDER-UI">
+<title>GtkSizeGroup as GtkBuildable</title>
+<para>
+Size groups can be specified in a UI definition by placing an
+&lt;object&gt; element with <literal>class="GtkSizeGroup"</literal>
+somewhere in the UI definition. The widgets that belong to the
+size group are specified by a &lt;widgets&gt; element that may
+contain multiple &lt;widget&gt; elements, one for each member
+of the size group. The name attribute gives the id of the widget.
+</para>
+<example>
+<title>A UI definition fragment with GtkSizeGroup</title>
+<programlisting><![CDATA[
+<object class="GtkSizeGroup">
+  <property name="mode">GTK_SIZE_GROUP_HORIZONTAL</property>
+  <widgets>
+    <widget name="radio1"/>
+    <widget name="radio2"/>
+  </widgets>
+</object>
+]]></programlisting>
+</example>
+</refsect2>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
 
 </para>
 
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### SECTION Image ##### -->
+
+
+<!-- ##### STRUCT GtkSizeGroup ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### ARG GtkSizeGroup:ignore-hidden ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkSizeGroup:mode ##### -->
+<para>
+
+</para>
+
 <!-- ##### ENUM GtkSizeGroupMode ##### -->
 <para>
 
@@ -75,7 +120,7 @@ reached from the widget by a chain of size groups of type
 </para>
 
 @size_group: 
-@type: 
+@mode: 
 
 
 <!-- ##### FUNCTION gtk_size_group_get_mode ##### -->
@@ -87,6 +132,24 @@ reached from the widget by a chain of size groups of type
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_size_group_set_ignore_hidden ##### -->
+<para>
+
+</para>
+
+@size_group: 
+@ignore_hidden: 
+
+
+<!-- ##### FUNCTION gtk_size_group_get_ignore_hidden ##### -->
+<para>
+
+</para>
+
+@size_group: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_size_group_add_widget ##### -->
 <para>
 
@@ -105,8 +168,12 @@ reached from the widget by a chain of size groups of type
 @widget: 
 
 
-<!-- ##### ARG GtkSizeGroup:mode ##### -->
+<!-- ##### FUNCTION gtk_size_group_get_widgets ##### -->
 <para>
 
 </para>
 
+@size_group: 
+@Returns: 
+
+