svn path=/trunk/gtk-sharp/; revision=59975
This commit is contained in:
Miguel de Icaza 2006-04-27 14:10:16 +00:00
parent 5955889f15
commit 9fe425fea8

View File

@ -228,7 +228,7 @@ The behaviour is chosen based on the "is_important" property of the action to wh
<param name="path">a <see cref="T:System.String" /></param>
<param name="name">a <see cref="T:System.String" />, the name for the added UI element</param>
<param name="action">a <see cref="T:System.String" />, the name of the action to be proxied, or <see langword="null" /> to add a separator</param>
<param name="type">a <see cref="T:System.Int32" />. the type of UI element to add.</param>
<param name="type">a <see cref="T:Gtk.UIManagerItemType" />. the type of UI element to add.</param>
<param name="top">a <see cref="T:System.Boolean" />. If <see langword="true" />, the UI element is added before its siblings, otherwise it is added after its siblings.</param>
<remarks>If type is <see cref="F:Gtk.UIManager.Auto" />, Gtk inserts a menuitem, toolitem or separator if such an element can be inserted at the place determined by path. Otherwise type must indicate an element that can be inserted at the place determined by path.</remarks>
</Docs>
@ -568,4 +568,4 @@ The behaviour is chosen based on the "is_important" property of the action to wh
</Docs>
</Member>
</Members>
</Type>
</Type>