mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-23 14:31:08 +00:00
parent
8666947fd0
commit
98c84bac85
|
@ -12,7 +12,7 @@
|
|||
<remarks>
|
||||
<para>
|
||||
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" />
|
||||
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" />.
|
||||
|
@ -362,4 +362,4 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
|
@ -384,7 +384,7 @@
|
|||
<Parameter Name="time_" Type="System.UInt32" />
|
||||
</Parameters>
|
||||
<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="y">The y position.</param>
|
||||
<param name="mouse_button">The mouse button which was pressed to initiate the popup.</param>
|
||||
|
@ -543,4 +543,4 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue