* en/Gtk/Box.xml:

* en/Gtk/ButtonBox.xml:
	* en/Gtk/Container.xml:
	* en/Gtk/Fixed.xml:
	* en/Gtk/Layout.xml:
	* en/Gtk/Menu.xml:
	* en/Gtk/Notebook.xml:
	* en/Gtk/Paned.xml:
	* en/Gtk/Table.xml:
	* en/Gtk/Toolbar.xml: document container child properties

svn path=/trunk/gtk-sharp/; revision=35833
This commit is contained in:
Dan Winship 2004-11-08 15:03:02 +00:00
parent ed13386bf3
commit cb30686a86
11 changed files with 1092 additions and 51 deletions

View File

@ -1,3 +1,16 @@
2004-11-08 Dan Winship <danw@novell.com>
* en/Gtk/Box.xml:
* en/Gtk/ButtonBox.xml:
* en/Gtk/Container.xml:
* en/Gtk/Fixed.xml:
* en/Gtk/Layout.xml:
* en/Gtk/Menu.xml:
* en/Gtk/Notebook.xml:
* en/Gtk/Paned.xml:
* en/Gtk/Table.xml:
* en/Gtk/Toolbar.xml: document container child properties
2004-11-05 Mike Kestner <mkestner@ximian.com>
* Makefile.am : copy assemblies into updater so they don't

View File

@ -279,7 +279,178 @@
<Docs>
<summary>Protected constructor.</summary>
<returns>a <see cref="T:Gtk.Box" /></returns>
<remarks>Chain to this constructor if you have not manually registered a native <see cref="T:GLib.GType" /> value for your subclass. (FIXME: make sure this is correct.)</remarks>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="GetChildPadding">
<MemberSignature Language="C#" Value="public uint GetChildPadding (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the padding for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<returns>
<paramref name="child" />'s padding</returns>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildPadding">
<MemberSignature Language="C#" Value="public void SetChildPadding (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the padding for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<param name="value">the new padding value for <paramref name="child" /></param>
<remarks>See <see cref="M:Gtk.Box.SetChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildFill">
<MemberSignature Language="C#" Value="public bool GetChildFill (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the "fill" property for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<returns>
<paramref name="child" />'s "fill" property</returns>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildFill">
<MemberSignature Language="C#" Value="public void SetChildFill (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set the "fill" property for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<param name="value">the new "fill" property for <paramref name="child" />.</param>
<remarks>See <see cref="M:Gtk.Box.SetChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildExpand">
<MemberSignature Language="C#" Value="public bool GetChildExpand (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the "expand" property for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<returns>
<paramref name="child" />'s "expand" property</returns>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildExpand">
<MemberSignature Language="C#" Value="public void SetChildExpand (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set the "expand" property for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<param name="value">the new "expand" property for <paramref name="child" /></param>
<remarks>See <see cref="M:Gtk.Box.SetChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildPackType">
<MemberSignature Language="C#" Value="public Gtk.PackType GetChildPackType (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>Gtk.PackType</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the pack type (start or end) for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<returns>
<paramref name="child" />'s <see cref="T:Gtk.PackType" /></returns>
<remarks>See <see cref="M:Gtk.Box.QueryChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildPackType">
<MemberSignature Language="C#" Value="public void SetChildPackType (Gtk.Widget child, Gtk.PackType value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="Gtk.PackType" />
</Parameters>
<Docs>
<summary>Set the pack type (start or end) for <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<param name="value">the new <see cref="T:Gtk.PackType" /> for <paramref name="child" /></param>
<remarks>See <see cref="M:Gtk.Box.SetChildPacking" /> for more details about <see cref="T:Gtk.Box" /> child properties.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildPosition">
<MemberSignature Language="C#" Value="public int GetChildPosition (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the position of <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<returns>
<paramref name="child" />'s position</returns>
<remarks>The child's position in the parent <see cref="T:Gtk.Box" /> reflects the order it was added in. Children with lower position values appear closer to the end they were packed onto. Children with higher position values appear closer to the center, or the opposite end.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildPosition">
<MemberSignature Language="C#" Value="public void SetChildPosition (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the position of <paramref name="child" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Box" /></param>
<param name="value">the new position for <paramref name="child" /></param>
<remarks>The child's position in the parent <see cref="T:Gtk.Box" /> reflects the order it was added in. Children with lower position values appear closer to the end they were packed onto. Children with higher position values appear closer to the center, or the opposite end.</remarks>
</Docs>
</Member>
</Members>

View File

@ -34,26 +34,6 @@
</Interfaces>
<Attributes />
<Members>
<Member MemberName="SetChildSecondary">
<MemberSignature Language="C#" Value="public void SetChildSecondary (Gtk.Widget child, bool is_secondary);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="is_secondary" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Sets whether <paramref name="child" /> should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog.</summary>
<param name="child">A widget that is already packed into this button box</param>
<param name="is_secondary">
<see langword="true" /> if <paramref name="child" /> should be placed in a secondary group, <see langword="false" /> otherwise.</param>
<remarks>
<para>A secondary group appears after the other children if the style is <see cref="P:Gtk.ButtonBoxStyle.Start" />, <see cref="P:Gtk.ButtonBoxStyle.Spread" /> or <see cref="P:Gtk.ButtonBoxStyle.Edge" />, and before the the other children if the style is <see cref="P:Gtk.ButtonBoxStyle.End" />. For horizontal button boxes, the definition of before/after depends on direction of the widget (see <see cref="P:Gtk.Widget.Direction" />). If the style is <see cref="P:Gtk.ButtonBoxStyle.Start" /> or <see cref="P:Gtk.ButtonBoxStyle.End" />, then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children.</para>
</remarks>
</Docs>
</Member>
<Member MemberName="Finalize">
<MemberSignature Language="C#" Value="protected override void Finalize ();" />
<MemberType>Method</MemberType>
@ -201,22 +181,6 @@
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildSecondary">
<MemberSignature Language="C#" Value="public bool GetChildSecondary (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="child">a <see cref="T:Gtk.Widget" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildSize">
<MemberSignature Language="C#" Value="public void GetChildSize (out int min_width, out int min_height);" />
<MemberType>Method</MemberType>
@ -234,5 +198,41 @@
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildSecondary">
<MemberSignature Language="C#" Value="public bool GetChildSecondary (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Gets whether <paramref name="child" /> is in the secondary group of children.</summary>
<param name="child">a child of this <see cref="T:Gtk.ButtonBox" /></param>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>See <see cref="M:Gtk.ButtonBox.SetChildSecondary"/> for more details on the "secondary" child property.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildSecondary">
<MemberSignature Language="C#" Value="public void SetChildSecondary (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Sets whether <paramref name="child" /> should appear in a secondary group of children. A typical use of a secondary child is the help button in a dialog.</summary>
<param name="child">a child of this <see cref="T:Gtk.ButtonBox" /></param>
<param name="value">
<see langword="true" /> if <paramref name="child" /> should be placed in a secondary group, <see langword="false" /> otherwise.</param>
<remarks>
<para>A secondary group appears after the other children if the style is <see cref="P:Gtk.ButtonBoxStyle.Start" />, <see cref="P:Gtk.ButtonBoxStyle.Spread" /> or <see cref="P:Gtk.ButtonBoxStyle.Edge" />, and before the the other children if the style is <see cref="P:Gtk.ButtonBoxStyle.End" />. For horizontal button boxes, the definition of before/after depends on direction of the widget (see <see cref="P:Gtk.Widget.Direction" />). If the style is <see cref="P:Gtk.ButtonBoxStyle.Start" /> or <see cref="P:Gtk.ButtonBoxStyle.End" />, then the secondary children are aligned at the other end of the button box from the main children. For the other styles, they appear immediately next to the main children.</para>
</remarks>
</Docs>
</Member>
</Members>
</Type>

View File

@ -151,30 +151,29 @@
<Parameter Name="value" Type="GLib.Value" />
</Parameters>
<Docs>
<summary>Sets a child property for child and <see cref="T:Gtk.Container" />.</summary>
<param name="child">an object of type <see cref="T:Gtk.Widget" /></param>
<param name="property_name">an object of type <see cref="T:System.String" /></param>
<param name="value">an object of type <see cref="T:GLib.Value" /></param>
<remarks>Sets a child property for child and <see cref="T:Gtk.Container" />.</remarks>
<summary>Sets a child property of a <see cref="T:Gtk.Widget" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Container" /></param>
<param name="property_name">the child property name</param>
<param name="value">the value to set <paramref name="property_name"/> to</param>
<remarks>You will not normally need to use this method; Gtk# automatically generates child property accessors for all <see cref="T:Gtk.Container"/> subclasses.</remarks>
</Docs>
</Member>
<Member MemberName="ChildGetProperty">
<MemberSignature Language="C#" Value="public void ChildGetProperty (Gtk.Widget child, string property_name, GLib.Value value);" />
<MemberSignature Language="C#" Value="public GLib.Value ChildGetProperty (Gtk.Widget child, string property_name);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
<ReturnType>GLib.Value</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="property_name" Type="System.String" />
<Parameter Name="value" Type="GLib.Value" />
</Parameters>
<Docs>
<summary>Gets a child property for child and <see cref="T:Gtk.Container" />.</summary>
<param name="child">an object of type <see cref="T:Gtk.Widget" /></param>
<param name="property_name">an object of type <see cref="T:System.String" /></param>
<param name="value">an object of type <see cref="T:GLib.Value" /></param>
<remarks>Gets a child property for child and <see cref="T:Gtk.Container" />.</remarks>
<summary>Gets a child property of a <see cref="T:Gtk.Widget" />.</summary>
<param name="child">a child of this <see cref="T:Gtk.Container" /></param>
<param name="property_name">the child property name</param>
<param name="value">the value of the <paramref name="property_name"/> property of <paramref name="child"/></param>
<remarks>You will not normally need to use this method; Gtk# automatically generates child property accessors for all <see cref="T:Gtk.Container"/> subclasses.</remarks>
</Docs>
</Member>
<Member MemberName="PropagateExpose">

View File

@ -171,5 +171,71 @@
<remarks>Chain to this constructor if you have manually registered a native <see cref="T:GLib.GType" /> value for your subclass.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildX">
<MemberSignature Language="C#" Value="public int GetChildX (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the X coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Fixed" /></param>
<returns><paramref name="child"/>'s X coordinate</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildX">
<MemberSignature Language="C#" Value="public void SetChildX (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the X coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Fixed" /></param>
<param name="value"><paramref name="child"/>'s new X coordinate</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildY">
<MemberSignature Language="C#" Value="public int GetChildY (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the Y coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Fixed" /></param>
<returns><paramref name="child"/>'s Y coordinate</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildY">
<MemberSignature Language="C#" Value="public void SetChildY (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the Y coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Fixed" /></param>
<param name="value"><paramref name="child"/>'s new Y coordinate</param>
<remarks></remarks>
</Docs>
</Member>
</Members>
</Type>

View File

@ -311,5 +311,71 @@
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildX">
<MemberSignature Language="C#" Value="public int GetChildX (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the X coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Layout" /></param>
<returns><paramref name="child"/>'s X coordinate</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildX">
<MemberSignature Language="C#" Value="public void SetChildX (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the X coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Layout" /></param>
<param name="value"><paramref name="child"/>'s new X coordinate</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildY">
<MemberSignature Language="C#" Value="public int GetChildY (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the Y coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Layout" /></param>
<returns><paramref name="child"/>'s Y coordinate</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildY">
<MemberSignature Language="C#" Value="public void SetChildY (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the Y coordinate of a child <see cref="T:Gtk.Widget"/>.</summary>
<param name="child">a child of this <see cref="T:Gtk.Layout" /></param>
<param name="value"><paramref name="child"/>'s new Y coordinate</param>
<remarks></remarks>
</Docs>
</Member>
</Members>
</Type>

View File

@ -524,5 +524,137 @@ class PopupSample
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildTopAttach">
<MemberSignature Language="C#" Value="public int GetChildTopAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the row that the top of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<returns>the row</returns>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildTopAttach">
<MemberSignature Language="C#" Value="public void SetChildTopAttach (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the row that the top of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<param name="value">the row</param>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildBottomAttach">
<MemberSignature Language="C#" Value="public int GetChildBottomAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the row that the bottom of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<returns>the row</returns>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildBottomAttach">
<MemberSignature Language="C#" Value="public void SetChildBottomAttach (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the row that the bottom of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<param name="value">the row</param>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildRightAttach">
<MemberSignature Language="C#" Value="public int GetChildRightAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the column that the right of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<returns>the column</returns>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildRightAttach">
<MemberSignature Language="C#" Value="public void SetChildRightAttach (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the column that the right of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<param name="value">the column</param>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildLeftAttach">
<MemberSignature Language="C#" Value="public int GetChildLeftAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the column that the left of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<returns>the column</returns>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildLeftAttach">
<MemberSignature Language="C#" Value="public void SetChildLeftAttach (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the column that the left of a menu item is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Menu" /></param>
<param name="value">the column</param>
<remarks>See <see cref="M:Gtk.Menu.Attach"/>.</remarks>
</Docs>
</Member>
</Members>
</Type>

View File

@ -1031,5 +1031,203 @@ Don't forget to call the Show method on the widget or else the new page will not
</remarks>
</Docs>
</Member>
<Member MemberName="GetChildTabLabel">
<MemberSignature Language="C#" Value="public string GetChildTabLabel (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<returns>the page's tab label</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildTabLabel">
<MemberSignature Language="C#" Value="public void SetChildTabLabel (Gtk.Widget child, string value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.String" />
</Parameters>
<Docs>
<summary>Set a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<param name="value">the page's new tab label</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildTabFill">
<MemberSignature Language="C#" Value="public bool GetChildTabFill (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the "fill" value of a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<returns><see langword="true"/> if the page's label is set to "fill"</returns>
<remarks>See <see cref="M:Gtk.Notebook.QueryTabLabelPacking"/> for more details.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildTabFill">
<MemberSignature Language="C#" Value="public void SetChildTabFill (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set the "fill" value of a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<param name="value">whether or not the page's label should "fill"</param>
<remarks>See <see cref="M:Gtk.Notebook.SetTabLabelPacking"/> for more details.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildTabExpand">
<MemberSignature Language="C#" Value="public bool GetChildTabExpand (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the "expand" value of a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<returns><see langword="true"/> if the page's label is set to "expand"</returns>
<remarks>See <see cref="M:Gtk.Notebook.QueryTabLabelPacking"/> for more details.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildTabExpand">
<MemberSignature Language="C#" Value="public void SetChildTabExpand (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set the "expand" value of a a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<param name="value">whether or not the page's label should "expand"</param>
<remarks>See <see cref="M:Gtk.Notebook.SetTabLabelPacking"/> for more details.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildTabPack">
<MemberSignature Language="C#" Value="public Gtk.PackType GetChildTabPack (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>Gtk.PackType</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the pack type of a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<returns><paramref name="child"/>'s label's pack type</returns>
<remarks>See <see cref="M:Gtk.Notebook.QueryTabLabelPacking"/> for more details.</remarks>
</Docs>
</Member>
<Member MemberName="SetChildTabPack">
<MemberSignature Language="C#" Value="public void SetChildTabPack (Gtk.Widget child, Gtk.PackType value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="Gtk.PackType" />
</Parameters>
<Docs>
<summary>Set the pack type of a page's tab label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<param name="value"><paramref name="child"/>'s label's new pack type</param>
<remarks>See <see cref="M:Gtk.Notebook.SetTabLabelPacking"/> for more details.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildPosition">
<MemberSignature Language="C#" Value="public int GetChildPosition (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the position within the notebook of a page.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<returns>the position of <paramref name="child"/> in the notebook</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildPosition">
<MemberSignature Language="C#" Value="public void SetChildPosition (Gtk.Widget child, int value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Int32" />
</Parameters>
<Docs>
<summary>Set the position within the notebook of a page.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<param name="value">the new position of <paramref name="child"/> in the notebook</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildMenuLabel">
<MemberSignature Language="C#" Value="public string GetChildMenuLabel (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get a page's menu label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<returns>the label of that page in the notebook's pop-up menu</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildMenuLabel">
<MemberSignature Language="C#" Value="public void SetChildMenuLabel (Gtk.Widget child, string value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.String" />
</Parameters>
<Docs>
<summary>Set a page's menu label.</summary>
<param name="child">a child of this <see cref="T:Gtk.Notebook" /></param>
<param name="value">the new label of that page in the notebook's pop-up menu</param>
<remarks></remarks>
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -470,5 +470,71 @@ public Widget GetExampleFrame()
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildResize">
<MemberSignature Language="C#" Value="public bool GetChildResize (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Test whether or not the child resizes with the parent <see cref="T:Gtk.Paned"/></summary>
<param name="child">a child of this <see cref="T:Gtk.Paned" /></param>
<returns><see langword="true"/> if <paramref name="child"/> should be resized as the parent is resized</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildResize">
<MemberSignature Language="C#" Value="public void SetChildResize (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set whether or not the child resizes with the parent <see cref="T:Gtk.Paned"/></summary>
<param name="child">a child of this <see cref="T:Gtk.Paned" /></param>
<param name="value"><see langword="true"/> if <paramref name="child"/> should be resized as the parent is resized</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildShrink">
<MemberSignature Language="C#" Value="public bool GetChildShrink (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Test whether or not the child can be shrunk to less than its <see cref="T:Gtk.Requisition"/></summary>
<param name="child">a child of this <see cref="T:Gtk.Paned" /></param>
<returns><see langword="true"/> if the pane can be adjusted to make <paramref name="child"/> smaller than its <see cref="T:Gtk.Requisition"/></returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildShrink">
<MemberSignature Language="C#" Value="public void SetChildShrink (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set whether or not the child can be shrunk to less than its <see cref="T:Gtk.Requisition"/></summary>
<param name="child">a child of this <see cref="T:Gtk.Paned" /></param>
<param name="value"><see langword="true"/> if the pane can be adjusted to make <paramref name="child"/> smaller than its <see cref="T:Gtk.Requisition"/></param>
<remarks></remarks>
</Docs>
</Member>
</Members>
</Type>

View File

@ -345,5 +345,269 @@ public Widget MakeTableTester()
<remarks>Chain to this constructor if you have manually registered a native <see cref="T:GLib.GType" /> value for your subclass.</remarks>
</Docs>
</Member>
<Member MemberName="GetChildXOptions">
<MemberSignature Language="C#" Value="public Gtk.AttachOptions GetChildXOptions (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>Gtk.AttachOptions</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get a child's horizontal attachment options</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the <see cref="T:Gtk.AttachOptions" /></returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildXOptions">
<MemberSignature Language="C#" Value="public void SetChildXOptions (Gtk.Widget child, Gtk.AttachOptions value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="Gtk.AttachOptions" />
</Parameters>
<Docs>
<summary>Set a child's horizontal attachment options</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the <see cref="T:Gtk.AttachOptions" /></param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildYOptions">
<MemberSignature Language="C#" Value="public Gtk.AttachOptions GetChildYOptions (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>Gtk.AttachOptions</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get a child's vertical attachment options</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the <see cref="T:Gtk.AttachOptions" /></returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildYOptions">
<MemberSignature Language="C#" Value="public void SetChildYOptions (Gtk.Widget child, Gtk.AttachOptions value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="Gtk.AttachOptions" />
</Parameters>
<Docs>
<summary>Set a child's vertical attachment options</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the <see cref="T:Gtk.AttachOptions" /></param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildBottomAttach">
<MemberSignature Language="C#" Value="public uint GetChildBottomAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the row that the bottom of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the row</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildBottomAttach">
<MemberSignature Language="C#" Value="public void SetChildBottomAttach (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the row that the bottom of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the row</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildTopAttach">
<MemberSignature Language="C#" Value="public uint GetChildTopAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the row that the top of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the row</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildTopAttach">
<MemberSignature Language="C#" Value="public void SetChildTopAttach (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the row that the top of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the row</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildLeftAttach">
<MemberSignature Language="C#" Value="public uint GetChildLeftAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the column that the left of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the column</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildLeftAttach">
<MemberSignature Language="C#" Value="public void SetChildLeftAttach (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the column that the left of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the column</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildRightAttach">
<MemberSignature Language="C#" Value="public uint GetChildRightAttach (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the column that the right of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the column</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildRightAttach">
<MemberSignature Language="C#" Value="public void SetChildRightAttach (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the column that the right of this child is attached to.</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the column</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildXPadding">
<MemberSignature Language="C#" Value="public uint GetChildXPadding (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the horizontal padding for this child</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the padding</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildXPadding">
<MemberSignature Language="C#" Value="public void SetChildXPadding (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the horizontal padding for this child</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the padding</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildYPadding">
<MemberSignature Language="C#" Value="public uint GetChildYPadding (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Get the vertical padding for this child</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<returns>the padding</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildYPadding">
<MemberSignature Language="C#" Value="public void SetChildYPadding (Gtk.Widget child, uint value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Set the vertical padding for this child</summary>
<param name="child">a child of this <see cref="T:Gtk.Table" /></param>
<param name="value">the padding</param>
<remarks></remarks>
</Docs>
</Member>
</Members>
</Type>

View File

@ -730,5 +730,71 @@ If type == <see cref="T:Gtk.ToolbarChildType.Widget" />, widget is used as the n
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="GetChildHomogeneous">
<MemberSignature Language="C#" Value="public bool GetChildHomogeneous (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Test whether or not the child should be the same size as other (homogeneous) items</summary>
<param name="child">a child of this <see cref="T:Gtk.Toolbar" /></param>
<returns><see langword="true" /> if <paramref name="child"/> is the same size as other (homogeneous) items in this toolbar</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildHomogeneous">
<MemberSignature Language="C#" Value="public void SetChildHomogeneous (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set whether or not the child should be the same size as other (homogeneous) items</summary>
<param name="child">a child of this <see cref="T:Gtk.Toolbar" /></param>
<param name="value"><see langword="true" /> if <paramref name="child"/> should be the same size as other (homogeneous) items in this toolbar</param>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GetChildExpand">
<MemberSignature Language="C#" Value="public bool GetChildExpand (Gtk.Widget child);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
</Parameters>
<Docs>
<summary>Test whether or not the child should receive extra space as the toolbar grows.</summary>
<param name="child">a child of this <see cref="T:Gtk.Toolbar" /></param>
<returns><see langword="true" /> if <paramref name="child"/> receives extra space as the toolbar grows</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="SetChildExpand">
<MemberSignature Language="C#" Value="public void SetChildExpand (Gtk.Widget child, bool value);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="child" Type="Gtk.Widget" />
<Parameter Name="value" Type="System.Boolean" />
</Parameters>
<Docs>
<summary>Set whether or not the child should receive extra space as the toolbar grows.</summary>
<param name="child">a child of this <see cref="T:Gtk.Toolbar" /></param>
<param name="value"><see langword="true" /> if <paramref name="child"/> should receive extra space as the toolbar grows</param>
<remarks></remarks>
</Docs>
</Member>
</Members>
</Type>