Tiny fixes.

svn path=/trunk/gtk-sharp/; revision=11674
This commit is contained in:
Duncan Mak 2003-02-18 06:54:12 +00:00
parent b6e4696bb2
commit b45cf5ddd4

View File

@ -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>