mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 22:31:14 +00:00
From Todd Berman
svn path=/trunk/gtk-sharp/; revision=35660
This commit is contained in:
parent
838882b81a
commit
5634a70cef
|
@ -73,7 +73,7 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Buttons are grouped towards the start of box, (on the left for a <see cref="T:Gtk.HBox" />, or the top for a <see cref="T:Gtk.VBox" />).</summary>
|
||||
<summary>Buttons are grouped towards the start of box, (on the left for a <see cref="T:Gtk.HButtonBox" />, or the top for a <see cref="T:Gtk.VButtonBox" />).</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Emits the <see cref="F:Gtk.CellEditable.WidgetREmoved" /> event.</summary>
|
||||
<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.
|
||||
|
|
Loading…
Reference in a new issue