2003-07-12 Duncan Mak <duncan@ximian.com>
* en/Gtk/TextBuffer.xml: all documented except for events. 2003-07-07 Duncan Mak <duncan@ximian.com> * en/Gtk/TearoffMenuItem.xml: documented. svn path=/trunk/gtk-sharp/; revision=16135
This commit is contained in:
parent
de34331936
commit
aa65123a95
4 changed files with 686 additions and 209 deletions
|
@ -1,3 +1,12 @@
|
|||
<<<<<<< ChangeLog
|
||||
2003-07-12 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* en/Gtk/TextBuffer.xml: all documented except for events.
|
||||
|
||||
2003-07-07 Duncan Mak <duncan@ximian.com>
|
||||
|
||||
* en/Gtk/TearoffMenuItem.xml: documented.
|
||||
|
||||
2003-07-08 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* en/Gtk/Fixed.xml:
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
<summary>Creates a new horizontal scrollbar.</summary>
|
||||
<param name="adjustment">The <see cref="T:Gtk.Adjustment" /> to use, or <see langword="null" /> to create a new adjustment.</param>
|
||||
<returns>The new <see cref="T:Gtk.HScrollbar" /></returns>
|
||||
<remarks>To be added</remarks>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName=".ctor">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Type Name="TearoffMenuItem" FullName="Gtk.TearoffMenuItem">
|
||||
<TypeSignature Language="C#" Value="public class TearoffMenuItem : Gtk.MenuItem, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="auto" />
|
||||
<TypeSignature Language="C#" Value="public class TearoffMenuItem : Gtk.MenuItem, Implementor, IWrapper, IWrapper, IDisposable" Maintainer="duncan" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gtk-sharp</AssemblyName>
|
||||
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
||||
|
@ -7,8 +7,29 @@
|
|||
</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>To be added</summary>
|
||||
<remarks>To be added</remarks>
|
||||
<summary> a menu item used to tear off and reattach its menu.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
a <see cref="T:Gtk.TearoffMenuItem" /> is a special <see
|
||||
cref="T:Gtk.MenuItem" /> which is used to tear off and
|
||||
reattach its menu.
|
||||
</para>
|
||||
<para>
|
||||
When its menu is shown normally, the <see
|
||||
cref="T:Gtk.TearoffMenuItem" /> is drawn as a dotted line
|
||||
indicating that the menu can be torn off. Activating it causes
|
||||
its menu to be torn off and displayed in its own window as a
|
||||
tearoff menu.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
When its menu is shown as a tearoff menu, the <see
|
||||
cref="T:GtkTearoffMenuItem" /> is drawn as a dotted line which
|
||||
has a left pointing arrow graphic indicating that the tearoff
|
||||
menu can be reattached. Activating it will erase the tearoff
|
||||
menu window.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Base>
|
||||
<BaseTypeName>Gtk.MenuItem</BaseTypeName>
|
||||
|
@ -63,9 +84,9 @@
|
|||
<ReturnValue />
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>To be added</summary>
|
||||
<returns>To be added: an object of type 'Gtk.TearoffMenuItem'</returns>
|
||||
<remarks>To be added</remarks>
|
||||
<summary>Creates a new <see cref="T:Gtk.TearoffMenuItem" /></summary>
|
||||
<returns>a new <see cref="T:Gtk.TearoffMenuItem" />.</returns>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="GType">
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue