mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 01:25:39 +00:00
More fixes.
svn path=/trunk/gtk-sharp/; revision=11676
This commit is contained in:
parent
b45cf5ddd4
commit
6b913229ea
|
@ -167,8 +167,8 @@
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Unsets a toolbar style set with <see cref="P:Gtk.Toolbar.ToolbarStyle"/>, so that user preferences will be used to determine the toolbar style.</summary>
|
<summary>Unsets a toolbar style set with <see cref="P:Gtk.Toolbar.ToolbarStyle"/>.</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks>Unsets a toolbar style set with <see cref="P:Gtk.Toolbar.ToolbarStyle"/>, so that user preferences will be used to determine the toolbar style.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="UnsetIconSize">
|
<Member MemberName="UnsetIconSize">
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>
|
<summary>
|
||||||
Unsets toolbar icon size set with <see cref="P:Gtk.Toolbar.IconSize"/>, so that user preferences will be used to determine the icon size.
|
Unsets toolbar icon size set with <see cref="P:Gtk.Toolbar.IconSize"/>.
|
||||||
</summary>
|
</summary>
|
||||||
<remarks>To be added</remarks>
|
<remarks>To be added</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
@ -203,7 +203,7 @@
|
||||||
<param name="tooltip_text">The element's tooltip.</param>
|
<param name="tooltip_text">The element's tooltip.</param>
|
||||||
<param name="tooltip_private_text">Used for context-sensitive help about this toolbar element.</param>
|
<param name="tooltip_private_text">Used for context-sensitive help about this toolbar element.</param>
|
||||||
<param name="position">The number of widgets to insert this widget after.</param>
|
<param name="position">The number of widgets to insert this widget after.</param>
|
||||||
<remarks>To be added</remarks>
|
<remarks>Unsets toolbar icon size set with <see cref="P:Gtk.Toolbar.IconSize"/>, so that user preferences will be used to determine the toolbar style.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="InsertStock">
|
<Member MemberName="InsertStock">
|
||||||
|
@ -221,7 +221,7 @@
|
||||||
<Parameter Name="position" Type="System.Int32" />
|
<Parameter Name="position" Type="System.Int32" />
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<Docs>
|
||||||
<summary>Inserts a stock item at the specified position of the toolbar. If <paramref name="stock_id"/> is not a known stock item ID, it's inserted verbatim, except that underscores used to mark mnemonics are removed.</summary>
|
<summary>Inserts a stock item at the specified position of the toolbar.</summary>
|
||||||
<param name="stock_id"> The id of the stock item you want to insert</param>
|
<param name="stock_id"> The id of the stock item you want to insert</param>
|
||||||
<param name="tooltip_text">The text in the tooltip of the toolbar button</param>
|
<param name="tooltip_text">The text in the tooltip of the toolbar button</param>
|
||||||
<param name="tooltip_private_text">The private text of the tooltip</param>
|
<param name="tooltip_private_text">The private text of the tooltip</param>
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
<param name="user_data">To be added: an object of type 'IntPtr'</param>
|
<param name="user_data">To be added: an object of type 'IntPtr'</param>
|
||||||
<param name="position">The position the button shall be inserted at. -1 means at the end.</param>
|
<param name="position">The position the button shall be inserted at. -1 means at the end.</param>
|
||||||
<returns>The inserted widget</returns>
|
<returns>The inserted widget</returns>
|
||||||
<remarks>To be added</remarks>
|
<remarks>If <paramref name="stock_id"/> is not a known stock item ID, it's inserted verbatim, except that underscores used to mark mnemonics are removed.</remarks>
|
||||||
</Docs>
|
</Docs>
|
||||||
</Member>
|
</Member>
|
||||||
<Member MemberName="AppendWidget">
|
<Member MemberName="AppendWidget">
|
||||||
|
|
Loading…
Reference in a new issue