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

98 lines
3.6 KiB
XML
Raw Normal View History

<Type Name="CellEditable" FullName="Gtk.CellEditable">
<TypeSignature Language="C#" Maintainer="Hector Gomez M" Value="public interface CellEditable : GLib.IWrapper" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.6.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>An interface for editing a single cell.</summary>
<remarks>
</remarks>
</Docs>
<Interfaces>
<Interface>
<InterfaceName>GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Members>
<Member MemberName="StartEditing">
<MemberSignature Language="C#" Value="public void StartEditing (Gdk.Event evnt);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="evnt" Type="Gdk.Event" />
</Parameters>
<Docs>
<summary>Begins editing on a cell editable.</summary>
<param name="evnt">A <see cref="T:Gdk.Event" />, or <see langword="null" />.</param>
<remarks>
<para>
<paramref name="evnt" /> is the <see cref="T:Gdk.Event" /> that began the editing process. It may be <see langword="null" />, in the instance that editing was initiated through programatic means.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="FinishEditing">
<MemberSignature Language="C#" Value="public void FinishEditing ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Emits the <see cref="F:Gtk.CellEditable.EditingDone" /> event.</summary>
<remarks>
<para>
This event is a sign for the cell renderer to update its value from the cell.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="RemoveWidget">
<MemberSignature Language="C#" Value="public void RemoveWidget ();" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Emits the <see cref="F:Gtk.CellEditable.WidgetRemoved" /> event.</summary>
<remarks>
<para>
This event is meant to indicate that the cell is finished editing, and the <paramref name="widget" /> may now be destroyed.
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="WidgetRemoved">
<MemberSignature Language="C#" Value="public event EventHandler WidgetRemoved;" />
<MemberType>Event</MemberType>
<ReturnValue>
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Event that indicates that the cell is finished editing, and the <paramref name="widget" /> may now be destroyed.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="EditingDone">
<MemberSignature Language="C#" Value="public event EventHandler EditingDone;" />
<MemberType>Event</MemberType>
<ReturnValue>
<ReturnType>System.EventHandler</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Event that indicates to the cell renderer to update its value from the cell.</summary>
<remarks />
</Docs>
</Member>
</Members>
</Type>