New from jamin@pubcrawler.org
svn path=/trunk/gtk-sharp/; revision=30452
This commit is contained in:
parent
41c578d85a
commit
277792492c
3 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@
|
|||
</AssemblyInfo>
|
||||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Docs>
|
||||
<summary>An icon factory manages a collection of Gtk.IconSet.</summary>
|
||||
<summary>An icon factory manages a collection of <see cref="T:Gtk.IconSet" /></summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
<Base>
|
||||
|
|
|
@ -201,9 +201,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<summary>Constructor</summary>
|
||||
<returns>a <see cref="T:Gtk.Item" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
|
|
|
@ -426,11 +426,11 @@
|
|||
<Parameter Name="accel_group" Type="Gtk.AccelGroup" />
|
||||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="container_type">a <see cref="T:GLib.GType" /></param>
|
||||
<param name="path">a <see cref="T:System.String" /></param>
|
||||
<param name="accel_group">a <see cref="T:Gtk.AccelGroup" /></param>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Initializes a <see cref="T:Gtk.ItemFactory" /></summary>
|
||||
<param name="container_type">The kind of menu to create; can be <see cref="T:Gtk.MenuBar" />, <see cref="T:Gtk.Menu" />, or <see cref="T:Gtk.OptionMenu" /></param>
|
||||
<param name="path">the factory path of the new item factory, a string of the form "<name>"</param>
|
||||
<param name="accel_group">a <see cref="T:Gtk.AccelGroup" /> to which the accelerators for the menu items will be added, or null to create a new one</param>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
@ -458,9 +458,9 @@
|
|||
</Parameters>
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<param name="container_type">a <see cref="T:GLib.GType" /></param>
|
||||
<param name="path">a <see cref="T:System.String" /></param>
|
||||
<param name="accel_group">a <see cref="T:Gtk.AccelGroup" /></param>
|
||||
<param name="container_type">The kind of menu to create; can be <see cref="T:Gtk.MenuBar" />, <see cref="T:Gtk.Menu" />, or <see cref="T:Gtk.OptionMenu" /></param>
|
||||
<param name="path">the factory path of the new item factory, a string of the form "<name>"</param>
|
||||
<param name="accel_group">a <see cref="T:Gtk.AccelGroup" /> to which the accelerators for the menu items will be added, or null to create a new one</param>
|
||||
<returns>a <see cref="T:Gtk.ItemFactory" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
</Docs>
|
||||
|
|
Loading…
Add table
Reference in a new issue