diff --git a/doc/en/Gdk/AxisUse.xml b/doc/en/Gdk/AxisUse.xml index dc786911d..3542c7abb 100644 --- a/doc/en/Gdk/AxisUse.xml +++ b/doc/en/Gdk/AxisUse.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An enumeration describing the way in which a device axis (valuator) maps onto the predefined valuator types that Gtk# understands. + None. System.Enum @@ -37,7 +37,7 @@ - To be added + The axis is ignored. To be added @@ -49,7 +49,7 @@ - To be added + The axis is used as the x axis. To be added @@ -61,7 +61,7 @@ - To be added + The axis is used as the y axis. To be added @@ -73,7 +73,7 @@ - To be added + The axis is used for pressure information. To be added @@ -85,7 +85,7 @@ - To be added + The axis is used for x tilt information. To be added @@ -97,7 +97,7 @@ - To be added + The axis is used for y tilt information. To be added @@ -109,7 +109,7 @@ - To be added + The axis is used for wheel information. To be added @@ -121,7 +121,7 @@ - To be added + A constant equal to the numerically highest axis value. To be added diff --git a/doc/en/Gdk/Colormap.xml b/doc/en/Gdk/Colormap.xml index fde4e6c8a..44d6e29d6 100644 --- a/doc/en/Gdk/Colormap.xml +++ b/doc/en/Gdk/Colormap.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A structure that contains different colors. + None. GLib.Object @@ -63,11 +63,11 @@ - To be added - To be added: an object of type 'Gdk.Visual' - To be added: an object of type 'bool' - To be added: an object of type 'Gdk.Colormap' - To be added + Creates a new colormap for the given visual. + A + if true, the newly created colormap will be a private colormap, and all colors in it will be allocated for the applications use. + The new + None. @@ -77,9 +77,9 @@ Gdk.Colormap - To be added - To be added: an object of type 'Gdk.Colormap' - To be added + Gets the system's default colormap for the default screen. + The system's default colormap for the default screen. + None. @@ -89,9 +89,9 @@ Gdk.Visual - To be added - To be added: an object of type 'Gdk.Visual' - To be added + Returns the visual for which a given colormap was created. + The of the colormap. + None. @@ -106,12 +106,12 @@ - To be added - To be added: an object of type 'Gdk.Color&' - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Allocates a single color from a colormap. + The color to allocate. On return the pixel field will be filled in if allocation succeeds. + If true, the color is allocated writeable (their values can later be changed using ). Writeable colors cannot be shared between applications. + If true, GDK will attempt to do matching against existing colors if the color cannot be allocated as requested. + True if the allocation succeeded. + None. @@ -121,9 +121,9 @@ Gdk.Screen - To be added - a - To be added + Gets the screen for which this colormap was created. + The screen for which this colormap was created. + None. @@ -150,10 +150,11 @@ - To be added - a - a - To be added + Locates the RGB color in the colormap corresponding to the given hardware pixel. + Pixel value in hardware display format. + + with red, green, blue fields initialized. + Pixel must be a valid pixel in the colormap; it's a programmer error to call his function with a pixel which is not in the colormap. Hardware pixels are normally obtained from , or from a . (A contains image data in hardware format, a contains image data in a canonical 24-bit RGB format.) @@ -167,10 +168,10 @@ - To be added - a - a - To be added + Frees previously allocated colors. + The colors to free. + The number of colors in colors. + None. @@ -187,14 +188,14 @@ - To be added - a - a - a - a - a - a - To be added + Allocates colors from a colormap. + The color values to allocate. On return, the pixel values for allocated colors will be filled in. + The number of colors in colors. + If true, the colors are allocated writeable (their values can later be changed using ). Writeable colors cannot be shared between applications. + If true, GDK will attempt to do matching against existing colors if the colors cannot be allocated as requested. + An array of length ncolors. On return, this indicates whether the corresponding color in colors was sucessfully allocated or not. + The number of colors that were not successfully allocated. + None. diff --git a/doc/en/Gdk/CrossingMode.xml b/doc/en/Gdk/CrossingMode.xml index dcaf348b2..c09416683 100644 --- a/doc/en/Gdk/CrossingMode.xml +++ b/doc/en/Gdk/CrossingMode.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies the crossing mode for + None. System.Enum @@ -37,7 +37,7 @@ - To be added + Crossing because of pointer motion. To be added @@ -49,7 +49,7 @@ - To be added + Crossing because a grab is activated. To be added @@ -61,7 +61,7 @@ - To be added + Crossing because a grab is deactivated. To be added diff --git a/doc/en/Gdk/Cursor.xml b/doc/en/Gdk/Cursor.xml index 4deaab320..24001d09f 100644 --- a/doc/en/Gdk/Cursor.xml +++ b/doc/en/Gdk/Cursor.xml @@ -64,10 +64,10 @@ - To be added - a - a - To be added + Internal constructor. + raw managed pointer. + A new . + This is an internal constructor, do not use it. @@ -96,11 +96,11 @@ To make the cursor invisible, use gdk_cursor_new_from_pixmap() to create a curso - To be added - a - a - a - To be added + Creates a new cursor from the set of builtin cursors. + The for which the cursor will be created. + Cursor to create. + A new . + None. diff --git a/doc/en/Gdk/Device.xml b/doc/en/Gdk/Device.xml index 573a98c53..024aa2449 100644 --- a/doc/en/Gdk/Device.xml +++ b/doc/en/Gdk/Device.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + This class contains a detailed description of an extended input device. + None. GLib.Object @@ -37,10 +37,10 @@ - To be added - To be added: an object of type 'Gdk.TimeCoord' - To be added: an object of type 'int' - To be added + Frees an array of that was returned by . + An array of + Length of the array. + None. @@ -94,9 +94,9 @@ Gdk.Device - To be added - To be added: an object of type 'Gdk.Device' - To be added + Returns the core pointer device for the default display. + the core pointer device. + None. @@ -108,10 +108,10 @@ - To be added - To be added: an object of type 'Gdk.InputSource' - To be added: an object of type 'Gdk.InputSource' - To be added + Sets the source type for an input device. + Sets the source type for an input device. + None. + None. @@ -181,11 +181,11 @@ - To be added - a - a - a - a + Interprets an array of double as axis values for a given device, and locates the value in the array for a given axis use. + An array of axes. + The to look for. + Found value. + True if the given axis use was found, otherwise false. To be added @@ -246,9 +246,9 @@ - To be added - a - To be added + Internal constructor. + A new + None. diff --git a/doc/en/Gdk/DragAction.xml b/doc/en/Gdk/DragAction.xml index 8f80f4c43..2e861e845 100644 --- a/doc/en/Gdk/DragAction.xml +++ b/doc/en/Gdk/DragAction.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Used in to indicate what the destination should do with the dropped data. + None. System.Enum @@ -37,7 +37,7 @@ - To be added + The default action. The same as the Copy action. To be added @@ -49,7 +49,7 @@ - To be added + Copy the data. To be added @@ -61,7 +61,7 @@ - To be added + Move the data, i.e. first copy it, then delete it from the source using the DELETE targetof the X selection protocol. To be added @@ -73,7 +73,7 @@ - To be added + Add a link to the data. Note that this is only useful if source and destination agree on what it means. To be added @@ -85,7 +85,7 @@ - To be added + Special action which tells the source that the destination will do something that the source doesn't understand. To be added @@ -97,7 +97,7 @@ - To be added + Ask t user what to do with the data. To be added diff --git a/doc/en/Gdk/DragContext.xml b/doc/en/Gdk/DragContext.xml index 9af8a1bed..eca5e7fc7 100644 --- a/doc/en/Gdk/DragContext.xml +++ b/doc/en/Gdk/DragContext.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + This holds information about a drag in progress. It is used on both source and destination sides. + None. GLib.Object @@ -60,9 +60,9 @@ - To be added - To be added: an object of type 'Gdk.DragContext' - To be added + Default constructor. + A new + None. @@ -73,9 +73,9 @@ - To be added - a - To be added + The DND protocol that governs this drag. + The DND protocol which governs this drag. + None. @@ -86,9 +86,9 @@ - To be added - a - To be added + True if the context is used on the source side. + True if the context is used on the source side. + None. @@ -99,9 +99,9 @@ - To be added - a - To be added + The source of this drag. + The source of this drag. + None. @@ -112,9 +112,9 @@ - To be added - a - To be added + The destination window of this drag. + The destination window of this drag. + None. @@ -125,9 +125,9 @@ - To be added - a - To be added + A list of targets offered by the source. + A list of targets offered by the source. + None. @@ -138,9 +138,9 @@ - To be added - a - To be added + Various actions proposed by the source when the is + Various actions proposed by the source when the is + None. @@ -151,9 +151,9 @@ - To be added - a - To be added + The action suggested by the source. + The suggested by the source. + None. @@ -164,9 +164,9 @@ - To be added - a - To be added + The action chosen by the destination. + The chosen by the destination. + None. @@ -177,9 +177,9 @@ - To be added - a - To be added + A timestamp, in milliseconds, recording the start time of this drag. + A timestamp, in milliseconds, recording the start time of this drag. + None. diff --git a/doc/en/Gdk/DragProtocol.xml b/doc/en/Gdk/DragProtocol.xml index 2863a7f0e..f00091c38 100644 --- a/doc/en/Gdk/DragProtocol.xml +++ b/doc/en/Gdk/DragProtocol.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Used in to indicate the protocol according to which DND is done. + None. System.Enum @@ -37,7 +37,7 @@ - To be added + The Motif DND protocol. To be added @@ -49,7 +49,7 @@ - To be added + The Xdnd protocol. To be added @@ -61,7 +61,7 @@ - To be added + An extension to the Xdnd protocol for unclaimed root window drops. To be added @@ -73,7 +73,7 @@ - To be added + The simple WM_DROPFILES protocol. To be added @@ -85,7 +85,7 @@ - To be added + The complex OLE2 DND protocol (not implemented). To be added @@ -97,7 +97,7 @@ - To be added + Intra-application DND. To be added @@ -110,7 +110,7 @@ - To be added + None. To be added diff --git a/doc/en/Gdk/Event.xml b/doc/en/Gdk/Event.xml index c06404180..87da6f995 100644 --- a/doc/en/Gdk/Event.xml +++ b/doc/en/Gdk/Event.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + This object contains the fields that are common to all Event classes. Any Gdk.Event* can be safely cast to a Gdk.Event + This class is equivalent to the GdkEventAny structure in the C API. GLib.Boxed @@ -42,9 +42,9 @@ Gdk.EventType - To be added - To be added: an object of type 'Gdk.EventType' - To be added + the type of the event. + the type of the event. + None. @@ -68,9 +68,9 @@ - To be added - a - To be added + IntPtr for the unmanaged structure. + The to the unmanaged GdkEvent structure. + This property should rarely if ever need to be accessed. @@ -81,9 +81,9 @@ - To be added - a - To be added + The window which received the event. + The window which received the event. + This is a not a . @@ -94,9 +94,9 @@ - To be added - a - To be added + true if the event was sent explicitly (e.g. using XSendEvent). + true if the event was sent explicitly (e.g. using XSendEvent). + None. diff --git a/doc/en/Gdk/EventButton.xml b/doc/en/Gdk/EventButton.xml index ce97d7f69..d04b8ffc8 100644 --- a/doc/en/Gdk/EventButton.xml +++ b/doc/en/Gdk/EventButton.xml @@ -237,10 +237,10 @@ - Constructor + Internal constructor a to a a - + This constructor is internal and should not be used. diff --git a/doc/en/Gdk/EventClient.xml b/doc/en/Gdk/EventClient.xml index 62ec91d4d..61b96567d 100644 --- a/doc/en/Gdk/EventClient.xml +++ b/doc/en/Gdk/EventClient.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + the type of the message, which can be defined by the application. + the type of the message, which can be defined by the application. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + The format of the + the format of the data, given as the number of bits in each data element, i.e. 8, 16, or 32. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The data. + If is 8, then this array is 20 characters, if it returns 16, then the array is 10 shorts, and if it returns 32, the array is 5 longs. + None. @@ -67,10 +67,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + This constructor is internal and should not be used. diff --git a/doc/en/Gdk/EventConfigure.xml b/doc/en/Gdk/EventConfigure.xml index 403a39dcb..0439759e4 100644 --- a/doc/en/Gdk/EventConfigure.xml +++ b/doc/en/Gdk/EventConfigure.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The new x coordinate of the window, relative to its parent. + The new x coordinate of the window, relative to its parent. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + The new y coordinate of the window, relative to the parent. + The new y coordinate of the window, relative to its parent. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The new width of the window. + The new width of the window. + None. @@ -67,9 +67,9 @@ - To be added - a - To be added + The new height of the window. + The new height of the window. + None. @@ -80,10 +80,10 @@ - To be added - a - a - To be added + Internal constructor. + the raw unmanaged pointer. + A new + This constructor is internal, and should not be used. diff --git a/doc/en/Gdk/EventCrossing.xml b/doc/en/Gdk/EventCrossing.xml index 7c16826a1..2d554b66a 100644 --- a/doc/en/Gdk/EventCrossing.xml +++ b/doc/en/Gdk/EventCrossing.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + An enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + An enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to the window. + The x coordinate of the pointer relative to the window. + None. @@ -67,9 +67,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the window. + The y coordinate of the pointer relative to the window. + None. @@ -80,9 +80,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to the root of the screen. + The x coordinate of the pointer relative to the root of the screen. + None. @@ -93,9 +93,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the root of the screen. + The y coordinate of the pointer relative to the root of the screen. + None. @@ -106,9 +106,9 @@ - To be added - a - To be added + The window that was entered or left. + The window that was entered or left. + None. @@ -119,9 +119,9 @@ - To be added - a - To be added + The crossing mode. + The crossing mode. + None. @@ -132,9 +132,9 @@ - To be added - a - To be added + The kind of crossing that happened. + The kind of crossing that happened. + None. @@ -145,9 +145,9 @@ - To be added - a - To be added + True if window is the focus window or an inferior. + True if window is the focus window or an inferior. + None. @@ -158,10 +158,10 @@ - To be added - a - a - To be added + Internal constructor. + raw managed pointer. + A new + This constructor should never be used. diff --git a/doc/en/Gdk/EventDND.xml b/doc/en/Gdk/EventDND.xml index 6195b0838..5f9df0ea6 100644 --- a/doc/en/Gdk/EventDND.xml +++ b/doc/en/Gdk/EventDND.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The for the current DND operation. + The Gdk.DragContext for the current DND operation. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these). + The x coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these). + None. @@ -67,9 +67,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these). + The y coordinate of the pointer relative to the root of the screen, only set for GDK_DRAG_MOTION and GDK_DROP_START (Find C# references for these). + None. @@ -80,10 +80,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + This constructor is internal and should not be used. diff --git a/doc/en/Gdk/EventExpose.xml b/doc/en/Gdk/EventExpose.xml index 64c75ef9e..0d847b48b 100644 --- a/doc/en/Gdk/EventExpose.xml +++ b/doc/en/Gdk/EventExpose.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The bounding box of the + The bounding box of the + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + The number of contiguous Expose Events following this one. + The number of contiguous Expose Events following this one. + The only use for this is "exposure compression", i.e. handling all contiguous Expose events in one go, though GDK performs some exposure compression so this is not normally needed @@ -54,9 +54,9 @@ - To be added - a - To be added + The region that needs to be redrawn. + The that needs to be redrawn. + None. @@ -67,10 +67,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventFocus.xml b/doc/en/Gdk/EventFocus.xml index 1881aeaf8..d532c6fe0 100644 --- a/doc/en/Gdk/EventFocus.xml +++ b/doc/en/Gdk/EventFocus.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + True if the window has gained the keyboard focus, false if it has lost the focus. + True if the window has gained the keyboard focus, false if it has lost the focus. + None. @@ -41,10 +41,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventHelper.xml b/doc/en/Gdk/EventHelper.xml index e71140a1f..ea1d910f7 100644 --- a/doc/en/Gdk/EventHelper.xml +++ b/doc/en/Gdk/EventHelper.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A utility class that contains methods that operate on Event classes. + This class contains static methods. System.Object @@ -29,10 +29,10 @@ - To be added - a - a - To be added + Copies a . + The to copy. + The copied . + None. @@ -43,9 +43,9 @@ - To be added - a - To be added + Checks all open displays for a to process, fetching events from the windowing system if necessary. See . + The next to be processed, or null if no events are pending. The returned should be freed with . + None. @@ -58,9 +58,9 @@ - To be added - a - a + Returns the screen for the event. The screen is typically the screen for , but for events such as mouse events, it is the screen where the pointer was when the event occurs. + A + The for the event. To be added @@ -72,9 +72,9 @@ - To be added - a - To be added + If there is an event waiting in the event queue of some open display, returns a copy of it. See . + A copy of the first on some event queue, or null if no events are in any queues. + The returned should be freed with . @@ -87,10 +87,10 @@ - To be added - a - a - To be added + Creates a new event of the given type. All fields are set to 0. + A + A + The returned event should be freed with . @@ -105,12 +105,13 @@ - To be added - a - a - a - a - To be added + On X11, sends an X ClientMessage event to a given window. On Windows, sends a message registered with the name GDK_WIN32_CLIENT_MESSAGE. +This could be used for communicating between different applications, though the amount of data is limited to 20 bytes on X11, and to just four bytes on Windows. + The for the window where the message is to be sent. + The to send, which should be a . + The window to send the client message to. + True on success. + None. @@ -123,9 +124,10 @@ - To be added - a - To be added + Frees a . + + to free. + This should only be called with events returned from functions such as , , and . @@ -138,9 +140,9 @@ - To be added - a - To be added + Sends an X ClientMessage event to all toplevel windows on the default . Toplevel windows are determined by checking for the WM_STATE property, as described in the Inter-Client Communication Conventions Manual (ICCCM). If no windows are found with the WM_STATE property set, the message is sent to all children of the root window. + The to send, which should be a . + None. @@ -154,11 +156,11 @@ - To be added - a - a - a - To be added + Sends an X ClientMessage event to a given window (which must be on the default .) This could be used for communicating between different applications, though the amount of data is limited to 20 bytes. + The to send, which should be a . + The window to send the X ClientMessage event to. + True on success. + None. @@ -171,10 +173,10 @@ - To be added - a - a - To be added + Returns the time stamp from event, if there is one. Otherwise returns the current time. If event is null, returns the current time.. + A + Time stamp field from event. + None. @@ -187,10 +189,10 @@ - To be added - a - a - To be added + Waits for a GraphicsExpose or NoExpose event from the X server. This is used in the GtkText and GtkCList widgets in Gtk# to make sure any Graphics Expose events are handled before the widget is scrolled. + The to wait for the events for. + A if a GraphicsExpose was received, or null if a NoExpose event was received. + None. @@ -204,10 +206,10 @@ - To be added - a - a - To be added + Sets the screen for event to screen. The event must have been allocated by GTK+, for instance, by . + A + A + None. @@ -220,9 +222,9 @@ - To be added - a - To be added + Appends a copy of the given event onto the front of the event queue for 's display, or the default queue if that window is null. See . + A + None. @@ -231,9 +233,9 @@ - To be added - a - To be added + This constructor is never used. + A new + This class contains only static methods, and this constructor should never be used. @@ -248,12 +250,12 @@ - To be added - a - a - a - a - To be added + Extract the event window relative x/y coordinates from an event. + A + Event window x coordinate. + Event window y coordinate. + True if the event delivered event coordinates. + None. @@ -267,10 +269,10 @@ - To be added - a - a - a + If the event contains a "state" field, puts that field in state. Otherwise stores an empty state (0). + A or null. + The of the event. + True if there was a state field in the event. To be added @@ -286,12 +288,12 @@ - To be added - a - a - a - a - To be added + Extract the axis value for a particular axis use from an event. + A + The axis use to look for. + The value found. + True if the specified axis was found, otherwise false. + None. @@ -306,12 +308,12 @@ - To be added - a - a - a - a - To be added + Extract the root window relative x/y coordinates from an event. + A + Root window x coordinate. + Root window y coordinate. + True if the event delivered root window coordinates. + None. diff --git a/doc/en/Gdk/EventKey.xml b/doc/en/Gdk/EventKey.xml index a575aac13..1de22df79 100644 --- a/doc/en/Gdk/EventKey.xml +++ b/doc/en/Gdk/EventKey.xml @@ -27,9 +27,9 @@ Gdk.Key - To be added - a - To be added + The key that was pressed or released. + The key that was pressed or released. + None. @@ -40,9 +40,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -53,9 +53,9 @@ - To be added - a - To be added + A enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + A enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + None. @@ -66,9 +66,9 @@ - To be added - a - To be added + The key that was pressed or released. + The key that was pressed or released. + None. @@ -79,9 +79,9 @@ - To be added - a - To be added + The raw code of the key that was pressed or released. + The raw code of the key that was pressed or released. + None. @@ -92,9 +92,9 @@ - To be added - a - To be added + The keyboard group. + The keyboard group. + None. @@ -105,10 +105,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventMotion.xml b/doc/en/Gdk/EventMotion.xml index 305dd02a3..8645404fb 100644 --- a/doc/en/Gdk/EventMotion.xml +++ b/doc/en/Gdk/EventMotion.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + An enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + An enum representing the state of the modifier keys (e.g. Control, Shift, Alt) and the pointer buttons. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to window. + The x coordinate of the pointer relative to the window. + None. @@ -67,9 +67,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the window. + The y coordinate of the pointer relative to the window. + None. @@ -80,9 +80,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to the root of the screen. + The x coordinate of the pointer relative to the root of the screen. + None. @@ -93,9 +93,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the root of the screen. + The y coordinate of the pointer relative to the root of the screen. + None. @@ -106,9 +106,9 @@ - To be added - a - To be added + True if this event is just a hint. + True if the event is just a hint. + None. @@ -119,9 +119,9 @@ - To be added - a - To be added + The device where the event originated. + The device where the event originated. + None. @@ -132,9 +132,11 @@ - To be added - a - To be added + + , translated to the axes of , or null if is the mouse. + + , translated to the axes of , or null if is the mouse. + None. @@ -145,10 +147,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventProperty.xml b/doc/en/Gdk/EventProperty.xml index 2ef797de6..2c6ad944a 100644 --- a/doc/en/Gdk/EventProperty.xml +++ b/doc/en/Gdk/EventProperty.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The property that was changed. + The property that was changed. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + Whether the property was changed, or deleted. + Whether the property was changed. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event of milliseconds. + None. @@ -67,10 +67,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventProximity.xml b/doc/en/Gdk/EventProximity.xml index 0d9f78d51..5657cb56c 100644 --- a/doc/en/Gdk/EventProximity.xml +++ b/doc/en/Gdk/EventProximity.xml @@ -37,9 +37,9 @@ - To be added - a - To be added + The device where the event originated. + The device where the event originated. + None. @@ -50,9 +50,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -63,10 +63,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventScroll.xml b/doc/en/Gdk/EventScroll.xml index 1129386b1..b5045d2ee 100644 --- a/doc/en/Gdk/EventScroll.xml +++ b/doc/en/Gdk/EventScroll.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + An enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + An enum representing the state of the modifier keys (e.g. Control, Shift and Alt) and the pointer buttons. + None. @@ -54,9 +54,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to the window. + The x coordinate of the pointer relative to the window. + None. @@ -67,9 +67,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the window. + The y coordinate of the pointer relative to the window. + None. @@ -80,9 +80,9 @@ - To be added - a - To be added + The x coordinate of the pointer relative to the root of the screen. + The x coordinate of the pointer relative to the root of the screen. + None. @@ -93,9 +93,9 @@ - To be added - a - To be added + The y coordinate of the pointer relative to the root of the screen. + The y coordinate of the pointer relative to the root of the screen. + None. @@ -106,9 +106,9 @@ - To be added - a - To be added + The direction to scroll to. + The direction to scroll to. + None. @@ -119,9 +119,9 @@ - To be added - a - To be added + The device where the event originated. + The device where the event originated. + None. @@ -132,10 +132,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new . + None. diff --git a/doc/en/Gdk/EventSelection.xml b/doc/en/Gdk/EventSelection.xml index 77f8bb60e..dd887b913 100644 --- a/doc/en/Gdk/EventSelection.xml +++ b/doc/en/Gdk/EventSelection.xml @@ -27,9 +27,9 @@ - To be added - a - To be added + The property in which to place the result of the conversation. + The property in which to place the result of the conversion. + None. @@ -40,9 +40,9 @@ - To be added - a - To be added + The selection. + The selection. + None. @@ -53,9 +53,9 @@ - To be added - a - To be added + The target to which the selection should be converted. + The target to which the selection should be converted. + None. @@ -66,9 +66,9 @@ - To be added - a - To be added + The native window on which to place . + The native window on which to place . + None. @@ -79,9 +79,9 @@ - To be added - a - To be added + The time of the event in milliseconds. + The time of the event in milliseconds. + None. @@ -92,10 +92,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + Internal constructor, do not use. diff --git a/doc/en/Gdk/EventSetting.xml b/doc/en/Gdk/EventSetting.xml index 20a3ce358..99744b28e 100644 --- a/doc/en/Gdk/EventSetting.xml +++ b/doc/en/Gdk/EventSetting.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Generated when a setting is modified. + None. System.ValueType @@ -27,9 +27,9 @@ - To be added - a - To be added + What happened to the setting. + What happened to the setting. + None. @@ -40,9 +40,9 @@ - To be added - a - To be added + The name of the setting. + The name of the setting. + None. @@ -53,10 +53,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventType.xml b/doc/en/Gdk/EventType.xml index 8b15cad70..7126c7e0b 100644 --- a/doc/en/Gdk/EventType.xml +++ b/doc/en/Gdk/EventType.xml @@ -421,7 +421,7 @@ - To be added + None. To be added @@ -433,7 +433,7 @@ - To be added + None. To be added @@ -445,7 +445,7 @@ - To be added + None. To be added diff --git a/doc/en/Gdk/EventVisibility.xml b/doc/en/Gdk/EventVisibility.xml index bdb96b35a..62f325226 100644 --- a/doc/en/Gdk/EventVisibility.xml +++ b/doc/en/Gdk/EventVisibility.xml @@ -75,10 +75,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/EventWindowState.xml b/doc/en/Gdk/EventWindowState.xml index f3260125e..d67ba0afd 100644 --- a/doc/en/Gdk/EventWindowState.xml +++ b/doc/en/Gdk/EventWindowState.xml @@ -28,9 +28,9 @@ - To be added - a - To be added + Mask specifying what flags have changed. + Mask specifying what flags have changed. + None. @@ -41,9 +41,9 @@ - To be added - a - To be added + The new window state. + The new window state. + None. @@ -54,10 +54,10 @@ - To be added - a - a - To be added + Internal constructor. + raw unmanaged pointer. + A new + None. diff --git a/doc/en/Gdk/ModifierType.xml b/doc/en/Gdk/ModifierType.xml index 46d051f7b..4ce1eec04 100644 --- a/doc/en/Gdk/ModifierType.xml +++ b/doc/en/Gdk/ModifierType.xml @@ -10,8 +10,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An enum to indicate the state of modifier keys and mouse buttons in various event types. Typical modifier keys are Shift, Control, Meta, Super, Hyper, Alt, Compose, APple, CapsLock or ShiftLock. + +Like the X Window System, GDK supports 8 modifier keys and 5 mouse buttons. + None. System.Enum @@ -37,7 +39,7 @@ - To be added + The Shift key. To be added @@ -49,7 +51,7 @@ - To be added + A Lock Key (depending on the modifier mapping of the X server this may either be CapsLock or ShiftLock). To be added @@ -61,7 +63,7 @@ - To be added + The Control key. To be added @@ -73,7 +75,7 @@ - To be added + The fourth modifier key (it depends on the modifier mapping of the X server which key is interpreted as this modifer, but normally it is the Alt key). To be added @@ -85,7 +87,7 @@ - To be added + The fifth modifier key (it depends on the modifier mapping of the X server which key is interpreted as this modifier). To be added @@ -97,7 +99,7 @@ - To be added + The sixth modifier key (it depends on the modifier mapping of the X server which key is interpreted as this modifier). To be added @@ -109,7 +111,7 @@ - To be added + The seventh modifier key (it depends on the modifier mapping of the X server which key is interpreted as this modifier). To be added @@ -121,7 +123,7 @@ - To be added + The eighth modifier key (it depends on the modifier mapping of the X servier which key is interpreted as this modifier). To be added @@ -133,7 +135,7 @@ - To be added + The first mouse button. To be added @@ -145,7 +147,7 @@ - To be added + The second mouse button. To be added @@ -157,7 +159,7 @@ - To be added + The third mouse button. To be added @@ -169,7 +171,7 @@ - To be added + The fourth mouse button. To be added @@ -181,7 +183,7 @@ - To be added + The fifth mouse button. To be added @@ -193,7 +195,7 @@ - To be added + None. To be added @@ -205,7 +207,7 @@ - To be added + None. To be added diff --git a/doc/en/Gdk/NotifyType.xml b/doc/en/Gdk/NotifyType.xml index 57e35d0f3..5afc93642 100644 --- a/doc/en/Gdk/NotifyType.xml +++ b/doc/en/Gdk/NotifyType.xml @@ -10,8 +10,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies the kind of crossing for +See the X11 protocol specification of LeaveNotify for full details of crossing event generation. + None. System.Enum @@ -37,7 +38,7 @@ - To be added + The window is entered from an ancestor or left towards an ancestor. To be added @@ -49,7 +50,7 @@ - To be added + The pointer moves between an ancestor and an inferior of the window. To be added @@ -61,7 +62,7 @@ - To be added + The window is entered from an inferior or left towards an inferior. To be added @@ -73,7 +74,7 @@ - To be added + The window is entered from or left towards a window which is neither an ancestor nor an inferior. To be added @@ -85,7 +86,7 @@ - To be added + The pointer moves between two windows which are not ancestors of each other and the window is part of the ancestor chain between one of these windows and their least common ancestor. To be added @@ -97,7 +98,7 @@ - To be added + An unknown type. To be added diff --git a/doc/en/Gdk/PropertyState.xml b/doc/en/Gdk/PropertyState.xml index 5b4725072..849a7ab7f 100644 --- a/doc/en/Gdk/PropertyState.xml +++ b/doc/en/Gdk/PropertyState.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies the type of a property change for a . + None. System.Enum @@ -37,7 +37,7 @@ - To be added + The property value was changed. To be added @@ -49,7 +49,7 @@ - To be added + The property value was deleted. To be added diff --git a/doc/en/Gdk/ScrollDirection.xml b/doc/en/Gdk/ScrollDirection.xml index a443e31da..1d4e435d8 100644 --- a/doc/en/Gdk/ScrollDirection.xml +++ b/doc/en/Gdk/ScrollDirection.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies the direction for the . + None. System.Enum @@ -37,7 +37,7 @@ - To be added + The window is scrolled up. To be added @@ -49,7 +49,7 @@ - To be added + The window is scrolled down. To be added @@ -61,7 +61,7 @@ - To be added + The window is scrolled left. To be added @@ -73,7 +73,7 @@ - To be added + The window is scrolled right. To be added diff --git a/doc/en/Gdk/SettingAction.xml b/doc/en/Gdk/SettingAction.xml index ce1b39677..475b5c2c6 100644 --- a/doc/en/Gdk/SettingAction.xml +++ b/doc/en/Gdk/SettingAction.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies the kind of modification applied to a setting in a . + None. System.Enum @@ -37,7 +37,7 @@ - To be added + A setting was added. To be added @@ -49,7 +49,7 @@ - To be added + A setting was changed. To be added @@ -61,7 +61,7 @@ - To be added + A setting was deleted. To be added diff --git a/doc/en/Gdk/Visual.xml b/doc/en/Gdk/Visual.xml index a6f3aa4d1..0d133c5f0 100644 --- a/doc/en/Gdk/Visual.xml +++ b/doc/en/Gdk/Visual.xml @@ -229,9 +229,9 @@ Gdk.Screen - To be added - a - To be added + Gets the screen to which this visual belongs. + The to which this visual belongs. + None. @@ -267,9 +267,9 @@ - To be added - a - To be added + Default constructor. + A new . + None. diff --git a/doc/en/Gdk/WindowAttr.xml b/doc/en/Gdk/WindowAttr.xml index 06efeb04f..8edb95395 100644 --- a/doc/en/Gdk/WindowAttr.xml +++ b/doc/en/Gdk/WindowAttr.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Attributes to use for a newly-created window. + None. System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + A zeroed structure. + None. @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.WindowAttr' - To be added + Internal method. + raw unmanaged pointer. + A new WindowAttr. + Internal method, do not use this. @@ -56,10 +56,10 @@ - To be added - To be added: an object of type 'Gdk.Colormap' + Colormap for the window. + Colormap for the window. To be added: an object of type 'Gdk.Colormap' - To be added + None. @@ -71,10 +71,13 @@ - To be added - To be added: an object of type 'Gdk.Visual' - To be added: an object of type 'Gdk.Visual' - To be added + + for the window. + + for the window. + + for the window. + None. @@ -85,9 +88,9 @@ - To be added - a - To be added + Cursor for the window (see ). + Cursor for the window. (see ). + None. @@ -99,8 +102,8 @@ - To be added - To be added + Title of the window (for toplevel windows). + None. @@ -112,8 +115,8 @@ - To be added - To be added + Event mask. + See . @@ -125,8 +128,8 @@ - To be added - To be added + X coordinate relative to parent window. (see ). + None. @@ -138,8 +141,8 @@ - To be added - To be added + Y coordinate relative to parent window (see ). + None. @@ -151,8 +154,8 @@ - To be added - To be added + Width of the window. + None. @@ -164,8 +167,8 @@ - To be added - To be added + Height of the window. + None. @@ -177,8 +180,8 @@ - To be added - To be added + InputOutput (for a normal window) or InputOnly (for a invisible window that receives events). + None. @@ -190,8 +193,8 @@ - To be added - To be added + Type of the window. + None. @@ -203,8 +206,8 @@ - To be added - To be added + Don't use. + Don't use. @@ -216,8 +219,8 @@ - To be added - To be added + Don't use. + Don't use. @@ -229,8 +232,8 @@ - To be added - To be added + True to bypass the window manager. + None. diff --git a/doc/en/Gdk/WindowAttributesType.xml b/doc/en/Gdk/WindowAttributesType.xml index e737aeb8f..d136e71cd 100644 --- a/doc/en/Gdk/WindowAttributesType.xml +++ b/doc/en/Gdk/WindowAttributesType.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Used to indicate which fields in the struct should be honored. + For example, if you filled in the "cursor" and "x" fields of , pass Gdk.WindowAttributesType.X | Gdk.WindowAttributesType.Cursor to new Gdk.Window (). Fields in not covered by a bit in this enum are required; for example, the width/height, wclass, and window_type fields are required. System.Enum @@ -37,7 +37,7 @@ - To be added + Honor the title field. To be added @@ -49,7 +49,7 @@ - To be added + Honor the x coordinate field. To be added @@ -61,7 +61,7 @@ - To be added + Honor the y coordinate field. To be added @@ -73,7 +73,7 @@ - To be added + Honor the cursor field. To be added @@ -85,7 +85,7 @@ - To be added + Honor the colormap field. To be added @@ -97,7 +97,7 @@ - To be added + Honor the visual field. To be added @@ -109,7 +109,7 @@ - To be added + Honor the wmclass_class and wmclass_name fields. To be added @@ -121,7 +121,7 @@ - To be added + Honor the override_redirect field. To be added diff --git a/doc/en/Gdk/WindowHints.xml b/doc/en/Gdk/WindowHints.xml index 95faab67f..7e9ffa504 100644 --- a/doc/en/Gdk/WindowHints.xml +++ b/doc/en/Gdk/WindowHints.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Used to indicate which fields of a struct should be paid attention to. + Also, the presence/absence of Pos, UserPos, and UserSize is significant, though they don't directly refer to GdkGeometry fields. UserPos will be set automatically by GtkWindow if you call . UserPos and UserSize should be set if the user specified a size/position using a --geometry command-line argument; automatically sets these flags. System.Enum @@ -37,7 +37,7 @@ - To be added + Indicates that the program has positioned the window. To be added @@ -49,7 +49,7 @@ - To be added + Min size fields are set. To be added @@ -61,7 +61,7 @@ - To be added + Max size fields are set. To be added @@ -73,7 +73,7 @@ - To be added + Base size fields are set. To be added @@ -85,7 +85,7 @@ - To be added + Aspect ratio fields are set. To be added @@ -97,7 +97,7 @@ - To be added + Resize increment fields are set. To be added @@ -109,7 +109,7 @@ - To be added + Window gravity field is set. To be added @@ -121,7 +121,7 @@ - To be added + Indicates that the window's poition was explicitly set by the user. To be added @@ -133,7 +133,7 @@ - To be added + Indicates that the window's size was explicitly set by the user. To be added