From Todd Berman

svn path=/trunk/gtk-sharp/; revision=35660
This commit is contained in:
Miguel de Icaza 2004-11-04 19:52:07 +00:00
parent 838882b81a
commit 5634a70cef
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <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 /> <remarks />
</Docs> </Docs>
</Member> </Member>

View File

@ -65,7 +65,7 @@
</ReturnValue> </ReturnValue>
<Parameters /> <Parameters />
<Docs> <Docs>
<summary>Emits the <see cref="F:Gtk.CellEditable.WidgetREmoved" /> event.</summary> <summary>Emits the <see cref="F:Gtk.CellEditable.WidgetRemoved" /> event.</summary>
<remarks> <remarks>
<para> <para>
This event is meant to indicate that the cell is finished editing, and the <paramref name="widget" /> may now be destroyed. This event is meant to indicate that the cell is finished editing, and the <paramref name="widget" /> may now be destroyed.