From b92889aad5ad2f0ca5af9f714f2745bfc7103261 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Sat, 1 Mar 2008 02:48:41 +0000 Subject: [PATCH] a few docs plus some whitespace svn path=/trunk/gtk-sharp/; revision=97051 --- doc/en/Gdk/Event.xml | 17 ++++++++++ doc/en/Gdk/Pixbuf.xml | 48 +++++++++++++++++++++++++++++ doc/en/Gdk/Spawn.xml | 4 +-- doc/en/Gdk/Window.xml | 12 ++++---- doc/en/Gdk/WindowAttributesType.xml | 2 +- 5 files changed, 74 insertions(+), 9 deletions(-) diff --git a/doc/en/Gdk/Event.xml b/doc/en/Gdk/Event.xml index 4bc7cdb3c..1d9603d3a 100644 --- a/doc/en/Gdk/Event.xml +++ b/doc/en/Gdk/Event.xml @@ -116,5 +116,22 @@ + + + Method + + Gdk.Event + + + + + + Native event pointer. + Creates a managed event from a native pointer. + A managed event instance. + + + + diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index dd3fbab69..052b7c99a 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -1896,5 +1896,53 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10); + + + Constructor + + + + + + + + + + + The data that contains the image in RGB or RGBA format. + The for the image data. + Whether the data contains an alpha channel (RGBA format). + Currently only 8 is supported (1 byte per channel). + Width of the image in pixels. + Height of the image in pixels. + The rowstride is the number of bytes consumed by a single row in the image. + Public constructor. + The image must be in RGB format or RGBA format, where each channel takes one byte. + + + + + + Constructor + + + + + + + + + + The data that contains the image in RGB or RGBA format. + Whether the data contains an alpha channel (RGBA format). + Currently only 8 is supported (1 byte per channel). + Width of the image in pixels. + Height of the image in pixels. + The rowstride is the number of bytes consumed by a single row in the image. + Public constructor. + The image must be in RGB format or RGBA format, where each channel takes one byte. + + + diff --git a/doc/en/Gdk/Spawn.xml b/doc/en/Gdk/Spawn.xml index ff6f1d2ab..cb4de5579 100644 --- a/doc/en/Gdk/Spawn.xml +++ b/doc/en/Gdk/Spawn.xml @@ -68,7 +68,7 @@ Child setup callback. Returns the child process id. Spawns a process on a screen using argument and environment lists. - If , the process was spawned successfully. + If , the process was spawned successfully. @@ -103,7 +103,7 @@ Returns a stdout pipe. Returns a stderr pipe. Spawns a process on a screen using argument and environment lists. - If , the process was spawned successfully. + If , the process was spawned successfully. diff --git a/doc/en/Gdk/Window.xml b/doc/en/Gdk/Window.xml index 15ed57fe6..b3f552956 100644 --- a/doc/en/Gdk/Window.xml +++ b/doc/en/Gdk/Window.xml @@ -2103,7 +2103,7 @@ The color must be allocated; Emits a short beep. - + @@ -2114,9 +2114,9 @@ The color must be allocated; Sets Composited indicator of window. - If window is composited. + If window is composited. Composited windows are not automatically drawn to the screen, but are instead rendered to an offscreen buffer and an expose event is sent to the window's parent. - + @@ -2129,7 +2129,7 @@ The color must be allocated; Opacity Property. A double between 0 and 1. - + @@ -2141,8 +2141,8 @@ The color must be allocated; Startup notification ID. A string. - When using Gtk, consider using instead. - + When using Gtk, consider using instead. + diff --git a/doc/en/Gdk/WindowAttributesType.xml b/doc/en/Gdk/WindowAttributesType.xml index 25d4907c5..4f784f436 100644 --- a/doc/en/Gdk/WindowAttributesType.xml +++ b/doc/en/Gdk/WindowAttributesType.xml @@ -135,7 +135,7 @@ Honor the TypeHint field. - +