From e728c4d77369422104b4b66e25feed1130bcdfae Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Wed, 30 Jul 2003 06:47:03 +0000 Subject: [PATCH] * en/Gdk/EventNoExpose.xml: * en/Gdk/EventButton.xml: Added hyperlinks. svn path=/trunk/gtk-sharp/; revision=16877 --- doc/ChangeLog | 5 +++++ doc/en/Gdk/EventButton.xml | 43 +++++++++++++++++++++--------------- doc/en/Gdk/EventNoExpose.xml | 7 +++--- 3 files changed, 34 insertions(+), 21 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index bee97d04c..0ae01d050 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2003-07-30 Duncan Mak + * en/Gdk/EventNoExpose.xml: + * en/Gdk/EventButton.xml: Added hyperlinks. + +2003-07-30 Duncan Mak + * en/Gnome/CanvasWidget.xml: * en/Gnome/CanvasRect.xml: * en/Gnome/CanvasRE.xml: diff --git a/doc/en/Gdk/EventButton.xml b/doc/en/Gdk/EventButton.xml index ba52eec27..e79e2728c 100644 --- a/doc/en/Gdk/EventButton.xml +++ b/doc/en/Gdk/EventButton.xml @@ -11,34 +11,41 @@ Used for button press and button release events. The type - field will be one of GDK_BUTTON_PRESS, GDK_2BUTTON_PRESS, - GDK_3BUTTON_PRESS, and GDK_BUTTON_RELEASE. + field will be one of , + , + , + and 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 - 2. GDK_BUTTON_RELEASE - 3. GDK_BUTTON_PRESS - 4. GDK_2BUTTON_PRESS - 5. GDK_BUTTON_RELEASE + + + + + + + Note that the first click is received just like a normal button press, while the second click results in a - GDK_2BUTTON_PRESS being received just after the - GDK_BUTTON_PRESS. Triple-clicks are very similar to - double-clicks, except that GDK_3BUTTON_PRESS is inserted after + being received just after the + . Triple-clicks are very similar to + double-clicks, except that is inserted after the third click. The order of the events is: - 1. GDK_BUTTON_PRESS - 2. GDK_BUTTON_RELEASE - 3. GDK_BUTTON_PRESS - 4. GDK_2BUTTON_PRESS - 5. GDK_BUTTON_RELEASE - 6. GDK_BUTTON_PRESS - 7. GDK_3BUTTON_PRESS - 8. GDK_BUTTON_RELEASE + + + + + + + + + + For a double click to occur, the second button press must diff --git a/doc/en/Gdk/EventNoExpose.xml b/doc/en/Gdk/EventNoExpose.xml index 7b3614dc3..2d2fac278 100644 --- a/doc/en/Gdk/EventNoExpose.xml +++ b/doc/en/Gdk/EventNoExpose.xml @@ -8,9 +8,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Generated when the area of a being copied, with - gdk_draw_drawable() or gdk_window_copy_area(), was completely - available. + Generated when the area of a being + copied, with or , was + completely available.