Ryujinx-GtkSharp/doc/en/Gtk/Toolbar+ToolbarChild.xml
Mike Kestner f8d36b9453 2005-05-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : add monodocer-fu.

2005-05-23  Mike Kestner  <mkestner@novell.com>

	* Makefile.am : switch to monodocer
	* updater : kill
	* en/*/*.xml : enormo-diff from monodocer first run without --delete.

svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00

54 lines
1.8 KiB
XML

<Type Name="Toolbar+ToolbarChild" FullName="Gtk.Toolbar+ToolbarChild">
<TypeSignature Language="C#" Value="public class ToolbarChild : Gtk.Container+ContainerChild" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName="Homogeneous">
<MemberSignature Language="C#" Value="public bool Homogeneous { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="homogeneous")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Whether or not the child should be the same size as other (homogeneous) items</summary>
<value>a <see cref="T:System.Boolean" /></value>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Expand">
<MemberSignature Language="C#" Value="public bool Expand { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="expand")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Whether or not the child should receive extra space as the toolbar grows.</summary>
<value>a <see cref="T:System.Boolean" /></value>
<remarks>
</remarks>
</Member>
</Members>
<Docs>
<summary>A child of a <see cref="T:Gtk.Toolbar" />, used to interact with its container child properties.</summary>
<remarks>
</remarks>
</Docs>
</Type>