Ryujinx-GtkSharp/doc/en/Gtk/CellEditable.xml
Miguel de Icaza 5634a70cef From Todd Berman
svn path=/trunk/gtk-sharp/; revision=35660
2004-11-04 19:52:07 +00:00

101 lines
3.7 KiB
XML

<Type Name="CellEditable" FullName="Gtk.CellEditable">
<TypeSignature Language="C#" Value="public abstract interface CellEditable;" Maintainer="Hector Gomez M" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes />
</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>
<Base />
<Interfaces>
<Interface>
<InterfaceName>GLib.IWrapper</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members>
<Member MemberName="StartEditing">
<MemberSignature Language="C#" Value="public virtual 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 virtual 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 virtual 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 virtual 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 virtual 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>