More fixes.

svn path=/trunk/gtk-sharp/; revision=11676
This commit is contained in:
Duncan Mak 2003-02-18 07:02:29 +00:00
parent b45cf5ddd4
commit 6b913229ea

View File

@ -167,8 +167,8 @@
</ReturnValue>
<Parameters />
<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>
<remarks>To be added</remarks>
<summary>Unsets a toolbar style set with <see cref="P:Gtk.Toolbar.ToolbarStyle"/>.</summary>
<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>
</Member>
<Member MemberName="UnsetIconSize">
@ -180,7 +180,7 @@
<Parameters />
<Docs>
<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>
<remarks>To be added</remarks>
</Docs>
@ -203,7 +203,7 @@
<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="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>
</Member>
<Member MemberName="InsertStock">
@ -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 <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="tooltip_text">The text in the tooltip of the toolbar button</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="position">The position the button shall be inserted at. -1 means at the end.</param>
<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>
</Member>
<Member MemberName="AppendWidget">