From 339908c11fa11c5b9541fe170199281fae8f4263 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sun, 7 May 2006 17:47:29 +0000 Subject: [PATCH] Patch from mario.carrion@gmail.com for Gdk documentation svn path=/trunk/gtk-sharp/; revision=60384 --- doc/en/Gdk/DeviceAxis.xml | 4 ++-- doc/en/Gdk/DeviceKey.xml | 2 +- doc/en/Gdk/GCValues.xml | 36 ++++++++++++++++++------------------ doc/en/Gdk/Image.xml | 4 ++-- doc/en/Gdk/ModifierType.xml | 6 +++--- doc/en/Gdk/RgbCmap.xml | 4 ++-- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/doc/en/Gdk/DeviceAxis.xml b/doc/en/Gdk/DeviceAxis.xml index c0edddded..5a84eb276 100644 --- a/doc/en/Gdk/DeviceAxis.xml +++ b/doc/en/Gdk/DeviceAxis.xml @@ -66,7 +66,7 @@ - The minimal value that will be reported by this axis. + Minimal value that will be reported by this axis. To be added @@ -79,7 +79,7 @@ - The maximal value that will be reported by this axis. + Maximal value that will be reported by this axis. To be added diff --git a/doc/en/Gdk/DeviceKey.xml b/doc/en/Gdk/DeviceKey.xml index 5a1847048..ffaa0da39 100644 --- a/doc/en/Gdk/DeviceKey.xml +++ b/doc/en/Gdk/DeviceKey.xml @@ -53,7 +53,7 @@ - The keyval to generate when the macro button is pressed. If this is 0, no keypress will be generated. + Keyval to generate when the macro button is pressed. If this is 0, no keypress will be generated. To be added diff --git a/doc/en/Gdk/GCValues.xml b/doc/en/Gdk/GCValues.xml index 9728645f1..ac6e4338c 100644 --- a/doc/en/Gdk/GCValues.xml +++ b/doc/en/Gdk/GCValues.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Holds a set of values used to create or modify a graphics context. To be added @@ -53,7 +53,7 @@ - To be added + The clip mask bitmap. To be added: an object of type 'Gdk.Pixmap' To be added @@ -72,7 +72,7 @@ - To be added + The stipple bitmap. To be added: an object of type 'Gdk.Pixmap' To be added @@ -91,7 +91,7 @@ - To be added + The tile pixmap. To be added: an object of type 'Gdk.Pixmap' To be added @@ -110,7 +110,7 @@ - To be added + The foreground color. To be added @@ -123,7 +123,7 @@ - To be added + The background color. To be added @@ -136,7 +136,7 @@ - To be added + The bitwise operation used when drawing. To be added @@ -149,7 +149,7 @@ - To be added + The fill style. To be added @@ -175,7 +175,7 @@ - To be added + The x origin of the tile or stipple. To be added @@ -188,7 +188,7 @@ - To be added + The y origin of the tile or stipple. To be added @@ -201,7 +201,7 @@ - To be added + The x origin of the clip mask. To be added @@ -214,7 +214,7 @@ - To be added + The y origin of the clip mask. To be added @@ -227,7 +227,7 @@ - To be added + Whether graphics exposures are enabled. To be added @@ -240,7 +240,7 @@ - To be added + The line width. To be added @@ -253,7 +253,7 @@ - To be added + The way dashed lines are drawn. To be added @@ -266,7 +266,7 @@ - To be added + The way the ends of lines are drawn. To be added @@ -279,7 +279,7 @@ - To be added + The way joins between lines are drawn. To be added @@ -334,4 +334,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gdk/Image.xml b/doc/en/Gdk/Image.xml index 736f024e8..c29b3c4da 100644 --- a/doc/en/Gdk/Image.xml +++ b/doc/en/Gdk/Image.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Contains information on the image and the pixel data. To be added @@ -321,4 +321,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gdk/ModifierType.xml b/doc/en/Gdk/ModifierType.xml index 17ff24be9..4d95c8455 100644 --- a/doc/en/Gdk/ModifierType.xml +++ b/doc/en/Gdk/ModifierType.xml @@ -202,7 +202,7 @@ Like the X Window System, GDK supports 8 modifier keys and 5 mouse buttons. - None. + Not used in GDK itself. GTK+ uses it to differentiate between (keyval, modifiers) pairs from key press and release events. @@ -215,7 +215,7 @@ Like the X Window System, GDK supports 8 modifier keys and 5 mouse buttons. - None. + A mask covering all modifier types. @@ -235,4 +235,4 @@ Like the X Window System, GDK supports 8 modifier keys and 5 mouse buttons. - + \ No newline at end of file diff --git a/doc/en/Gdk/RgbCmap.xml b/doc/en/Gdk/RgbCmap.xml index db8b9b78b..d76921a50 100644 --- a/doc/en/Gdk/RgbCmap.xml +++ b/doc/en/Gdk/RgbCmap.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + A private data structure which maps color indices to actual RGB colors. @@ -86,4 +86,4 @@ - + \ No newline at end of file