mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 12:25:26 +00:00
Tiny fixes.
svn path=/trunk/gtk-sharp/; revision=11674
This commit is contained in:
parent
b6e4696bb2
commit
b45cf5ddd4
|
@ -221,7 +221,7 @@
|
|||
<Parameter Name="position" Type="System.Int32" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>Inserts a stock item at the specified position of the toolbar. If 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. 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>
|
||||
<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_private_text">The private text of the tooltip</param>
|
||||
|
|
Loading…
Reference in a new issue