Ryujinx-GtkSharp/doc/en/Gtk/HSeparator.xml

100 lines
3.8 KiB
XML
Raw Normal View History

<Type Name="HSeparator" FullName="Gtk.HSeparator">
<TypeSignature Language="C#" Value="public class HSeparator : Gtk.Separator, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="Kevin Breit" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>HSeparator is not a thread safe object.</ThreadSafetyStatement>
<Docs>
<summary>The HSeparator widget is a horizontal separator, used to group the widgets within a window.</summary>
<remarks>
<para>
The HSeparator widget is a horizontal separator, used to group the widgets within a window. It is not used as a separator within menus. To create a separator in a menu create an empty <see cref="T:Gtk.SeparatorMenuItem"/> widget and add it to the menu with <see cref="M:Gtk.Menu.Append"/>.
</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>Gtk.Separator</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Atk.Implementor</InterfaceName>
</Interface>
<Interface>
<InterfaceName>GLib.IWrapper</InterfaceName>
</Interface>
<Interface>
<InterfaceName>GLib.IWrapper</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members>
<Member MemberName="Finalize">
<MemberSignature Language="C#" Value="protected virtual void Finalize ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Disposes of this widget</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected HSeparator (uint gtype);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="gtype" Type="System.UInt32" />
</Parameters>
<Docs>
<summary>Internal constructor</summary>
<param name="gtype">To be added: an object of type 'uint'</param>
<returns>A new horizontal separator</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public HSeparator (IntPtr raw);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="raw" Type="System.IntPtr" />
</Parameters>
<Docs>
<summary>Internal construction</summary>
<param name="raw">A pointer to a HSeparator, as returned by the Gtk+ C API.</param>
<returns>>A C# Gtk.HSeparator that wraps the <paramref name="raw"/> parameter.</returns>
<remarks><para>If you don't already know that you need this constructor, it should not be used.</para></remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public HSeparator ();" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs>
<summary>Constructor</summary>
<returns>A horizontal separator.</returns>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="GType">
<MemberSignature Language="C#" Value="public static uint GType { get; };" />
<MemberType>Property</MemberType>
<ReturnValue>
<ReturnType>System.UInt32</ReturnType>
</ReturnValue>
<Docs>
<summary>Get the type of this object, as registered with the GLib object system.</summary>
<returns>A number that uniquely identifies this type in the GLib object system.</returns>
<remarks><para>Mostly for internal use.</para></remarks>
</Docs>
</Member>
</Members>
</Type>