mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 05:25:33 +00:00
Patch from cesar.nataren@gmail.com
svn path=/trunk/gtk-sharp/; revision=59975
This commit is contained in:
parent
5955889f15
commit
9fe425fea8
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue