* en/Gdk/EventNoExpose.xml:

* en/Gdk/EventButton.xml: Added hyperlinks.

svn path=/trunk/gtk-sharp/; revision=16877
This commit is contained in:
Duncan Mak 2003-07-30 06:47:03 +00:00
parent 4d5ffe430c
commit e728c4d773
3 changed files with 34 additions and 21 deletions

View file

@ -1,5 +1,10 @@
2003-07-30 Duncan Mak <duncan@ximian.com> 2003-07-30 Duncan Mak <duncan@ximian.com>
* en/Gdk/EventNoExpose.xml:
* en/Gdk/EventButton.xml: Added hyperlinks.
2003-07-30 Duncan Mak <duncan@ximian.com>
* en/Gnome/CanvasWidget.xml: * en/Gnome/CanvasWidget.xml:
* en/Gnome/CanvasRect.xml: * en/Gnome/CanvasRect.xml:
* en/Gnome/CanvasRE.xml: * en/Gnome/CanvasRE.xml:

View file

@ -11,34 +11,41 @@
<remarks> <remarks>
<para> <para>
Used for button press and button release events. The type Used for button press and button release events. The type
field will be one of GDK_BUTTON_PRESS, GDK_2BUTTON_PRESS, field will be one of <see cref="F:Gdk.EventType.ButtonPress"/>,
GDK_3BUTTON_PRESS, and GDK_BUTTON_RELEASE. <see cref="F:Gdk.EventType.TwoButtonPress" />,
<see cref="F:Gdk.EventType.ThreeButtonPress" />,
and <see cref="F:Gdk.EventType.ButtonRelease" />
</para> </para>
<para> <para>
Double and triple-clicks result in a sequence of events being received. For double-clicks the order of events will be: Double and triple-clicks result in a sequence of events being received. For double-clicks the order of events will be:
1. GDK_BUTTON_PRESS <list type="number">
2. GDK_BUTTON_RELEASE <item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item>
3. GDK_BUTTON_PRESS <item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item>
4. GDK_2BUTTON_PRESS <item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item>
5. GDK_BUTTON_RELEASE <item><term><see cref="T:Gdk.EventType.TwoButtonPress" /></term></item>
<item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item>
</list>
</para> </para>
<para> <para>
Note that the first click is received just like a normal Note that the first click is received just like a normal
button press, while the second click results in a button press, while the second click results in a
GDK_2BUTTON_PRESS being received just after the <see cref="T:Gdk.EventType.TwoButtonPress" /> being received just after the
GDK_BUTTON_PRESS. Triple-clicks are very similar to <see cref="T:Gdk.EventType.ButtonPress" />. Triple-clicks are very similar to
double-clicks, except that GDK_3BUTTON_PRESS is inserted after double-clicks, except that <see
cref="T:Gdk.EventType.ThreeButtonPress" /> is inserted after
the third click. The order of the events is: the third click. The order of the events is:
1. GDK_BUTTON_PRESS <list type="number">
2. GDK_BUTTON_RELEASE <item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item>
3. GDK_BUTTON_PRESS <item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item>
4. GDK_2BUTTON_PRESS <item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item>
5. GDK_BUTTON_RELEASE <item><term><see cref="T:Gdk.EventType.TwoButtonPress" /></term></item>
6. GDK_BUTTON_PRESS <item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item>
7. GDK_3BUTTON_PRESS <item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item>
8. GDK_BUTTON_RELEASE <item><term><see cref="T:Gdk.EventType.ThreeButtonPress" /></term></item>
<item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item>
</list>
</para> </para>
<para> <para>
For a double click to occur, the second button press must For a double click to occur, the second button press must

View file

@ -8,9 +8,10 @@
<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> <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> <Docs>
<summary> <summary>
Generated when the area of a <see cref="T:Gdk.Drawable" /> being copied, with Generated when the area of a <see cref="T:Gdk.Drawable" /> being
gdk_draw_drawable() or gdk_window_copy_area(), was completely copied, with <see cref="T:Gdk.Drawable.DrawDrawable(Gdk.GC,Gdk.Drawable,int,int,int,int,int,int)"
available. /> or <see cref="T:Gdk.Window.CopyArea(int,int,int,int)" />, was
completely available.
</summary> </summary>
<remarks></remarks> <remarks></remarks>
</Docs> </Docs>