svn path=/trunk/gtk-sharp/; revision=54876
This commit is contained in:
Miguel de Icaza 2005-12-27 14:13:51 +00:00
parent 8666947fd0
commit 98c84bac85
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
<remarks> <remarks>
<para> <para>
A GtkAccelGroup represents a group of keyboard accelerators, A GtkAccelGroup represents a group of keyboard accelerators,
typically attached to a toplevel GtkWindow (with <see cref="M:Gtk.Window.AddAccelGroup(Gtk.AccelGroup)" />). Usually typically attached to a toplevel <see cref="T:Gtk.Window" /> (with <see cref="M:Gtk.Window.AddAccelGroup(Gtk.AccelGroup)" />). Usually
you won't need to create a <see cref="T:Gtk.AccelGroup" /> you won't need to create a <see cref="T:Gtk.AccelGroup" />
directly; instead, when using <see cref="T:Gtk.ItemFactory" />, Gtk# automatically sets up the accelerators for your menus directly; instead, when using <see cref="T:Gtk.ItemFactory" />, Gtk# automatically sets up the accelerators for your menus
in the item factory's <see cref="T:Gtk.AccelGroup" />. in the item factory's <see cref="T:Gtk.AccelGroup" />.

View file

@ -384,7 +384,7 @@
<Parameter Name="time_" Type="System.UInt32" /> <Parameter Name="time_" Type="System.UInt32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>Pops up the menu constructed form the item factory at (<paramref name="x" />, <paramref name="y" />).</summary> <summary>Pops up the menu constructed from the item factory at (<paramref name="x" />, <paramref name="y" />).</summary>
<param name="x">The x position.</param> <param name="x">The x position.</param>
<param name="y">The y position.</param> <param name="y">The y position.</param>
<param name="mouse_button">The mouse button which was pressed to initiate the popup.</param> <param name="mouse_button">The mouse button which was pressed to initiate the popup.</param>