From 2dce899962422c193c980d3c5e971a445e13bdb4 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 28 Dec 2006 19:50:54 +0000 Subject: [PATCH] Patch from mario@monouml.org svn path=/trunk/gtk-sharp/; revision=70185 --- doc/en/Gdk/Drag.xml | 90 +++++++++++++++++++++-------------------- doc/en/Gdk/Keyboard.xml | 18 ++++----- 2 files changed, 55 insertions(+), 53 deletions(-) diff --git a/doc/en/Gdk/Drag.xml b/doc/en/Gdk/Drag.xml index 2fc7c04bd..1caf68a33 100644 --- a/doc/en/Gdk/Drag.xml +++ b/doc/en/Gdk/Drag.xml @@ -27,9 +27,9 @@ - To be added + Drops on the current destination. a - a + the timestamp for this operation. To be added @@ -50,17 +50,17 @@ - To be added + Updates the drag context when the pointer moves or the set of actions changes. a - a - a - a - a - a - a - a + the new destination window, obtained by . + the DND protocol in use, obtained by . + the x position of the pointer in root coordinates. + the y position of the pointer in root coordinates. + the suggested action. + the possible actions. + the timestamp for this operation. a - To be added + This function is called by the drag source. @@ -74,9 +74,9 @@ - To be added + Aborts a drag without dropping. a - a + the timestamp for this operation. To be added @@ -92,11 +92,11 @@ - To be added + Selects one of the actions offered by the drag source. a - a - a - To be added + the selected action which will be taken when a drop happens, or 0 to indicate that a drop will not be accepted. + the timestamp for this operation. + This function is called by the drag destination in response to called by the drag source. @@ -109,9 +109,9 @@ - To be added + Returns the selection atom for the current source window. a - a + the selection atom. To be added @@ -137,11 +137,11 @@ - To be added - a - a - a - a + Finds out the DND protocol supported by a window. + the where the destination window resides. + the X id of the destination window. + location where the supported DND protocol is returned. + the X id of the window where the drop should happen. This may be xid or the X id of a proxy window, or None if xid doesn't support Drag and Drop. To be added @@ -156,10 +156,10 @@ - To be added - a - a - a + Finds out the DND protocol supported by a window. + the X id of the destination window. + location where the supported DND protocol is returned. + the X id of the window where the drop should happen. This may be xid or the X id of a proxy window, or None if xid doesn't support Drag and Drop. To be added @@ -178,14 +178,16 @@ - To be added + Finds the destination window and DND protocol to use at the given pointer position. a - a - a - a - a - a - To be added + a window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon. + the x position of the pointer in root coordinates. + the y position of the pointer in root coordinates. + location to store the destination window in. + location to store the DND protocol in. + + This function is called by the drag source to obtain the dest_window and protocol parameters for . + @@ -204,15 +206,15 @@ - To be added + Finds the destination window and DND protocol to use at the given pointer position. a - a - a - a - a - a - a - To be added + a window which may be at the pointer position, but should be ignored, since it is put up by the drag source as an icon. + the screen where the destination window is sought. + the x position of the pointer in root coordinates. + the y position of the pointer in root coordinates. + location to store the destination window in. + location to store the DND protocol in. + This function is called by the drag source to obtain the dest_window and protocol parameters for . @@ -233,4 +235,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gdk/Keyboard.xml b/doc/en/Gdk/Keyboard.xml index 09bd9b9e6..fa0b4b074 100644 --- a/doc/en/Gdk/Keyboard.xml +++ b/doc/en/Gdk/Keyboard.xml @@ -26,8 +26,8 @@ - To be added - a + Ungrabs the keyboard, if it is grabbed by this application. + a timestamp from a , or if no timestamp is available. To be added @@ -43,12 +43,12 @@ - To be added - a - a - a - a - To be added + Grabs the keyboard so that all events are passed to this application until the keyboard is ungrabbed with . This overrides any previous keyboard grab by this client. + the which will own the grab (the grab window). + if false then all keyboard events are reported with respect to window. If true then keyboard events for this application are reported as normal, but keyboard events outside this application are reported with respect to window. Both key press and key release events are always reported, independant of the event mask set by the application. + a timestamp from a or if no timestamp is available. + a if the grab was successful. + Documentation for this section has not yet been entered. @@ -83,4 +83,4 @@ - + \ No newline at end of file