diff --git a/doc/en/Atk/Action.xml b/doc/en/Atk/Action.xml deleted file mode 100644 index 567392471..000000000 --- a/doc/en/Atk/Action.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - atk-sharp - - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - - GLib.IWrapper - - - - - The ATK interface provided by UI components which the user can - activate/interact with, this should be implemented by instances - of classes with which the user can interact - directly, i.e. buttons, checkboxes, scrollbars, e.g. components - which are not "passive" providers of UI information. - - - - The ATK interface provided by UI components which the user can - activate/interact with, This should be implemented by - instances of classes with which the - user can interact directly, i.e. buttons, checkboxes, - scrollbars, e.g. components which are not "passive" providers - of UI information. - - - Exceptions: when the user interaction is already covered by - another appropriate interface such as (insert/delete test, etc.) or (set value) then these actions should not - be exposed by as well. - - - Also note that the API is limited in that - parameters may not be passed to the object being activated; - thus the action must be self-contained and specifiable via - only a single "verb". Concrete examples include "press", - "release", "click" for buttons, "drag" (meaning initiate drag) - and "drop" for drag sources and drop targets, etc. - - - Though most UI interactions on components should be invocable - via keyboard as well as mouse, there will generally be a close - mapping between "mouse actions" that are possible on a - component and the . Where mouse and keyboard - actions are redundant in effect, should expose - only one action rather than exposing redundant actions if - possible. By convention we have been using "mouse centric" - terminology for names. - - - - - - - - Method - - System.Boolean - - - - - - The action index corresponding to the action to be performed. - Perform the specified action on the object. - - if success, otherwise. - - - - - - - Method - - System.String - - - - - - The action index corresponding to the action to be performed. - Returns a description of the specified action of the object. - A description string, or 0 if action does not implement this interface. - - - - - - - Method - - System.String - - - - - - The action index corresponding to the action to be performed. - Returns a keybinding associated with this action, if one exists. - A string representing the keybinding, or an empty string if there is no keybinding for this action. - - - - - - - Method - - System.String - - - - - - The action index corresponding to the action to be performed. - Returns the localized name of the specified action of the object. - A name string, or an empty string if action does not implement this interface. - - - - - - - Method - - System.String - - - - - - The action index corresponding to the action to be performed. - Returns the name of the specified action of the object. - A name string, or an empty string if action does not implement this interface. - - - - - - - Property - - System.Int32 - - - Gets the number of accessible actions available on the object. - A the number of actions, or 0 if action does not implement this interface. - - Gets the number of accessible actions available on the - object. If there are more than one, the first one is - considered the "default" action of the object. - - - - - - - Method - - System.Boolean - - - - - - - The action index corresponding to the action to be performed. - The description to be assigned to this action. - Sets a description of the specified action of the object. - A representing if the description was successfully set. - - - - - diff --git a/doc/en/Atk/ActionAdapter.xml b/doc/en/Atk/ActionAdapter.xml index 52bd73df9..143f82c6b 100644 --- a/doc/en/Atk/ActionAdapter.xml +++ b/doc/en/Atk/ActionAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Action + Atk.IAction GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -144,11 +145,11 @@ - - + + Method - Atk.Action + Atk.IAction @@ -162,11 +163,11 @@ - - + + Method - Atk.Action + Atk.IAction @@ -178,11 +179,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -209,11 +225,11 @@ - - + + Property - Atk.ActionImplementor + Atk.IActionImplementor To be added. diff --git a/doc/en/Atk/ComponentAdapter.xml b/doc/en/Atk/ComponentAdapter.xml index 8956bd50e..94fe37db6 100644 --- a/doc/en/Atk/ComponentAdapter.xml +++ b/doc/en/Atk/ComponentAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Component + Atk.IComponent GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -151,11 +152,11 @@ - - + + Method - Atk.Component + Atk.IComponent @@ -169,11 +170,11 @@ - - + + Method - Atk.Component + Atk.IComponent @@ -185,6 +186,7 @@ To be added. To be added. To be added. + @@ -225,6 +227,20 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + @@ -240,8 +256,8 @@ - - + + Property GLib.GType @@ -268,11 +284,11 @@ - - + + Property - Atk.ComponentImplementor + Atk.IComponentImplementor To be added. diff --git a/doc/en/Atk/DocumentAdapter.xml b/doc/en/Atk/DocumentAdapter.xml index 38d477d1b..d7fcd33f7 100644 --- a/doc/en/Atk/DocumentAdapter.xml +++ b/doc/en/Atk/DocumentAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Document + Atk.IDocument GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -102,11 +103,11 @@ - - + + Method - Atk.Document + Atk.IDocument @@ -120,11 +121,11 @@ - - + + Method - Atk.Document + Atk.IDocument @@ -136,11 +137,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -167,11 +183,11 @@ - - + + Property - Atk.DocumentImplementor + Atk.IDocumentImplementor To be added. diff --git a/doc/en/Atk/EditableTextAdapter.xml b/doc/en/Atk/EditableTextAdapter.xml index 905ae5651..514159fc5 100644 --- a/doc/en/Atk/EditableTextAdapter.xml +++ b/doc/en/Atk/EditableTextAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.EditableText + Atk.IEditableText GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -113,11 +114,11 @@ - - + + Method - Atk.EditableText + Atk.IEditableText @@ -131,11 +132,11 @@ - - + + Method - Atk.EditableText + Atk.IEditableText @@ -147,11 +148,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -178,11 +194,11 @@ - - + + Property - Atk.EditableTextImplementor + Atk.IEditableTextImplementor To be added. diff --git a/doc/en/Atk/Hyperlink.xml b/doc/en/Atk/Hyperlink.xml index 81845f587..999c8080b 100644 --- a/doc/en/Atk/Hyperlink.xml +++ b/doc/en/Atk/Hyperlink.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -12,7 +12,7 @@ - Atk.Action + Atk.IAction diff --git a/doc/en/Atk/HyperlinkImplAdapter.xml b/doc/en/Atk/HyperlinkImplAdapter.xml index 5abc15de3..8e8a41309 100644 --- a/doc/en/Atk/HyperlinkImplAdapter.xml +++ b/doc/en/Atk/HyperlinkImplAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.HyperlinkImpl + Atk.IHyperlinkImpl GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -59,11 +60,11 @@ - - + + Method - Atk.HyperlinkImpl + Atk.IHyperlinkImpl @@ -77,11 +78,11 @@ - - + + Method - Atk.HyperlinkImpl + Atk.IHyperlinkImpl @@ -93,11 +94,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -137,11 +153,11 @@ - - + + Property - Atk.HyperlinkImplImplementor + Atk.IHyperlinkImplImplementor To be added. diff --git a/doc/en/Atk/HypertextAdapter.xml b/doc/en/Atk/HypertextAdapter.xml index 304b61328..bb3a6dc21 100644 --- a/doc/en/Atk/HypertextAdapter.xml +++ b/doc/en/Atk/HypertextAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Hypertext + Atk.IHypertext GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -93,11 +94,11 @@ - - + + Method - Atk.Hypertext + Atk.IHypertext @@ -111,11 +112,11 @@ - - + + Method - Atk.Hypertext + Atk.IHypertext @@ -127,11 +128,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -158,11 +174,11 @@ - - + + Property - Atk.HypertextImplementor + Atk.IHypertextImplementor To be added. diff --git a/doc/en/Atk/ActionImplementor.xml b/doc/en/Atk/IAction.xml similarity index 90% rename from doc/en/Atk/ActionImplementor.xml rename to doc/en/Atk/IAction.xml index 653ed5675..64c1a9a96 100644 --- a/doc/en/Atk/ActionImplementor.xml +++ b/doc/en/Atk/IAction.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -9,15 +9,10 @@ GLib.IWrapper - - - GLib.GInterface(typeof(Atk.ActionAdapter)) - - - Action implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +30,7 @@ To be added. To be added. To be added. + @@ -52,6 +48,7 @@ To be added. To be added. To be added. + @@ -69,6 +66,7 @@ To be added. To be added. To be added. + @@ -86,6 +84,7 @@ To be added. To be added. To be added. + @@ -103,6 +102,7 @@ To be added. To be added. To be added. + @@ -116,6 +116,7 @@ To be added. To be added. To be added. + @@ -135,6 +136,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/IActionImplementor.xml b/doc/en/Atk/IActionImplementor.xml new file mode 100644 index 000000000..c07759755 --- /dev/null +++ b/doc/en/Atk/IActionImplementor.xml @@ -0,0 +1,148 @@ + + + + + atk-sharp + + + + GLib.IWrapper + + + + + GLib.GInterface(typeof(Atk.ActionAdapter)) + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/Atk/Component.xml b/doc/en/Atk/IComponent.xml similarity index 58% rename from doc/en/Atk/Component.xml rename to doc/en/Atk/IComponent.xml index 2b6208ac1..66ad26220 100644 --- a/doc/en/Atk/Component.xml +++ b/doc/en/Atk/IComponent.xml @@ -1,39 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The ATK interface provided by UI components which occupy a physical area on the screen. - - - The ATK interface provided by UI components which occupy a - physical area on the screen. - - - This should be implemented by most if not all UI elements with - an actual on-screen presence, i.e. components which can be - said to have a screen-coordinate bounding box. Virtually all - widgets will need to have implementations - provided for their corresponding class. In short, - only UI elements which are* not* GUI elements will omit this - ATK interface. - - - A possible exception might be textual information with a - transparent background, in which case text glyph bounding box - information is provided by . - - + To be added. + To be added. + @@ -47,25 +26,11 @@ - The to be attached to this component. - - Add the specified handler to the set of functions to be - called when this object receives focus events (in or out). - - - A handler id which can be used in - or zero if the handler - was already added. - - - - Add the specified handler to the set of functions to be - called when this object receives focus events (in or out). - - - If the handler is already added it is not added again. - - + To be added. + To be added. + To be added. + To be added. + @@ -79,7 +44,7 @@ To be added. To be added. To be added. - + @@ -89,11 +54,10 @@ Atk.BoundsChangedHandler - - To be added - To be added - + To be added. + To be added. + @@ -109,18 +73,13 @@ - X coordinate - Y coordinate - - Specifies whether the coordinates are relative to the screen - or to the components top level window. - - Checks whether the specified point is within the extent of this component. - - or indicating whether the specified point is - within the extent of the component or not. - - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -138,16 +97,14 @@ - X coordinate position - Y coordinate position - Width - Height - - Specifies whether the coordinates are relative to the screen - or to the components top level window. - - Gets the rectangle which gives the extent of this component. - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -163,17 +120,12 @@ - X coordinate position - Y coordinate position - - Specifies whether the coordinates are relative to the screen - or to the components top level window. - - - Gets the position of component in the form of a point - specifying this component's top-left corner. - - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -188,10 +140,11 @@ - Width - Height - Gets the size of this component in terms of width and height. - + To be added. + To be added. + To be added. + To be added. + @@ -203,11 +156,10 @@ - Grabs focus for this component - - if successful, otherwise. - - + To be added. + To be added. + To be added. + @@ -218,9 +170,10 @@ Atk.Layer - Gets the layer of this component. - An which is the layer of the component. - + To be added. + To be added. + To be added. + @@ -231,9 +184,10 @@ System.Int32 - Gets the Z order of the component. - The value G_MININT will be returned if the layer of the component is not ATK_LAYER_MDI or ATK_LAYER_WINDOW. - + To be added. + To be added. + To be added. + @@ -249,12 +203,13 @@ - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added: an object of type 'Atk.CoordType' - To be added - To be added: an object of type 'Atk.Object' - To be added + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -268,12 +223,10 @@ - The handler id of the focus handler to be removed from component. - - Remove the handler from the list of functions to be executed - when this object receives focus events (in or out). - - + To be added. + To be added. + To be added. + @@ -291,20 +244,15 @@ - X coordinate. - Y coordinate. - Width to set for this component. - Height to set for this component. - - Specifies whether the coordinates are relative to the screen - or to the components top level window. - - Sets the extents of this component. - - or whether the extents were - set or not. - - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -320,16 +268,13 @@ - X coordinate. - Y coordinate. - - Specifies whether the coordinates are relative to the screen - or to the components top level window. - - Sets the postition of this component. - - or whether or not the position was set or not. - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -344,13 +289,12 @@ - Width to set for this component. - Height to set for this component. - Set the size of this component in terms of width and height. - - or whether the size was set or not. - - + To be added. + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/ComponentImplementor.xml b/doc/en/Atk/IComponentImplementor.xml similarity index 93% rename from doc/en/Atk/ComponentImplementor.xml rename to doc/en/Atk/IComponentImplementor.xml index 98447c731..318c3e536 100644 --- a/doc/en/Atk/ComponentImplementor.xml +++ b/doc/en/Atk/IComponentImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Component implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +35,7 @@ To be added. To be added. To be added. + @@ -48,6 +49,7 @@ To be added. To be added. To be added. + @@ -69,6 +71,7 @@ To be added. To be added. To be added. + @@ -93,6 +96,7 @@ To be added. To be added. To be added. + @@ -113,6 +117,7 @@ To be added. To be added. To be added. + @@ -131,6 +136,7 @@ To be added. To be added. To be added. + @@ -145,6 +151,7 @@ To be added. To be added. To be added. + @@ -158,6 +165,7 @@ To be added. To be added. To be added. + @@ -171,6 +179,7 @@ To be added. To be added. To be added. + @@ -192,6 +201,7 @@ To be added. To be added. To be added. + @@ -208,6 +218,7 @@ To be added. To be added. To be added. + @@ -233,6 +244,7 @@ To be added. To be added. To be added. + @@ -254,6 +266,7 @@ To be added. To be added. To be added. + @@ -273,6 +286,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/Document.xml b/doc/en/Atk/IDocument.xml similarity index 78% rename from doc/en/Atk/Document.xml rename to doc/en/Atk/IDocument.xml index b459c4604..1f8a0eaa5 100644 --- a/doc/en/Atk/Document.xml +++ b/doc/en/Atk/IDocument.xml @@ -1,20 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The interface which allows access to a DOM associated with on object. - The interface should be supported by any object that has an associated document object model (DOM). This interface provides the standard mechanism allowing an assistive technology access to the DOM. + To be added. + To be added. + @@ -28,7 +26,7 @@ To be added. To be added. To be added. - + @@ -39,9 +37,10 @@ System.String - Gets a string indicating the document type. - a string indicating the document type - + To be added. + To be added. + To be added. + @@ -59,7 +58,7 @@ To be added. To be added. To be added. - + @@ -72,7 +71,7 @@ To be added. To be added. - + @@ -85,7 +84,7 @@ To be added. To be added. - + @@ -99,7 +98,7 @@ To be added. To be added. To be added. - + @@ -112,7 +111,7 @@ To be added. To be added. - + @@ -132,7 +131,7 @@ To be added. To be added. To be added. - + @@ -143,9 +142,10 @@ System.IntPtr - Gets a pointer that points to an instance of the DOM. - a pointer to an instance of the DOM. - + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/DocumentImplementor.xml b/doc/en/Atk/IDocumentImplementor.xml similarity index 87% rename from doc/en/Atk/DocumentImplementor.xml rename to doc/en/Atk/IDocumentImplementor.xml index b0c185831..87b73f009 100644 --- a/doc/en/Atk/DocumentImplementor.xml +++ b/doc/en/Atk/IDocumentImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Document implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -31,6 +31,7 @@ To be added. To be added. To be added. + @@ -44,6 +45,7 @@ To be added. To be added. To be added. + @@ -61,6 +63,7 @@ To be added. To be added. To be added. + @@ -74,6 +77,7 @@ To be added. To be added. To be added. + @@ -93,6 +97,7 @@ To be added. To be added. To be added. + @@ -106,6 +111,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/EditableTextImplementor.xml b/doc/en/Atk/IEditableText.xml similarity index 90% rename from doc/en/Atk/EditableTextImplementor.xml rename to doc/en/Atk/IEditableText.xml index 6c7c33a16..0c5aad238 100644 --- a/doc/en/Atk/EditableTextImplementor.xml +++ b/doc/en/Atk/IEditableText.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -9,15 +9,10 @@ GLib.IWrapper - - - GLib.GInterface(typeof(Atk.EditableTextAdapter)) - - - EditableText implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -36,6 +31,7 @@ To be added. To be added. To be added. + @@ -54,6 +50,7 @@ To be added. To be added. To be added. + @@ -72,6 +69,7 @@ To be added. To be added. To be added. + @@ -90,6 +88,7 @@ To be added. To be added. To be added. + @@ -106,6 +105,7 @@ To be added. To be added. To be added. + @@ -127,6 +127,7 @@ To be added. To be added. To be added. + @@ -140,6 +141,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/EditableText.xml b/doc/en/Atk/IEditableTextImplementor.xml similarity index 58% rename from doc/en/Atk/EditableText.xml rename to doc/en/Atk/IEditableTextImplementor.xml index 6c4b7226b..9dbc916f6 100644 --- a/doc/en/Atk/EditableText.xml +++ b/doc/en/Atk/IEditableTextImplementor.xml @@ -1,30 +1,23 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper + + + GLib.GInterface(typeof(Atk.EditableTextAdapter)) + + - The ATK interface implemented by components containing user-editable text content - - - should be implemented by UI components which - contain text which the user can edit, via the corresponding to that component (see ). - - - is a subclass of , and as such, an - object which implements AtkEditableText is by definition an - implementor as well. - - + To be added. + To be added. + @@ -39,14 +32,11 @@ - start position - end position - Copy text - - - This method only copies the text up to , it does not include the text at that position. - - + To be added. + To be added. + To be added. + To be added. + @@ -61,14 +51,11 @@ - start position - end position - Cut text - - - This method only cuts the text up to , it does not include the text at that position. - - + To be added. + To be added. + To be added. + To be added. + @@ -83,13 +70,11 @@ - start position - end position - Delete text - - - This only deletes text up to, but not including . - + To be added. + To be added. + To be added. + To be added. + @@ -108,6 +93,7 @@ To be added. To be added. To be added. + @@ -121,9 +107,10 @@ - position to paste - Paste text from clipboard to specified position. - + To be added. + To be added. + To be added. + @@ -139,23 +126,13 @@ - an - start of range in which to set attributes - end of range in which to set attributes - Sets the attributes for a specified range. - - if attributes successfully set for - the specified range, otherwise - - - Sets the attributes for a specified range. See the - ATK_ATTRIBUTE macros (such as ATK_ATTRIBUTE_LEFT_MARGIN) - for examples of attributes that can be set. Note that - other attributes that do not have corresponding - ATK_ATTRIBUTE macros may also be set for certain text - widgets. - - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -165,12 +142,11 @@ System.String - - - Set text contents of text. - contents of text - + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/HyperlinkImpl.xml b/doc/en/Atk/IHyperlinkImpl.xml similarity index 59% rename from doc/en/Atk/HyperlinkImpl.xml rename to doc/en/Atk/IHyperlinkImpl.xml index 0faaa8245..4cdaa7cee 100644 --- a/doc/en/Atk/HyperlinkImpl.xml +++ b/doc/en/Atk/IHyperlinkImpl.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -10,9 +10,9 @@ - Interface to obtain a Hyperlink implementation. - - + To be added. + To be added. + @@ -23,9 +23,10 @@ Atk.Hyperlink - Hyperlink property. - a implementor. - + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/HyperlinkImplImplementor.xml b/doc/en/Atk/IHyperlinkImplImplementor.xml similarity index 68% rename from doc/en/Atk/HyperlinkImplImplementor.xml rename to doc/en/Atk/IHyperlinkImplImplementor.xml index 05a1972ca..d7c24bae0 100644 --- a/doc/en/Atk/HyperlinkImplImplementor.xml +++ b/doc/en/Atk/IHyperlinkImplImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - HyperlinkImpl implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -31,6 +31,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/Hypertext.xml b/doc/en/Atk/IHypertext.xml similarity index 58% rename from doc/en/Atk/Hypertext.xml rename to doc/en/Atk/IHypertext.xml index 01216b646..b90b2932c 100644 --- a/doc/en/Atk/Hypertext.xml +++ b/doc/en/Atk/IHypertext.xml @@ -1,21 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The interface which provides standard mechanism for manipulating hyperlinks. - - + To be added. + To be added. + @@ -29,10 +26,11 @@ - an integer specifying the desired link - The link in this hypertext document at index - the link in this hypertext document at index - + To be added. + To be added. + To be added. + To be added. + @@ -46,10 +44,11 @@ - a character index - The index into the array of hyperlinks that is associated with the character specified by , or -1 if there is no hyperlink associated with this character. - an index into the array of hyperlinks in hypertext - + To be added. + To be added. + To be added. + To be added. + @@ -59,11 +58,10 @@ Atk.LinkSelectedHandler - - To be added - To be added - + To be added. + To be added. + @@ -74,9 +72,10 @@ System.Int32 - The number of links within this hypertext document. - The number of links within this hypertext document. - + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/HypertextImplementor.xml b/doc/en/Atk/IHypertextImplementor.xml similarity index 83% rename from doc/en/Atk/HypertextImplementor.xml rename to doc/en/Atk/IHypertextImplementor.xml index 55e9445e1..5851d4299 100644 --- a/doc/en/Atk/HypertextImplementor.xml +++ b/doc/en/Atk/IHypertextImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Hypertext implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +35,7 @@ To be added. To be added. To be added. + @@ -52,6 +53,7 @@ To be added. To be added. To be added. + @@ -65,6 +67,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/Image.xml b/doc/en/Atk/IImage.xml similarity index 51% rename from doc/en/Atk/Image.xml rename to doc/en/Atk/IImage.xml index 329bcd33b..9767a723a 100644 --- a/doc/en/Atk/Image.xml +++ b/doc/en/Atk/IImage.xml @@ -1,42 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - - Implemented by AtkObject subtypes on behalf of components which - display image/pixmap information onscreen, and which provide - information (other than just widget borders, etc.) via that - image content. - - - - should be implemented by subtypes on behalf - of components which display image/pixmap information onscreen, - and which provide information (other than just widget borders, - etc.) via that image content. For instance, icons, buttons - with icons, toolbar elements, and image viewing panes - typically should implement AtkImage. - - - primarily provides two types of information: - coordinate information (useful for screen review mode of - screenreaders, and for use by onscreen magnifiers), and - descriptive information. The descriptive information is - provided for alternative, text-only presentation of the most - significant information present in the image. - - + To be added. + To be added. + @@ -52,18 +28,12 @@ - x coordinate position - y coordinate position - - specifies whether the coordinates are relative to the - screen or to the components top level window - - Gets the position of the image in the form of a point specifying the images top-left corner. - - - The values of and are returned as -1 if the values cannot be obtained. - - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -78,13 +48,11 @@ - the image width - the image height - Get the width and height in pixels for the specified image. - - The values of and are returned as -1 if the values cannot be - obtained. - + To be added. + To be added. + To be added. + To be added. + @@ -95,9 +63,10 @@ System.String - Get a textual description of this image. - a string representing the image description - + To be added. + To be added. + To be added. + @@ -111,7 +80,7 @@ To be added. To be added. To be added. - + @@ -125,11 +94,11 @@ - a description to set for image - Sets the textual description for this image. - - , or if operation could not be completed. - + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/ImageImplementor.xml b/doc/en/Atk/IImageImplementor.xml similarity index 88% rename from doc/en/Atk/ImageImplementor.xml rename to doc/en/Atk/IImageImplementor.xml index f5481e8df..7a6090379 100644 --- a/doc/en/Atk/ImageImplementor.xml +++ b/doc/en/Atk/IImageImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Image implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -38,6 +38,7 @@ To be added. To be added. To be added. + @@ -56,6 +57,7 @@ To be added. To be added. To be added. + @@ -69,6 +71,7 @@ To be added. To be added. To be added. + @@ -82,6 +85,7 @@ To be added. To be added. To be added. + @@ -99,6 +103,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/Implementor.xml b/doc/en/Atk/IImplementor.xml similarity index 54% rename from doc/en/Atk/Implementor.xml rename to doc/en/Atk/IImplementor.xml index c47973c9b..32e98a4dc 100644 --- a/doc/en/Atk/Implementor.xml +++ b/doc/en/Atk/IImplementor.xml @@ -1,20 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - To be added - + To be added. + To be added. + @@ -26,9 +24,10 @@ - To be added - a - + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/ImplementorImplementor.xml b/doc/en/Atk/IImplementorImplementor.xml similarity index 69% rename from doc/en/Atk/ImplementorImplementor.xml rename to doc/en/Atk/IImplementorImplementor.xml index 1f9433552..23b420996 100644 --- a/doc/en/Atk/ImplementorImplementor.xml +++ b/doc/en/Atk/IImplementorImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Implementor implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -32,6 +32,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/ISelection.xml b/doc/en/Atk/ISelection.xml new file mode 100644 index 000000000..ac511dca0 --- /dev/null +++ b/doc/en/Atk/ISelection.xml @@ -0,0 +1,148 @@ + + + + + atk-sharp + + + + GLib.IWrapper + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + Atk.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + + + Event + + System.EventHandler + + + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/Atk/SelectionImplementor.xml b/doc/en/Atk/ISelectionImplementor.xml similarity index 88% rename from doc/en/Atk/SelectionImplementor.xml rename to doc/en/Atk/ISelectionImplementor.xml index c08ca6f7a..a786a4ee6 100644 --- a/doc/en/Atk/SelectionImplementor.xml +++ b/doc/en/Atk/ISelectionImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Selection implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +35,7 @@ To be added. To be added. To be added. + @@ -49,6 +50,7 @@ To be added. To be added. To be added. + @@ -66,6 +68,7 @@ To be added. To be added. To be added. + @@ -83,6 +86,7 @@ To be added. To be added. To be added. + @@ -100,6 +104,7 @@ To be added. To be added. To be added. + @@ -114,6 +119,7 @@ To be added. To be added. To be added. + @@ -127,6 +133,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/StreamableContent.xml b/doc/en/Atk/IStreamableContent.xml similarity index 64% rename from doc/en/Atk/StreamableContent.xml rename to doc/en/Atk/IStreamableContent.xml index 81f2c30e5..e554dbc2f 100644 --- a/doc/en/Atk/StreamableContent.xml +++ b/doc/en/Atk/IStreamableContent.xml @@ -1,20 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The interface which provides access to streamable content. - + To be added. + To be added. + @@ -28,10 +26,11 @@ - an int representing the position of the mime type starting from 0 - The string of the specified mime type. - a string representing the specified mime type - The first mime type is at position 0, the second at position 1, and so on. + To be added. + To be added. + To be added. + To be added. + @@ -45,10 +44,11 @@ - a - To be added - a - To be added + To be added. + To be added. + To be added. + To be added. + @@ -66,7 +66,7 @@ To be added. To be added. To be added. - + @@ -77,9 +77,10 @@ System.Int32 - The number of mime types supported by this object. - the number of mime types supported by the object. - + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/StreamableContentImplementor.xml b/doc/en/Atk/IStreamableContentImplementor.xml similarity index 85% rename from doc/en/Atk/StreamableContentImplementor.xml rename to doc/en/Atk/IStreamableContentImplementor.xml index 18f06ab60..f244160c3 100644 --- a/doc/en/Atk/StreamableContentImplementor.xml +++ b/doc/en/Atk/IStreamableContentImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - StreamableContent implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +35,7 @@ To be added. To be added. To be added. + @@ -52,6 +53,7 @@ To be added. To be added. To be added. + @@ -69,6 +71,7 @@ To be added. To be added. To be added. + @@ -82,6 +85,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/Table.xml b/doc/en/Atk/ITable.xml similarity index 67% rename from doc/en/Atk/Table.xml rename to doc/en/Atk/ITable.xml index 11e22012e..80942b36d 100644 --- a/doc/en/Atk/Table.xml +++ b/doc/en/Atk/ITable.xml @@ -1,30 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The interface implemented for UI components which contain tabular or row/column information. - - - should be implemented by components which present elements ordered via rows and columns. It may also be used to present tree-structured information if the nodes of the trees can be said to contain multiple "columns". Individual elements of an are typically referred to as "cells", and these cells are exposed by as child s of the . Both row/column and child-index-based access to these children is provided. - - -Children of are frequently "lightweight" objects, that is, they may not have backing widgets in the host UI toolkit. They are therefore often transient. - - -Since tables are often very complex, includes provision for offering simplified summary information, as well as row and column headers and captions. Headers and captions are s which may implement other interfaces (, , etc.) as appropriate. summaries may themselves be (simplified) s, etc. - - + To be added. + To be added. + @@ -38,10 +26,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -55,10 +44,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -68,12 +58,11 @@ Since tables are often very complex, includes provisi Atk.Object - - - To be added - To be added: an object of type 'Atk.Object' - To be added + To be added. + To be added. + To be added. + @@ -83,10 +72,10 @@ Since tables are often very complex, includes provisi Atk.ColumnDeletedHandler - - To be added - To be added + To be added. + To be added. + @@ -96,10 +85,10 @@ Since tables are often very complex, includes provisi Atk.ColumnInsertedHandler - - To be added - To be added + To be added. + To be added. + @@ -109,10 +98,10 @@ Since tables are often very complex, includes provisi System.EventHandler - - To be added - To be added + To be added. + To be added. + @@ -126,10 +115,11 @@ Since tables are often very complex, includes provisi - a - To be added - a - To be added + To be added. + To be added. + To be added. + To be added. + @@ -143,10 +133,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'string' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -161,11 +152,12 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added - To be added: an object of type 'int' - To be added + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -179,10 +171,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'Atk.Object' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -197,11 +190,12 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added - To be added: an object of type 'int' - To be added + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -215,10 +209,11 @@ Since tables are often very complex, includes provisi - a - To be added - a - To be added + To be added. + To be added. + To be added. + To be added. + @@ -232,10 +227,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'string' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -250,11 +246,12 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added - To be added: an object of type 'int' - To be added + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -268,10 +265,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'Atk.Object' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -285,10 +283,11 @@ Since tables are often very complex, includes provisi - a - To be added - a - To be added + To be added. + To be added. + To be added. + To be added. + @@ -302,10 +301,11 @@ Since tables are often very complex, includes provisi - a - To be added - a - To be added + To be added. + To be added. + To be added. + To be added. + @@ -319,10 +319,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -336,10 +337,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -354,11 +356,12 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -368,10 +371,10 @@ Since tables are often very complex, includes provisi System.EventHandler - - To be added - To be added + To be added. + To be added. + @@ -382,9 +385,10 @@ Since tables are often very complex, includes provisi System.Int32 - To be added - To be added: an object of type 'int' - To be added + To be added. + To be added. + To be added. + @@ -395,9 +399,10 @@ Since tables are often very complex, includes provisi System.Int32 - To be added - To be added: an object of type 'int' - To be added + To be added. + To be added. + To be added. + @@ -412,11 +417,12 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added - To be added: an object of type 'Atk.Object' - To be added + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -430,10 +436,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -447,10 +454,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added - To be added: an object of type 'bool' - To be added + To be added. + To be added. + To be added. + To be added. + @@ -460,10 +468,10 @@ Since tables are often very complex, includes provisi Atk.RowDeletedHandler - - To be added - To be added + To be added. + To be added. + @@ -473,10 +481,10 @@ Since tables are often very complex, includes provisi Atk.RowInsertedHandler - - To be added - To be added + To be added. + To be added. + @@ -486,10 +494,10 @@ Since tables are often very complex, includes provisi System.EventHandler - - To be added - To be added + To be added. + To be added. + @@ -504,10 +512,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'string' - To be added - To be added + To be added. + To be added. + To be added. + To be added. + @@ -522,10 +531,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'Atk.Object' - To be added - To be added + To be added. + To be added. + To be added. + To be added. + @@ -540,10 +550,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'string' - To be added - To be added + To be added. + To be added. + To be added. + To be added. + @@ -558,10 +569,11 @@ Since tables are often very complex, includes provisi - To be added: an object of type 'int' - To be added: an object of type 'Atk.Object' - To be added - To be added + To be added. + To be added. + To be added. + To be added. + @@ -571,12 +583,11 @@ Since tables are often very complex, includes provisi Atk.Object - - - To be added - To be added: an object of type 'Atk.Object' - To be added + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/TableImplementor.xml b/doc/en/Atk/ITableImplementor.xml similarity index 93% rename from doc/en/Atk/TableImplementor.xml rename to doc/en/Atk/ITableImplementor.xml index 24172efb2..5e5cda91a 100644 --- a/doc/en/Atk/TableImplementor.xml +++ b/doc/en/Atk/ITableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Table implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +35,7 @@ To be added. To be added. To be added. + @@ -52,6 +53,7 @@ To be added. To be added. To be added. + @@ -65,6 +67,7 @@ To be added. To be added. To be added. + @@ -82,6 +85,7 @@ To be added. To be added. To be added. + @@ -99,6 +103,7 @@ To be added. To be added. To be added. + @@ -118,6 +123,7 @@ To be added. To be added. To be added. + @@ -135,6 +141,7 @@ To be added. To be added. To be added. + @@ -154,6 +161,7 @@ To be added. To be added. To be added. + @@ -171,6 +179,7 @@ To be added. To be added. To be added. + @@ -188,6 +197,7 @@ To be added. To be added. To be added. + @@ -207,6 +217,7 @@ To be added. To be added. To be added. + @@ -224,6 +235,7 @@ To be added. To be added. To be added. + @@ -241,6 +253,7 @@ To be added. To be added. To be added. + @@ -258,6 +271,7 @@ To be added. To be added. To be added. + @@ -275,6 +289,7 @@ To be added. To be added. To be added. + @@ -292,6 +307,7 @@ To be added. To be added. To be added. + @@ -311,6 +327,7 @@ To be added. To be added. To be added. + @@ -324,6 +341,7 @@ To be added. To be added. To be added. + @@ -337,6 +355,7 @@ To be added. To be added. To be added. + @@ -356,6 +375,7 @@ To be added. To be added. To be added. + @@ -373,6 +393,7 @@ To be added. To be added. To be added. + @@ -390,6 +411,7 @@ To be added. To be added. To be added. + @@ -408,6 +430,7 @@ To be added. To be added. To be added. + @@ -426,6 +449,7 @@ To be added. To be added. To be added. + @@ -444,6 +468,7 @@ To be added. To be added. To be added. + @@ -462,6 +487,7 @@ To be added. To be added. To be added. + @@ -475,6 +501,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/IText.xml b/doc/en/Atk/IText.xml new file mode 100644 index 000000000..7011e68f1 --- /dev/null +++ b/doc/en/Atk/IText.xml @@ -0,0 +1,454 @@ + + + + + atk-sharp + + + + GLib.IWrapper + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + Atk.Attribute[] + + + To be added. + To be added. + To be added. + + + + + + + Method + + Atk.TextRange + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Char + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + Atk.TextRectangle + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + Atk.Attribute[] + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Event + + System.EventHandler + + + To be added. + To be added. + + + + + + + Event + + Atk.TextCaretMovedHandler + + + To be added. + To be added. + + + + + + + Event + + Atk.TextChangedHandler + + + To be added. + To be added. + + + + + + + Event + + System.EventHandler + + + To be added. + To be added. + + + + + diff --git a/doc/en/Atk/TextImplementor.xml b/doc/en/Atk/ITextImplementor.xml similarity index 95% rename from doc/en/Atk/TextImplementor.xml rename to doc/en/Atk/ITextImplementor.xml index d980ab8f3..84dd96a24 100644 --- a/doc/en/Atk/TextImplementor.xml +++ b/doc/en/Atk/ITextImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Text implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -37,6 +37,7 @@ To be added. To be added. To be added. + @@ -50,6 +51,7 @@ To be added. To be added. To be added. + @@ -63,6 +65,7 @@ To be added. To be added. To be added. + @@ -76,6 +79,7 @@ To be added. To be added. To be added. + @@ -99,6 +103,7 @@ To be added. To be added. To be added. + @@ -116,6 +121,7 @@ To be added. To be added. To be added. + @@ -142,6 +148,7 @@ To be added. To be added. To be added. + @@ -163,6 +170,7 @@ To be added. To be added. To be added. + @@ -229,6 +237,7 @@ To be added. To be added. To be added. + @@ -248,6 +257,7 @@ To be added. To be added. To be added. + @@ -271,6 +281,7 @@ To be added. To be added. To be added. + @@ -294,6 +305,7 @@ To be added. To be added. To be added. + @@ -317,6 +329,7 @@ To be added. To be added. To be added. + @@ -330,6 +343,7 @@ To be added. To be added. To be added. + @@ -347,6 +361,7 @@ To be added. To be added. To be added. + @@ -364,6 +379,7 @@ To be added. To be added. To be added. + @@ -385,6 +401,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/Value.xml b/doc/en/Atk/IValue.xml similarity index 72% rename from doc/en/Atk/Value.xml rename to doc/en/Atk/IValue.xml index 0c3f0b9c6..4550f9bf3 100644 --- a/doc/en/Atk/Value.xml +++ b/doc/en/Atk/IValue.xml @@ -1,22 +1,18 @@ - - - + + + atk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The interface implemented by valuators and components which display or select a value from a bounded range of values. - - - should be implemented for components which either display a value from a bounded range, or which allow the user to specify a value from a bounded range, or both. For instance, most sliders and range controls, as well as dials, should have representations which implement on the component's behalf. s may be read-only, in which case attempts to alter the value return to indicate failure. + To be added. + To be added. + @@ -98,11 +94,11 @@ - an object of type which is the desired new accessible value. - Sets the value of this object. - - if new value is successfully set, otherwise . - To be added + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Atk/ValueImplementor.xml b/doc/en/Atk/IValueImplementor.xml similarity index 91% rename from doc/en/Atk/ValueImplementor.xml rename to doc/en/Atk/IValueImplementor.xml index 45cbaac37..06dbe4736 100644 --- a/doc/en/Atk/ValueImplementor.xml +++ b/doc/en/Atk/IValueImplementor.xml @@ -1,6 +1,6 @@ - - - + + + atk-sharp @@ -15,9 +15,9 @@ - Value implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -103,6 +103,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Atk/ImageAdapter.xml b/doc/en/Atk/ImageAdapter.xml index 23b6fc8f6..d0486b761 100644 --- a/doc/en/Atk/ImageAdapter.xml +++ b/doc/en/Atk/ImageAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Image + Atk.IImage GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -97,11 +98,11 @@ - - + + Method - Atk.Image + Atk.IImage @@ -115,11 +116,11 @@ - - + + Method - Atk.Image + Atk.IImage @@ -131,11 +132,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -188,11 +204,11 @@ - - + + Property - Atk.ImageImplementor + Atk.IImageImplementor To be added. diff --git a/doc/en/Atk/ImplementorAdapter.xml b/doc/en/Atk/ImplementorAdapter.xml index 67120f90c..19854d650 100644 --- a/doc/en/Atk/ImplementorAdapter.xml +++ b/doc/en/Atk/ImplementorAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Implementor + Atk.IImplementor GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -59,11 +60,11 @@ - - + + Method - Atk.Implementor + Atk.IImplementor @@ -77,11 +78,11 @@ - - + + Method - Atk.Implementor + Atk.IImplementor @@ -93,11 +94,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -124,11 +140,11 @@ - - + + Property - Atk.ImplementorImplementor + Atk.IImplementorImplementor To be added. diff --git a/doc/en/Atk/NoOpObject.xml b/doc/en/Atk/NoOpObject.xml index 2531d6f3a..9b4f2a811 100644 --- a/doc/en/Atk/NoOpObject.xml +++ b/doc/en/Atk/NoOpObject.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -12,34 +12,34 @@ - Atk.Action + Atk.IAction - Atk.Component + Atk.IComponent - Atk.Document + Atk.IDocument - Atk.EditableText + Atk.IEditableText - Atk.Hypertext + Atk.IHypertext - Atk.Image + Atk.IImage - Atk.Selection + Atk.ISelection - Atk.Table + Atk.ITable - Atk.Text + Atk.IText - Atk.Value + Atk.IValue @@ -179,9 +179,9 @@ - - - + + + Method System.Boolean @@ -197,9 +197,9 @@ - - - + + + Method System.Boolean diff --git a/doc/en/Atk/Object+ChildrenChangedDetail.xml b/doc/en/Atk/Object+ChildrenChangedDetail.xml new file mode 100644 index 000000000..93d913b0b --- /dev/null +++ b/doc/en/Atk/Object+ChildrenChangedDetail.xml @@ -0,0 +1,41 @@ + + + + + atk-sharp + + + System.Enum + + + To be added. + To be added. + + + + + + + Field + + Atk.Object+ChildrenChangedDetail + + + To be added. + + + + + + + Field + + Atk.Object+ChildrenChangedDetail + + + To be added. + + + + + diff --git a/doc/en/Atk/Plug.xml b/doc/en/Atk/Plug.xml index cdc0f312f..7b1e402aa 100644 --- a/doc/en/Atk/Plug.xml +++ b/doc/en/Atk/Plug.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Component + Atk.IComponent diff --git a/doc/en/Atk/Selection.xml b/doc/en/Atk/Selection.xml deleted file mode 100644 index 92d52bad0..000000000 --- a/doc/en/Atk/Selection.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - atk-sharp - - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - - GLib.IWrapper - - - - - The ATK interface implemented by container objects whose children can be selected. - - - - The ATK interface implemented by container objects whose children can be selected. - - - This should be implemented by UI components with children - which are exposed by and - , if the use of the parent UI - component ordinarily involves selection of one or more of the - objects corresponding to those AtkObject children - for - example, selectable lists. - - - Note that other types of "selection" (for instance text - selection) are accomplished a other ATK interfaces - - is limited to the selection/deselection of - children. - - - - - - - - Method - - System.Boolean - - - - - - A specifying the child index. - Adds the specified accessible child of the object to the object's selection. - - if success, otherwise. - - - - - - - - Method - - System.Boolean - - - - Clears the selection in the object so that no children in the object are selected. - - if success, otherwise. - - - - - - - - Method - - System.Boolean - - - - - - A specifying the child index. - Determines if the current child of this object is selected. - A bool representing the specified child is selected, or 0 if selection does not implement this interface. - - - Callers should not rely on 0 or on a zero value for - indication of whether AtkSelectionIface is implemented, they - should use type checking/interface checking macros or the - atk_get_accessible_value() convenience method. - - - - - - - - Method - - Atk.Object - - - - - - To be added: an object of type 'int' - To be added - To be added: an object of type 'Atk.Object' - To be added - - - - - - Method - - System.Boolean - - - - - - - A specifying the index in the selection set. (e.g. the - ith selection as opposed to the ith child). - - Removes the specified child of the object from the object's selection. - - if success, - otherwise. - - - - - - - - Method - - System.Boolean - - - - Causes every child of the object to be selected if the object supports multiple selections. - - if success, otherwise. - - - - - - - - Event - - System.EventHandler - - - - Event raised when the selected is changed. - - - - - - - Property - - System.Int32 - - - Gets the number of accessible children currently selected. - - A representing the number of items - selected, or 0 if selection does not implement this - interface. - - - - Callers should not rely on 0 or on a zero value for - indication of whether AtkSelectionIface is implemented, - they should use type checking/interface checking macros or - the atk_get_accessible_value() convenience method. - - - - - - diff --git a/doc/en/Atk/SelectionAdapter.xml b/doc/en/Atk/SelectionAdapter.xml index fad9be864..8eae2498b 100644 --- a/doc/en/Atk/SelectionAdapter.xml +++ b/doc/en/Atk/SelectionAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Selection + Atk.ISelection GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -104,11 +105,11 @@ - - + + Method - Atk.Selection + Atk.ISelection @@ -122,11 +123,11 @@ - - + + Method - Atk.Selection + Atk.ISelection @@ -138,11 +139,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -169,11 +185,11 @@ - - + + Property - Atk.SelectionImplementor + Atk.ISelectionImplementor To be added. diff --git a/doc/en/Atk/Socket.xml b/doc/en/Atk/Socket.xml index 386db9599..811d33a49 100644 --- a/doc/en/Atk/Socket.xml +++ b/doc/en/Atk/Socket.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Component + Atk.IComponent diff --git a/doc/en/Atk/StreamableContentAdapter.xml b/doc/en/Atk/StreamableContentAdapter.xml index 9066fdf5b..fc06a4a7b 100644 --- a/doc/en/Atk/StreamableContentAdapter.xml +++ b/doc/en/Atk/StreamableContentAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.StreamableContent + Atk.IStreamableContent GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -76,11 +77,11 @@ - - + + Method - Atk.StreamableContent + Atk.IStreamableContent @@ -94,11 +95,11 @@ - - + + Method - Atk.StreamableContent + Atk.IStreamableContent @@ -110,6 +111,7 @@ To be added. To be added. To be added. + @@ -146,9 +148,23 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -175,11 +191,11 @@ - - + + Property - Atk.StreamableContentImplementor + Atk.IStreamableContentImplementor To be added. diff --git a/doc/en/Atk/TableAdapter.xml b/doc/en/Atk/TableAdapter.xml index b78a1efb8..eccd2f759 100644 --- a/doc/en/Atk/TableAdapter.xml +++ b/doc/en/Atk/TableAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Table + Atk.ITable GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -246,11 +247,11 @@ - - + + Method - Atk.Table + Atk.ITable @@ -264,11 +265,11 @@ - - + + Method - Atk.Table + Atk.ITable @@ -280,6 +281,7 @@ To be added. To be added. To be added. + @@ -386,9 +388,23 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -415,11 +431,11 @@ - - + + Property - Atk.TableImplementor + Atk.ITableImplementor To be added. diff --git a/doc/en/Atk/Text.xml b/doc/en/Atk/Text.xml deleted file mode 100644 index 7f75e2e74..000000000 --- a/doc/en/Atk/Text.xml +++ /dev/null @@ -1,555 +0,0 @@ - - - - - atk-sharp - - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - - GLib.IWrapper - - - - The interface implemented by components with text content. - - - should be implemented by s on behalf of widgets that have text content which is either attributed or otherwise non-trivial. s whose text content is simple, unattributed, and very brief may expose that content via atk_object_get_name instead; however if the text is editable, multi-line, typically longer than three or four words, attributed, selectable, or if the object already uses the 'name' ATK property for other information, the interface should be used to expose the text content. In the case of editable text content, (a subtype of the interface) should be implemented instead. - - - provides not only traversal facilities and change notification for text content, but also caret tracking and glyph bounding box calculations. Note that the text strings are exposed as UTF-8, and are therefore potentially multi-byte, and caret-to-byte offset mapping makes no assumptions about the character length; also bounding box glyph-to-offset mapping may be complex for languages which use ligatures. - - - - - - - - Method - - System.Boolean - - - - - - - the start position of the selected region - the end position of the selected region - Adds a selection bounded by the specified offsets. - - if success, otherwise - - - - - - - Property - - System.Int32 - - - Gets the offset position of the caret (cursor). - the offset position of the caret (cursor). - - - - - - - Property - - System.Int32 - - - Gets the character count. - the number of characters. - - - - - - - Property - - Atk.Attribute[] - - - Creates an which consists of the default values of attributes for the text. - an which contains the default values of attributes, at . - See the enum for types of text attributes that can be returned. Note that other attributes may also be returned. - - - - - - Method - - Atk.TextRange - - - - - - - - - a - a - a - a - To be added - a - To be added - - - - - - - Method - - System.Char - - - - - - position - Gets the specified text. - the character at . - - - - - - - - Method - - System.Void - - - - - - - - - - - The offset of the text character for which bounding information is required. - Pointer for the x cordinate of the bounding box. - Pointer for the y cordinate of the bounding box. - Pointer for the width of the bounding box - Pointer for the height of the bounding box. - specify whether coordinates are relative to the screen or widget window - Get the bounding box containing the glyph representing the character at a particular text offset. - - - - - - - Method - - System.Int32 - - - - - - - - screen x-position of character - screen y-position of character - specify whether coordinates are relative to the screen or widget window - Gets the offset of the character located at coordinates and . - the offset to the character which is located at the specified x and y coordinates. - - and are interpreted as being relative to the screen or this widget's window depending on . - - - - - - Method - - Atk.TextRectangle - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - Method - - Atk.Attribute[] - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - Method - - System.String - - - - - - - - The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering. - passes back the start position of the selected region - passes back the end position of the selected region - Gets the text from the specified selection. - the selected text. - - - - - - - Method - - System.String - - - - - - - start position - end position - Gets the specified text. - the text from up to, but not including . - - - - - - - Method - - System.String - - - - - - - - - position - a - the start offset of the returned string. - the end offset of the returned string. - Gets the specified text. - the text after bounded by the specified . - - -If the is the character after the offset is returned. - - -If the is the returned string is from the word start after the offset to the next word start. - - -The returned string will contain the word after the offset if the offset is inside a word or if the offset is not inside a word. - - -If the is the returned string is from the word end at or after the offset to the next work end. - - -The returned string will contain the word after the offset if the offset is inside a word and will contain the word after the word after the offset if the offset is not inside a word. - - -If the is the returned string is from the sentence start after the offset to the next sentence start. - - -The returned string will contain the sentence after the offset if the offset is inside a sentence or if the offset is not inside a sentence. - - -If the is the returned string is from the sentence end at or after the offset to the next sentence end. - - -The returned string will contain the sentence after the offset if the offset is inside a sentence and will contain the sentence after the sentence after the offset if the offset is not inside a sentence. - - -If the is the returned string is from the line start after the offset to the next line start. - - -If the is the returned string is from the line end at or after the offset to the next line start. - - - - - - - - Method - - System.String - - - - - - - - - position - a - the start offset of the returned string. - the end offset of the returned string. - Gets the specified text. - the text at bounded by the specified . - - -If the is the character after the offset is returned. - - -If the is the returned string is from the word start after the offset to the next word start. - - -The returned string will contain the word after the offset if the offset is inside a word or if the offset is not inside a word. - - -If the is the returned string is from the word end at or after the offset to the next work end. - - -The returned string will contain the word after the offset if the offset is inside a word and will contain the word after the word after the offset if the offset is not inside a word. - - -If the is the returned string is from the sentence start after the offset to the next sentence start. - - -The returned string will contain the sentence after the offset if the offset is inside a sentence or if the offset is not inside a sentence. - - -If the is the returned string is from the sentence end at or after the offset to the next sentence end. - - -The returned string will contain the sentence after the offset if the offset is inside a sentence and will contain the sentence after the sentence after the offset if the offset is not inside a sentence. - - -If the is the returned string is from the line start after the offset to the next line start. - - -If the is the returned string is from the line end at or after the offset to the next line start. - - - - - - - - Method - - System.String - - - - - - - - - position - a - the start offset of the returned string. - the end offset of the returned string. - Gets the specified text. - the text before bounded by the specified . - - -If the is the character after the offset is returned. - - -If the is the returned string is from the word start after the offset to the next word start. - - -The returned string will contain the word after the offset if the offset is inside a word or if the offset is not inside a word. - - -If the is the returned string is from the word end at or after the offset to the next work end. - - -The returned string will contain the word after the offset if the offset is inside a word and will contain the word after the word after the offset if the offset is not inside a word. - - -If the is the returned string is from the sentence start after the offset to the next sentence start. - - -The returned string will contain the sentence after the offset if the offset is inside a sentence or if the offset is not inside a sentence. - - -If the is the returned string is from the sentence end at or after the offset to the next sentence end. - - -The returned string will contain the sentence after the offset if the offset is inside a sentence and will contain the sentence after the sentence after the offset if the offset is not inside a sentence. - - -If the is the returned string is from the line start after the offset to the next line start. - - -If the is the returned string is from the line end at or after the offset to the next line start. - - - - - - - - Property - - System.Int32 - - - Gets the number of selected regions. - The number of selected regions, or -1 if a failure occurred. - - - - - - - Method - - System.Boolean - - - - - - The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering. - Removes the specified selection. - - if success, otherwise - - - - - - - Method - - System.Boolean - - - - - - position - Sets the caret (cursor) position to the specified offset. - - if success, otherwise. - - - - - - - Method - - System.Boolean - - - - - - - - The selection number. The selected regions are assigned numbers that correspond to how far the region is from the start of the text. The selected region closest to the beginning of the text region is assigned the number 0, etc. Note that adding, moving or deleting a selected region can change the numbering. - the new start position of the selection - the new end position of the selection - Changes the start and end offset of the specified selection. - - if success, otherwise - - - - - - - Event - - System.EventHandler - - - - Emitted when the text attributes of the text of an object which implements AtkText changes. - - - - - - - Event - - Atk.TextCaretMovedHandler - - - - Emitted when the caret position of the text of an object which implements AtkText changes. - - - - - - - Event - - Atk.TextChangedHandler - - - - Emitted when the text of the object which implements the AtkText interface changes. - This signal will have a detail which is either "insert" or "delete" which identifies whether the text change was an insertion or a deletion. - - - - - - Event - - System.EventHandler - - - - Emitted when the selected text of an object which implements AtkText changes. - - - - - diff --git a/doc/en/Atk/TextAdapter.xml b/doc/en/Atk/TextAdapter.xml index e691a30b1..60fe7a08c 100644 --- a/doc/en/Atk/TextAdapter.xml +++ b/doc/en/Atk/TextAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Text + Atk.IText GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -290,11 +291,11 @@ - - + + Method - Atk.Text + Atk.IText @@ -308,11 +309,11 @@ - - + + Method - Atk.Text + Atk.IText @@ -324,6 +325,7 @@ To be added. To be added. To be added. + @@ -500,9 +502,23 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -529,11 +545,11 @@ - - + + Property - Atk.TextImplementor + Atk.ITextImplementor To be added. diff --git a/doc/en/Atk/ValueAdapter.xml b/doc/en/Atk/ValueAdapter.xml index 057c5dc4c..a3b6041c6 100644 --- a/doc/en/Atk/ValueAdapter.xml +++ b/doc/en/Atk/ValueAdapter.xml @@ -1,6 +1,6 @@ - - + + atk-sharp @@ -9,7 +9,7 @@ - Atk.Value + Atk.IValue GLib.IWrapper @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -127,11 +128,11 @@ - - + + Method - Atk.Value + Atk.IValue @@ -145,11 +146,11 @@ - - + + Method - Atk.Value + Atk.IValue @@ -161,11 +162,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -192,11 +208,11 @@ - - + + Property - Atk.ValueImplementor + Atk.IValueImplementor To be added. diff --git a/doc/en/GLib/ActionAdapter.xml b/doc/en/GLib/ActionAdapter.xml index 2484b0bc5..ebed7913f 100644 --- a/doc/en/GLib/ActionAdapter.xml +++ b/doc/en/GLib/ActionAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Action + GLib.IAction GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -92,11 +92,11 @@ - - + + Method - GLib.Action + GLib.IAction @@ -110,11 +110,11 @@ - - + + Method - GLib.Action + GLib.IAction @@ -129,9 +129,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -158,11 +172,11 @@ - - + + Property - GLib.ActionImplementor + GLib.IActionImplementor To be added. diff --git a/doc/en/GLib/ActionGroupAdapter.xml b/doc/en/GLib/ActionGroupAdapter.xml index 9908c6000..5cee4198c 100644 --- a/doc/en/GLib/ActionGroupAdapter.xml +++ b/doc/en/GLib/ActionGroupAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.ActionGroup + GLib.IActionGroup GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -333,11 +333,11 @@ - - + + Method - GLib.ActionGroup + GLib.IActionGroup @@ -351,11 +351,11 @@ - - + + Method - GLib.ActionGroup + GLib.IActionGroup @@ -370,9 +370,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -417,11 +431,11 @@ - - + + Property - GLib.ActionGroupImplementor + GLib.IActionGroupImplementor To be added. diff --git a/doc/en/GLib/AppInfoAdapter.xml b/doc/en/GLib/AppInfoAdapter.xml index 80618faab..a4cb9a12d 100644 --- a/doc/en/GLib/AppInfoAdapter.xml +++ b/doc/en/GLib/AppInfoAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.AppInfo + GLib.IAppInfo GLib.IWrapper @@ -103,11 +103,11 @@ This method always returns True, or throw a if - - + + Method - GLib.AppInfo + GLib.IAppInfo @@ -121,7 +121,7 @@ This method always returns True, or throw a if To be added. To be added. To be added. - + @@ -168,36 +168,36 @@ This method always returns True, or throw a if - - + + Method - GLib.AppInfo + GLib.IAppInfo To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -215,84 +215,82 @@ This method always returns True, or throw a if - - + + Method - GLib.AppInfo[] + GLib.IAppInfo[] To be added. To be added. To be added. - + - - + + Method - GLib.AppInfo[] + GLib.IAppInfo[] - The content type to find a for. - Gets an array of all for a given content type. - - - An array of for given content_type, or null on error. + To be added. + To be added. + To be added. To be added. - + - - + + Method - GLib.AppInfo + GLib.IAppInfo - The content type to find a for. - If True, the is expected to support URIs. - Gets the that correspond to a given content type. - A for given content_type or null on error. + To be added. + To be added. + To be added. + To be added. To be added. - + - - + + Method - GLib.AppInfo + GLib.IAppInfo - A string containing a URI scheme. - Gets the default application for launching applications using this URI scheme. - A for given uri_scheme or null on error. - A URI scheme is the initial part of the URI, up to but not including the ':', e.g. "http", "ftp" or "sip". - + To be added. + To be added. + To be added. + To be added. + - - + + Method - GLib.List + GLib.IAppInfo[] @@ -306,11 +304,11 @@ This method always returns True, or throw a if - - + + Method - GLib.AppInfo + GLib.IAppInfo @@ -320,15 +318,15 @@ This method always returns True, or throw a if To be added. To be added. To be added. - + - - + + Method - GLib.AppInfo + GLib.IAppInfo @@ -340,15 +338,15 @@ This method always returns True, or throw a if To be added. To be added. To be added. - + - - + + Method - GLib.List + GLib.IAppInfo[] @@ -361,9 +359,23 @@ This method always returns True, or throw a if + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -390,11 +402,11 @@ This method always returns True, or throw a if - - + + Property - GLib.Icon + GLib.IIcon The for the application. diff --git a/doc/en/GLib/AppLaunchContext.xml b/doc/en/GLib/AppLaunchContext.xml index 54bd36d91..16bb7089a 100644 --- a/doc/en/GLib/AppLaunchContext.xml +++ b/doc/en/GLib/AppLaunchContext.xml @@ -40,43 +40,43 @@ - - + + Method System.String - + - A . - A of . - Gets the display string for the display. - A display string for the display. - This is used to ensure new applications are started on the same display as the launching application. - + To be added. + To be added. + To be added. + To be added. + To be added. + - - + + Method System.String - + - A . - A of . - Initiates startup notification for the application. - The DESKTOP_STARTUP_ID for the launched operation, if supported. - Startup notification IDs are defined in the FreeDesktop.Org Startup Notifications standard (http://standards.freedesktop.org/startup-notification-spec/startup-notification-latest.txt). - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -111,8 +111,8 @@ - - + + Method @@ -123,7 +123,7 @@ System.String - + @@ -132,12 +132,12 @@ To be added. To be added. To be added. - + - - + + Method @@ -148,7 +148,7 @@ System.String - + @@ -157,7 +157,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Application.xml b/doc/en/GLib/Application.xml index ce32188e0..c98119293 100644 --- a/doc/en/GLib/Application.xml +++ b/doc/en/GLib/Application.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.ActionGroup + GLib.IActionGroup @@ -85,8 +85,8 @@ - - + + Property @@ -94,7 +94,7 @@ - GLib.ActionGroup + GLib.IActionGroup To be added. @@ -767,8 +767,8 @@ - - + + Method @@ -779,7 +779,7 @@ System.Void - + @@ -850,14 +850,14 @@ - - + + Method System.Void - + diff --git a/doc/en/GLib/ApplicationFlags.xml b/doc/en/GLib/ApplicationFlags.xml index 3e5269518..9bb0828fa 100644 --- a/doc/en/GLib/ApplicationFlags.xml +++ b/doc/en/GLib/ApplicationFlags.xml @@ -21,18 +21,6 @@ - - - - Field - - GLib.ApplicationFlags - - - To be added. - - - @@ -81,6 +69,18 @@ + + + + Field + + GLib.ApplicationFlags + + + To be added. + + + diff --git a/doc/en/GLib/ApplicationImpl.xml b/doc/en/GLib/ApplicationImpl.xml index 24cf1e586..cc84c4b7d 100644 --- a/doc/en/GLib/ApplicationImpl.xml +++ b/doc/en/GLib/ApplicationImpl.xml @@ -153,14 +153,14 @@ - - + + Method System.Void - + diff --git a/doc/en/GLib/AsyncInitableAdapter.xml b/doc/en/GLib/AsyncInitableAdapter.xml index 67b703f9c..664a86bb0 100644 --- a/doc/en/GLib/AsyncInitableAdapter.xml +++ b/doc/en/GLib/AsyncInitableAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.AsyncInitable + GLib.IAsyncInitable GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,11 +61,11 @@ - - + + Method - GLib.AsyncInitable + GLib.IAsyncInitable @@ -79,11 +79,11 @@ - - + + Method - GLib.AsyncInitable + GLib.IAsyncInitable @@ -98,9 +98,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -127,11 +141,11 @@ - - + + Property - GLib.AsyncInitableImplementor + GLib.IAsyncInitableImplementor To be added. @@ -162,14 +176,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/AsyncReadyCallback.xml b/doc/en/GLib/AsyncReadyCallback.xml index 6c8255642..f3c254039 100644 --- a/doc/en/GLib/AsyncReadyCallback.xml +++ b/doc/en/GLib/AsyncReadyCallback.xml @@ -1,5 +1,5 @@ - + gio-sharp @@ -9,7 +9,7 @@ - + System.Void diff --git a/doc/en/GLib/AsyncResultAdapter.xml b/doc/en/GLib/AsyncResultAdapter.xml index 106f074c7..c38bbfc5f 100644 --- a/doc/en/GLib/AsyncResultAdapter.xml +++ b/doc/en/GLib/AsyncResultAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.AsyncResult + GLib.IAsyncResult GLib.IWrapper @@ -33,17 +33,17 @@ - - + + Constructor - + To be added. To be added. To be added. - + @@ -61,11 +61,11 @@ - - + + Method - GLib.AsyncResult + GLib.IAsyncResult @@ -75,15 +75,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.AsyncResult + GLib.IAsyncResult @@ -95,12 +95,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -127,11 +141,11 @@ - - + + Property - GLib.AsyncResultImplementor + GLib.IAsyncResultImplementor To be added. diff --git a/doc/en/GLib/BufferedInputStream.xml b/doc/en/GLib/BufferedInputStream.xml index 01d476419..689a1c73b 100644 --- a/doc/en/GLib/BufferedInputStream.xml +++ b/doc/en/GLib/BufferedInputStream.xml @@ -135,21 +135,21 @@ - - + + Method System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -220,8 +220,8 @@ - - + + Method @@ -232,14 +232,14 @@ System.Int64 - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Bus.xml b/doc/en/GLib/Bus.xml index 743d58cb3..15b02121f 100644 --- a/doc/en/GLib/Bus.xml +++ b/doc/en/GLib/Bus.xml @@ -47,14 +47,14 @@ - - + + Method GLib.DBusConnection - + To be added. diff --git a/doc/en/GLib/Cancellable.xml b/doc/en/GLib/Cancellable.xml index 9509dd90a..cfe29be46 100644 --- a/doc/en/GLib/Cancellable.xml +++ b/doc/en/GLib/Cancellable.xml @@ -144,6 +144,24 @@ + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + @@ -234,5 +252,20 @@ + + + + Method + + GLib.Source + + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/CharsetConverter.xml b/doc/en/GLib/CharsetConverter.xml index b92954518..a4ed01ea0 100644 --- a/doc/en/GLib/CharsetConverter.xml +++ b/doc/en/GLib/CharsetConverter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.Converter + GLib.IConverter - GLib.Initable + GLib.IInitable diff --git a/doc/en/GLib/Cond.xml b/doc/en/GLib/Cond.xml new file mode 100644 index 000000000..16b8b2de5 --- /dev/null +++ b/doc/en/GLib/Cond.xml @@ -0,0 +1,125 @@ + + + + + glib-sharp + + + GLib.Opaque + + + + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/Content.xml b/doc/en/GLib/ContentType.xml similarity index 68% rename from doc/en/GLib/Content.xml rename to doc/en/GLib/ContentType.xml index 265b8fc0c..91ed4e6ac 100644 --- a/doc/en/GLib/Content.xml +++ b/doc/en/GLib/ContentType.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -11,23 +11,23 @@ To be added. To be added. - + - + Constructor To be added. To be added. - + - - - + + + Method System.Boolean @@ -40,12 +40,12 @@ To be added. To be added. To be added. - + - - - + + + Method System.Boolean @@ -60,12 +60,12 @@ To be added. To be added. To be added. - + - - - + + + Method System.String @@ -78,12 +78,12 @@ To be added. To be added. To be added. - + - - - + + + Method System.String @@ -96,15 +96,15 @@ To be added. To be added. To be added. - + - - - + + + Method - GLib.Icon + GLib.IIcon @@ -114,12 +114,12 @@ To be added. To be added. To be added. - + - - - + + + Method System.String @@ -132,12 +132,12 @@ To be added. To be added. To be added. - + - - - + + + Method System.String @@ -156,30 +156,30 @@ To be added. To be added. To be added. - + - - - + + + Method System.String - + To be added. To be added. To be added. To be added. - + - - - + + + Method System.Boolean @@ -194,12 +194,12 @@ To be added. To be added. To be added. - + - - - + + + Method System.Boolean @@ -212,22 +212,21 @@ To be added. To be added. To be added. - + - - - - Method + + + + Property - GLib.List + System.String[] - To be added. - To be added. + To be added. To be added. - + diff --git a/doc/en/GLib/ConverterAdapter.xml b/doc/en/GLib/ConverterAdapter.xml index d4299ec27..55fc2cf0b 100644 --- a/doc/en/GLib/ConverterAdapter.xml +++ b/doc/en/GLib/ConverterAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Converter + GLib.IConverter GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -91,11 +91,11 @@ - - + + Method - GLib.Converter + GLib.IConverter @@ -109,11 +109,11 @@ - - + + Method - GLib.Converter + GLib.IConverter @@ -128,9 +128,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -157,11 +171,11 @@ - - + + Property - GLib.ConverterImplementor + GLib.IConverterImplementor To be added. diff --git a/doc/en/GLib/ConverterInputStream.xml b/doc/en/GLib/ConverterInputStream.xml index e0588134d..fc4289b1d 100644 --- a/doc/en/GLib/ConverterInputStream.xml +++ b/doc/en/GLib/ConverterInputStream.xml @@ -29,12 +29,12 @@ - - + + Constructor - + To be added. @@ -45,8 +45,8 @@ - - + + Property @@ -54,7 +54,7 @@ - GLib.Converter + GLib.IConverter To be added. diff --git a/doc/en/GLib/ConverterOutputStream.xml b/doc/en/GLib/ConverterOutputStream.xml index 4058b829f..09dcf679b 100644 --- a/doc/en/GLib/ConverterOutputStream.xml +++ b/doc/en/GLib/ConverterOutputStream.xml @@ -29,12 +29,12 @@ - - + + Constructor - + To be added. @@ -45,8 +45,8 @@ - - + + Property @@ -54,7 +54,7 @@ - GLib.Converter + GLib.IConverter To be added. diff --git a/doc/en/GLib/DBus.xml b/doc/en/GLib/DBus.xml new file mode 100644 index 000000000..eddf07ad4 --- /dev/null +++ b/doc/en/GLib/DBus.xml @@ -0,0 +1,426 @@ + + + + + gio-sharp + + + System.Object + + + + To be added. + To be added. + + + + + + + Constructor + + + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.IntPtr + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.UInt64 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.IOStream + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.IOStream + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/DBusAuth.xml b/doc/en/GLib/DBusAuth.xml index f2b098516..a40506e52 100644 --- a/doc/en/GLib/DBusAuth.xml +++ b/doc/en/GLib/DBusAuth.xml @@ -39,5 +39,24 @@ + + + + Property + + + GLib.Property("stream") + + + + GLib.IOStream + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/DBusAuthMechanism.xml b/doc/en/GLib/DBusAuthMechanism.xml index bcddff5e0..42591bd8f 100644 --- a/doc/en/GLib/DBusAuthMechanism.xml +++ b/doc/en/GLib/DBusAuthMechanism.xml @@ -361,5 +361,24 @@ + + + + Property + + + GLib.Property("stream") + + + + GLib.IOStream + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/DBusConnection.xml b/doc/en/GLib/DBusConnection.xml index 8d8e3739a..48b1338fd 100644 --- a/doc/en/GLib/DBusConnection.xml +++ b/doc/en/GLib/DBusConnection.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.AsyncInitable + GLib.IAsyncInitable - GLib.Initable + GLib.IInitable @@ -22,11 +22,11 @@ - - + + Constructor - + To be added. @@ -191,14 +191,14 @@ - - + + Method GLib.Variant - + To be added. @@ -246,6 +246,11 @@ Property + + + GLib.Property("capabilities") + + GLib.DBusCapabilityFlags @@ -294,14 +299,14 @@ - - + + Method System.Boolean - + To be added. @@ -394,14 +399,14 @@ - - + + Method System.Boolean - + To be added. @@ -502,14 +507,14 @@ - - + + Method System.Boolean - + To be added. @@ -539,14 +544,14 @@ - - + + Method GLib.DBusConnection - + To be added. @@ -712,14 +717,14 @@ - - + + Method GLib.DBusMessage - + To be added. @@ -820,6 +825,11 @@ Property + + + GLib.Property("stream") + + GLib.IOStream diff --git a/doc/en/GLib/DBusProxy.xml b/doc/en/GLib/DBusProxy.xml index a036a132b..8befb457b 100644 --- a/doc/en/GLib/DBusProxy.xml +++ b/doc/en/GLib/DBusProxy.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.AsyncInitable + GLib.IAsyncInitable - GLib.Initable + GLib.IInitable @@ -22,11 +22,11 @@ - - + + Constructor - + To be added. @@ -199,14 +199,14 @@ - - + + Method GLib.Variant - + To be added. @@ -284,6 +284,25 @@ + + + + Property + + + GLib.Property("g-connection") + + + + GLib.DBusConnection + + + To be added. + To be added. + To be added. + + + @@ -321,6 +340,44 @@ + + + + Property + + + GLib.Property("g-flags") + + + + GLib.DBusProxyFlags + + + To be added. + To be added. + To be added. + + + + + + + Property + + + GLib.Property("g-interface-info") + + + + GLib.DBusInterfaceInfo + + + To be added. + To be added. + To be added. + + + @@ -487,14 +544,14 @@ - - + + Method System.Boolean - + To be added. @@ -561,14 +618,14 @@ - - + + Method GLib.DBusProxy - + To be added. diff --git a/doc/en/GLib/DBusServer.xml b/doc/en/GLib/DBusServer.xml index a6d02e149..370a86a6b 100644 --- a/doc/en/GLib/DBusServer.xml +++ b/doc/en/GLib/DBusServer.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Initable + GLib.IInitable @@ -92,6 +92,25 @@ + + + + Property + + + GLib.Property("authentication-observer") + + + + GLib.DBusAuthObserver + + + To be added. + To be added. + To be added. + + + @@ -115,6 +134,11 @@ Property + + + GLib.Property("flags") + + GLib.DBusServerFlags diff --git a/doc/en/GLib/DataInputStream.xml b/doc/en/GLib/DataInputStream.xml index 3d6b473d4..8e0a4818d 100644 --- a/doc/en/GLib/DataInputStream.xml +++ b/doc/en/GLib/DataInputStream.xml @@ -208,14 +208,14 @@ - - + + Method System.String - + @@ -327,14 +327,14 @@ - - + + Method System.String - + @@ -392,14 +392,14 @@ - - + + Method System.String - + diff --git a/doc/en/GLib/Date.xml b/doc/en/GLib/Date.xml new file mode 100644 index 000000000..0670ef43a --- /dev/null +++ b/doc/en/GLib/Date.xml @@ -0,0 +1,787 @@ + + + + + glib-sharp + + + GLib.Opaque + + + + To be added. + To be added. + + + + + + + Constructor + + + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Byte + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Byte + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Byte + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Byte + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.String + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.UInt64 + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + + System.Obsolete + + + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.TimeVal + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt16 + + + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/DateTime.xml b/doc/en/GLib/DateTime.xml new file mode 100644 index 000000000..4c0890cd6 --- /dev/null +++ b/doc/en/GLib/DateTime.xml @@ -0,0 +1,854 @@ + + + + + glib-sharp + + + GLib.Opaque + + + + To be added. + To be added. + + + + + + + Constructor + + + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int64 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.UInt32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Double + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.String + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int64 + + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.DateTime + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/DesktopAppInfo.xml b/doc/en/GLib/DesktopAppInfo.xml index 8f0289833..5b204b3fc 100644 --- a/doc/en/GLib/DesktopAppInfo.xml +++ b/doc/en/GLib/DesktopAppInfo.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.AppInfo + GLib.IAppInfo @@ -179,36 +179,36 @@ - - + + Method - GLib.AppInfo + GLib.IAppInfo To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -254,11 +254,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/GLib/DriveAdapter.xml b/doc/en/GLib/DriveAdapter.xml index 6ae8561b6..3898b0324 100644 --- a/doc/en/GLib/DriveAdapter.xml +++ b/doc/en/GLib/DriveAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Drive + GLib.IDrive GLib.IWrapper @@ -191,8 +191,8 @@ - - + + Method @@ -203,14 +203,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -237,14 +237,14 @@ - - + + Method System.Boolean - + To be added. @@ -288,11 +288,11 @@ - - + + Method - GLib.Drive + GLib.IDrive @@ -302,15 +302,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Drive + GLib.IDrive @@ -322,12 +322,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -382,11 +396,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. @@ -471,21 +485,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -512,14 +526,14 @@ - - + + Method System.Boolean - + To be added. @@ -585,14 +599,14 @@ - - + + Method System.Boolean - + To be added. @@ -603,11 +617,11 @@ - - + + Property - GLib.List + GLib.IVolume[] To be added. diff --git a/doc/en/GLib/DriveChangedArgs.xml b/doc/en/GLib/DriveChangedArgs.xml index 831720448..ed2c8927c 100644 --- a/doc/en/GLib/DriveChangedArgs.xml +++ b/doc/en/GLib/DriveChangedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. diff --git a/doc/en/GLib/DriveConnectedArgs.xml b/doc/en/GLib/DriveConnectedArgs.xml index 954b6388a..3e6ee29ca 100644 --- a/doc/en/GLib/DriveConnectedArgs.xml +++ b/doc/en/GLib/DriveConnectedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. diff --git a/doc/en/GLib/DriveDisconnectedArgs.xml b/doc/en/GLib/DriveDisconnectedArgs.xml index ac6c82a35..0fda5eb36 100644 --- a/doc/en/GLib/DriveDisconnectedArgs.xml +++ b/doc/en/GLib/DriveDisconnectedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. diff --git a/doc/en/GLib/DriveEjectButtonArgs.xml b/doc/en/GLib/DriveEjectButtonArgs.xml index cc40f2676..5a29991be 100644 --- a/doc/en/GLib/DriveEjectButtonArgs.xml +++ b/doc/en/GLib/DriveEjectButtonArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. diff --git a/doc/en/GLib/DriveStopButtonArgs.xml b/doc/en/GLib/DriveStopButtonArgs.xml index d0f7f2965..e0462486b 100644 --- a/doc/en/GLib/DriveStopButtonArgs.xml +++ b/doc/en/GLib/DriveStopButtonArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. diff --git a/doc/en/GLib/DummyProxyResolver.xml b/doc/en/GLib/DummyProxyResolver.xml index 4dfd1cd81..c6f45f74d 100644 --- a/doc/en/GLib/DummyProxyResolver.xml +++ b/doc/en/GLib/DummyProxyResolver.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.ProxyResolver + GLib.IProxyResolver @@ -99,14 +99,14 @@ - - + + Method System.String - + To be added. diff --git a/doc/en/GLib/Emblem.xml b/doc/en/GLib/Emblem.xml index b087372bb..c26a9bbf6 100644 --- a/doc/en/GLib/Emblem.xml +++ b/doc/en/GLib/Emblem.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Icon + GLib.IIcon @@ -19,17 +19,17 @@ - - + + Constructor - + To be added. To be added. To be added. - + @@ -47,11 +47,11 @@ - - + + Constructor - + @@ -59,25 +59,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -95,8 +95,8 @@ - - + + Property @@ -104,7 +104,7 @@ - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/GLib/EmblemedIcon.xml b/doc/en/GLib/EmblemedIcon.xml index 5d6f656a2..ad311c10f 100644 --- a/doc/en/GLib/EmblemedIcon.xml +++ b/doc/en/GLib/EmblemedIcon.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Icon + GLib.IIcon @@ -33,11 +33,11 @@ - - + + Constructor - + @@ -45,7 +45,7 @@ To be added. To be added. To be added. - + @@ -80,11 +80,11 @@ - - + + Property - GLib.List + GLib.Emblem[] To be added. @@ -94,26 +94,26 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Property @@ -121,7 +121,7 @@ - GLib.Icon + GLib.IIcon To be added. @@ -145,11 +145,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/GLib/FileAdapter.xml b/doc/en/GLib/FileAdapter.xml index 87483dc89..d747e129b 100644 --- a/doc/en/GLib/FileAdapter.xml +++ b/doc/en/GLib/FileAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.File + GLib.IFile GLib.IWrapper @@ -79,21 +79,21 @@ - - + + Method GLib.FileOutputStream - + To be added. To be added. To be added. To be added. - + @@ -111,14 +111,14 @@ - - + + Method System.Boolean - + @@ -131,18 +131,18 @@ To be added. To be added. To be added. - + - - + + Method System.Void - + @@ -158,18 +158,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -180,25 +180,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -245,21 +245,21 @@ - - + + Method GLib.FileOutputStream - + To be added. To be added. To be added. To be added. - + @@ -306,14 +306,14 @@ - - + + Method GLib.FileIOStream - + To be added. @@ -357,18 +357,18 @@ - - + + Method - GLib.File + GLib.IFile To be added. To be added. To be added. - + @@ -398,8 +398,8 @@ - - + + Method @@ -410,14 +410,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -444,14 +444,14 @@ - - + + Method System.Boolean - + To be added. @@ -509,39 +509,39 @@ - - + + Method GLib.FileEnumerator - + To be added. To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -559,11 +559,11 @@ - - + + Method - GLib.Mount + GLib.IMount @@ -573,7 +573,7 @@ To be added. To be added. To be added. - + @@ -598,29 +598,29 @@ - - + + Method - GLib.Mount + GLib.IMount - + To be added. To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -630,15 +630,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -648,15 +648,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -666,15 +666,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -686,30 +686,44 @@ To be added. To be added. To be added. - + - - + + Method System.String - + To be added. To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -754,14 +768,14 @@ - - + + Method System.Boolean - + To be added. @@ -772,21 +786,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -865,14 +879,14 @@ - - + + Method System.Boolean - + @@ -885,7 +899,7 @@ To be added. To be added. To be added. - + @@ -910,14 +924,14 @@ - - + + Method System.Boolean - + @@ -930,7 +944,7 @@ To be added. To be added. To be added. - + @@ -1033,21 +1047,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -1074,32 +1088,32 @@ - - + + Method - GLib.File + GLib.IFile - + To be added. To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -1112,7 +1126,7 @@ To be added. To be added. To be added. - + @@ -1155,14 +1169,14 @@ - - + + Method GLib.FileIOStream - + To be added. @@ -1187,11 +1201,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. @@ -1215,11 +1229,11 @@ - - + + Method - GLib.File + GLib.IFile @@ -1229,7 +1243,7 @@ To be added. To be added. To be added. - + @@ -1266,14 +1280,14 @@ - - + + Method System.Boolean - + To be added. @@ -1284,11 +1298,11 @@ - - + + Method - GLib.AppInfo + GLib.IAppInfo @@ -1298,7 +1312,7 @@ To be added. To be added. To be added. - + @@ -1363,21 +1377,21 @@ - - + + Method GLib.FileInfo - + To be added. To be added. To be added. To be added. - + @@ -1448,21 +1462,21 @@ - - + + Method GLib.FileInfo - + To be added. To be added. To be added. To be added. - + @@ -1541,21 +1555,21 @@ - - + + Method GLib.FileInputStream - + To be added. To be added. To be added. To be added. - + @@ -1665,14 +1679,14 @@ - - + + Method System.Boolean - + @@ -1681,25 +1695,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileOutputStream - + To be added. To be added. To be added. To be added. - + @@ -1754,14 +1768,14 @@ - - + + Method GLib.FileIOStream - + To be added. @@ -1772,11 +1786,11 @@ - - + + Method - GLib.File + GLib.IFile @@ -1786,7 +1800,7 @@ To be added. To be added. To be added. - + @@ -1913,14 +1927,14 @@ - - + + Method System.Boolean - + @@ -1929,7 +1943,7 @@ To be added. To be added. To be added. - + @@ -2027,11 +2041,11 @@ - - + + Method - GLib.File + GLib.IFile @@ -2043,7 +2057,7 @@ To be added. To be added. To be added. - + @@ -2070,21 +2084,21 @@ - - + + Method - GLib.File + GLib.IFile - + To be added. To be added. To be added. To be added. - + @@ -2111,14 +2125,14 @@ - - + + Method System.Boolean - + To be added. @@ -2152,14 +2166,14 @@ - - + + Method System.Boolean - + To be added. @@ -2244,8 +2258,8 @@ - - + + Method @@ -2256,14 +2270,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -2290,14 +2304,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/FileDescriptorBasedAdapter.xml b/doc/en/GLib/FileDescriptorBasedAdapter.xml index 71dd4875a..ed92715fc 100644 --- a/doc/en/GLib/FileDescriptorBasedAdapter.xml +++ b/doc/en/GLib/FileDescriptorBasedAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.FileDescriptorBased + GLib.IFileDescriptorBased GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -75,11 +75,11 @@ - - + + Method - GLib.FileDescriptorBased + GLib.IFileDescriptorBased @@ -93,11 +93,11 @@ - - + + Method - GLib.FileDescriptorBased + GLib.IFileDescriptorBased @@ -112,9 +112,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -141,11 +155,11 @@ - - + + Property - GLib.FileDescriptorBasedImplementor + GLib.IFileDescriptorBasedImplementor To be added. diff --git a/doc/en/GLib/FileEnumerator.xml b/doc/en/GLib/FileEnumerator.xml index ac3fc4a91..5d5451e56 100644 --- a/doc/en/GLib/FileEnumerator.xml +++ b/doc/en/GLib/FileEnumerator.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - System.Collections.IEnumerable + System.Collections.Generic.IEnumerable<GLib.FileInfo> @@ -83,36 +83,36 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Method - System.Collections.IEnumerator + System.Collections.Generic.IEnumerator<GLib.FileInfo> To be added. To be added. To be added. - + @@ -214,21 +214,21 @@ - - + + Method - GLib.List + GLib.FileInfo[] - + To be added. To be added. To be added. To be added. - + @@ -258,8 +258,8 @@ - - + + Method @@ -270,14 +270,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -355,8 +355,8 @@ - - + + Method @@ -364,17 +364,17 @@ - GLib.List + GLib.FileInfo[] - + To be added. To be added. To be added. To be added. - + @@ -391,5 +391,20 @@ + + + + Method + + System.Collections.IEnumerator + + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/FileFactory.xml b/doc/en/GLib/FileFactory.xml index c10acf2fa..a1489fd77 100644 --- a/doc/en/GLib/FileFactory.xml +++ b/doc/en/GLib/FileFactory.xml @@ -26,11 +26,11 @@ - - + + Method - GLib.File + GLib.IFile @@ -40,15 +40,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -58,15 +58,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -76,15 +76,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile diff --git a/doc/en/GLib/FileIOStream.xml b/doc/en/GLib/FileIOStream.xml index 9a3fc08f3..ab5d3c5c7 100644 --- a/doc/en/GLib/FileIOStream.xml +++ b/doc/en/GLib/FileIOStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Seekable + GLib.ISeekable @@ -214,8 +214,8 @@ - - + + Method @@ -226,7 +226,7 @@ GLib.FileInfo - + To be added. @@ -366,14 +366,14 @@ - - + + Method GLib.FileInfo - + To be added. diff --git a/doc/en/GLib/FileIcon.xml b/doc/en/GLib/FileIcon.xml index dd5bf2aeb..3242d1fba 100644 --- a/doc/en/GLib/FileIcon.xml +++ b/doc/en/GLib/FileIcon.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.Icon + GLib.IIcon - GLib.LoadableIcon + GLib.ILoadableIcon @@ -22,17 +22,17 @@ - - + + Constructor - + To be added. To be added. To be added. - + @@ -50,26 +50,26 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Property @@ -77,7 +77,7 @@ - GLib.File + GLib.IFile To be added. @@ -144,14 +144,14 @@ - - + + Method GLib.InputStream - + @@ -160,7 +160,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/FileInfo.xml b/doc/en/GLib/FileInfo.xml index 1f430270d..9ddd81aff 100644 --- a/doc/en/GLib/FileInfo.xml +++ b/doc/en/GLib/FileInfo.xml @@ -477,11 +477,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/GLib/FileInputStream.xml b/doc/en/GLib/FileInputStream.xml index 7899bb6b2..0290bcf49 100644 --- a/doc/en/GLib/FileInputStream.xml +++ b/doc/en/GLib/FileInputStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Seekable + GLib.ISeekable @@ -160,8 +160,8 @@ - - + + Method @@ -172,14 +172,14 @@ GLib.FileInfo - + To be added. To be added. To be added. To be added. - + @@ -287,21 +287,21 @@ - - + + Method GLib.FileInfo - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/FileMonitor.xml b/doc/en/GLib/FileMonitor.xml index 573ebf520..3ba889aa4 100644 --- a/doc/en/GLib/FileMonitor.xml +++ b/doc/en/GLib/FileMonitor.xml @@ -92,14 +92,14 @@ - - + + Method GLib.FileMonitor - + @@ -110,19 +110,19 @@ To be added. To be added. To be added. - + - - + + Method System.Void - - + + @@ -131,18 +131,18 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileMonitor - + @@ -153,7 +153,7 @@ To be added. To be added. To be added. - + @@ -205,8 +205,8 @@ - - + + Method @@ -217,8 +217,8 @@ System.Void - - + + @@ -227,7 +227,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/FileOutputStream.xml b/doc/en/GLib/FileOutputStream.xml index f24beec57..6b1811952 100644 --- a/doc/en/GLib/FileOutputStream.xml +++ b/doc/en/GLib/FileOutputStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Seekable + GLib.ISeekable @@ -214,8 +214,8 @@ - - + + Method @@ -226,14 +226,14 @@ GLib.FileInfo - + To be added. To be added. To be added. To be added. - + @@ -366,21 +366,21 @@ - - + + Method GLib.FileInfo - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/GInterfaceAdapter.xml b/doc/en/GLib/GInterfaceAdapter.xml index 9d287c8c9..cf0ac293e 100644 --- a/doc/en/GLib/GInterfaceAdapter.xml +++ b/doc/en/GLib/GInterfaceAdapter.xml @@ -23,17 +23,18 @@ - - - + + + Property GLib.GType - GType Property. - The native GInterface type value. - + To be added. + To be added. + To be added. + diff --git a/doc/en/GLib/GLibSynchronizationContext.xml b/doc/en/GLib/GLibSynchronizationContext.xml new file mode 100644 index 000000000..864c1e54b --- /dev/null +++ b/doc/en/GLib/GLibSynchronizationContext.xml @@ -0,0 +1,67 @@ + + + + + glib-sharp + + + System.Threading.SynchronizationContext + + + + To be added. + To be added. + + + + + + + Constructor + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/GioGlobal.xml b/doc/en/GLib/GioGlobal.xml index 3cc8d38b2..d4a93db14 100644 --- a/doc/en/GLib/GioGlobal.xml +++ b/doc/en/GLib/GioGlobal.xml @@ -25,12 +25,12 @@ - - - + + + Method - GLib.GType + System.Int32 @@ -40,6 +40,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/Action.xml b/doc/en/GLib/IAction.xml similarity index 95% rename from doc/en/GLib/Action.xml rename to doc/en/GLib/IAction.xml index 20edf4628..6d25cb582 100644 --- a/doc/en/GLib/Action.xml +++ b/doc/en/GLib/IAction.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/ActionGroup.xml b/doc/en/GLib/IActionGroup.xml similarity index 98% rename from doc/en/GLib/ActionGroup.xml rename to doc/en/GLib/IActionGroup.xml index 5782c9c3d..90f92c9d4 100644 --- a/doc/en/GLib/ActionGroup.xml +++ b/doc/en/GLib/IActionGroup.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/ActionGroupImplementor.xml b/doc/en/GLib/IActionGroupImplementor.xml similarity index 96% rename from doc/en/GLib/ActionGroupImplementor.xml rename to doc/en/GLib/IActionGroupImplementor.xml index e15db2b98..6c1dfdc44 100644 --- a/doc/en/GLib/ActionGroupImplementor.xml +++ b/doc/en/GLib/IActionGroupImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/ActionImplementor.xml b/doc/en/GLib/IActionImplementor.xml similarity index 95% rename from doc/en/GLib/ActionImplementor.xml rename to doc/en/GLib/IActionImplementor.xml index 2ca1dc35c..428b77081 100644 --- a/doc/en/GLib/ActionImplementor.xml +++ b/doc/en/GLib/IActionImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/AppInfo.xml b/doc/en/GLib/IAppInfo.xml similarity index 57% rename from doc/en/GLib/AppInfo.xml rename to doc/en/GLib/IAppInfo.xml index 9083d162f..edb77b10a 100644 --- a/doc/en/GLib/AppInfo.xml +++ b/doc/en/GLib/IAppInfo.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -10,22 +10,9 @@ - This interface provides application information. See and for concretes implementations and usage. - The following code sample lists all the application installed on your system: - - -public class TestAppInfo -{ - static void Main (string[] args) - { - GLib.GType.Init (); - - foreach (AppInfo appinfo in AppInfoAdapter.All) - Console.WriteLine ("\t{0}: {1}, {2} ", appinfo.Name, appinfo.Descritpion, appinfo.Executable); - } -} - - + To be added. + To be added. + @@ -40,15 +27,10 @@ public class TestAppInfo To be added. - Adds a content type to the application. - Always returns True. Throw a if something went wrong. - - Adds a content type to the application information to indicate the application is capable of opening files with the given content type. - -This method always returns True, or throw a if something went wrong. - - - + To be added. + To be added. + To be added. + @@ -74,10 +56,10 @@ This method always returns True, or throw a if System.Boolean - If a supported content type can be removed from an application. - True if it is possible to remove supported content types from the application, False if not. + To be added. + To be added. To be added. - + @@ -117,20 +99,10 @@ This method always returns True, or throw a if System.String - An human-readable description of an installed application. - A string containing a description of the application, or null if none. - The following code snippet: - - -AppInfo app_info = AppInfoAdapter.GetDefaultForType ("image/jpeg", false); -Console.WriteLine ("{0}:\t{1}", app_info.Name, app_info.Description); - -produces the following output (depending on your installation): - - -Eye of Gnome: Browse and rotate images - - + To be added. + To be added. + To be added. + @@ -148,36 +120,36 @@ Eye of Gnome: Browse and rotate images - - + + Method - GLib.AppInfo + GLib.IAppInfo To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -188,24 +160,24 @@ Eye of Gnome: Browse and rotate images System.String - The executable's name for the installed application. - A string containing the AppInfo's application binary's name. + To be added. + To be added. To be added. - + - - + + Property - GLib.Icon + GLib.IIcon - The for the application. - The default for the application. + To be added. + To be added. To be added. - + @@ -216,10 +188,10 @@ Eye of Gnome: Browse and rotate images System.String - The ID of an application. - A string containing the application's ID. - An id si s a string that identifies the application. The exact format of the id is platform depenedent. For instance, on Unix, this is the desktop file id from the xdg menu specification. - + To be added. + To be added. + To be added. + @@ -234,17 +206,12 @@ Eye of Gnome: Browse and rotate images - A of objects, or null to launch the application without arguments. - An , or null. - Launches the application. - Always returns True. Throws a if something went wrong. - - Launches the application. Passes files to the launched application as arguments, using the optional launch_context to get information about the details of the launcher (like what screen it is on). Throws a on error. - To lauch the application without arguments pass a null files list. - Note that even if the launch is successful the application launched can fail to start if it runs into problems during startup. There is no way to detect this. - Some URIs can be changed when passed through a GFile (for instance unsupported uris with strange formats like mailto:), so if you have a textual uri you want to pass in as argument, consider using instead. - - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -259,16 +226,12 @@ Eye of Gnome: Browse and rotate images - A of containing URIs to launch, or null. - A , or null. - Launches the application. - Always returns True. Throws a if something went wrong. - - Launches the application. Passes uris to the launched application as arguments, using the optional launch_context to get information about the details of the launcher (like what screen it is on). On error, throws a - To lauch the application without arguments pass a NULL uris list. - Note that even if the launch is successful the application launched can fail to start if it runs into problems during startup. There is no way to detect this. - - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -279,10 +242,10 @@ Eye of Gnome: Browse and rotate images System.String - The name of the installed application. - A containing the name of the application. + To be added. + To be added. To be added. - + @@ -296,11 +259,11 @@ Eye of Gnome: Browse and rotate images - A containing a content type. On Unix, content types are mimetypes, so "image/jpeg" is a valid content type. - Removes a supported type from an application, if possible. - Always returns True. Throws a if something went wrong. - This method always returns True, but throws on any error. Checking first will avoid some exceptions, but that doesn't mean it won't throw at all. - + To be added. + To be added. + To be added. + To be added. + @@ -314,11 +277,11 @@ Eye of Gnome: Browse and rotate images - A containing the file extension (without the dot). - Sets the application as the default handler for the given file extension. - Always returns True. Throws a if something went wrong. - This method always returns True, or throw a if something went wrong. - + To be added. + To be added. + To be added. + To be added. + @@ -332,11 +295,11 @@ Eye of Gnome: Browse and rotate images - A containing the content type. - Sets the application as the default handler for a given type. - Always returns True. Throws a if something went wrong. - This method always returns True, or throw a if something went wrong. - + To be added. + To be added. + To be added. + To be added. + @@ -365,10 +328,10 @@ Eye of Gnome: Browse and rotate images System.Boolean - If the application info should be shown in menus that list available applications. - True if the application should be shown, False otherwise. + To be added. + To be added. To be added. - + @@ -379,10 +342,10 @@ Eye of Gnome: Browse and rotate images System.Boolean - If the application accepts files as arguments. - True if the application supports files. + To be added. + To be added. To be added. - + @@ -393,10 +356,10 @@ Eye of Gnome: Browse and rotate images System.Boolean - If the application supports reading files and directories from URIs. - True if the application supports URIs. + To be added. + To be added. To be added. - + diff --git a/doc/en/GLib/AsyncInitable.xml b/doc/en/GLib/IAsyncInitable.xml similarity index 83% rename from doc/en/GLib/AsyncInitable.xml rename to doc/en/GLib/IAsyncInitable.xml index acd6fb9d6..536018a6a 100644 --- a/doc/en/GLib/AsyncInitable.xml +++ b/doc/en/GLib/IAsyncInitable.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -37,14 +37,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/AsyncInitableImplementor.xml b/doc/en/GLib/IAsyncInitableImplementor.xml similarity index 83% rename from doc/en/GLib/AsyncInitableImplementor.xml rename to doc/en/GLib/IAsyncInitableImplementor.xml index da3f18cfe..91ec75a6e 100644 --- a/doc/en/GLib/AsyncInitableImplementor.xml +++ b/doc/en/GLib/IAsyncInitableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -42,14 +42,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/AsyncResult.xml b/doc/en/GLib/IAsyncResult.xml similarity index 81% rename from doc/en/GLib/AsyncResult.xml rename to doc/en/GLib/IAsyncResult.xml index 037f65034..bb9b7734b 100644 --- a/doc/en/GLib/AsyncResult.xml +++ b/doc/en/GLib/IAsyncResult.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -26,7 +26,7 @@ To be added. To be added. To be added. - + @@ -40,7 +40,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/AsyncResultImplementor.xml b/doc/en/GLib/IAsyncResultImplementor.xml similarity index 80% rename from doc/en/GLib/AsyncResultImplementor.xml rename to doc/en/GLib/IAsyncResultImplementor.xml index 213d2a8f4..cbfbc5a9b 100644 --- a/doc/en/GLib/AsyncResultImplementor.xml +++ b/doc/en/GLib/IAsyncResultImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -17,7 +17,7 @@ To be added. To be added. - + @@ -31,7 +31,7 @@ To be added. To be added. To be added. - + @@ -45,7 +45,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Converter.xml b/doc/en/GLib/IConverter.xml similarity index 93% rename from doc/en/GLib/Converter.xml rename to doc/en/GLib/IConverter.xml index 7c06faf7c..6726a64d9 100644 --- a/doc/en/GLib/Converter.xml +++ b/doc/en/GLib/IConverter.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/ConverterImplementor.xml b/doc/en/GLib/IConverterImplementor.xml similarity index 92% rename from doc/en/GLib/ConverterImplementor.xml rename to doc/en/GLib/IConverterImplementor.xml index be0e2842d..1b6fbef0f 100644 --- a/doc/en/GLib/ConverterImplementor.xml +++ b/doc/en/GLib/IConverterImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/Drive.xml b/doc/en/GLib/IDrive.xml similarity index 90% rename from doc/en/GLib/Drive.xml rename to doc/en/GLib/IDrive.xml index e23a34ef8..55be9fb66 100644 --- a/doc/en/GLib/Drive.xml +++ b/doc/en/GLib/IDrive.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -27,7 +27,7 @@ To be added. To be added. To be added. - + @@ -42,7 +42,7 @@ To be added. To be added. To be added. - + @@ -100,7 +100,7 @@ To be added. To be added. - + @@ -113,7 +113,7 @@ To be added. To be added. - + @@ -134,7 +134,7 @@ To be added. To be added. To be added. - + @@ -147,25 +147,25 @@ To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -192,14 +192,14 @@ - - + + Method System.Boolean - + To be added. @@ -221,7 +221,7 @@ To be added. To be added. To be added. - + @@ -239,7 +239,7 @@ To be added. To be added. To be added. - + @@ -253,7 +253,7 @@ To be added. To be added. To be added. - + @@ -267,21 +267,21 @@ To be added. To be added. To be added. - + - - + + Property - GLib.Icon + GLib.IIcon To be added. To be added. To be added. - + @@ -295,7 +295,7 @@ To be added. To be added. To be added. - + @@ -309,7 +309,7 @@ To be added. To be added. To be added. - + @@ -323,7 +323,7 @@ To be added. To be added. To be added. - + @@ -342,25 +342,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -387,14 +387,14 @@ - - + + Method System.Boolean - + To be added. @@ -455,14 +455,14 @@ - - + + Method System.Boolean - + To be added. @@ -473,17 +473,17 @@ - - + + Property - GLib.List + GLib.IVolume[] To be added. To be added. To be added. - + diff --git a/doc/en/GLib/File.xml b/doc/en/GLib/IFile.xml similarity index 88% rename from doc/en/GLib/File.xml rename to doc/en/GLib/IFile.xml index c501a935f..ae5972339 100644 --- a/doc/en/GLib/File.xml +++ b/doc/en/GLib/IFile.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -32,7 +32,7 @@ To be added. To be added. To be added. - + @@ -55,25 +55,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileOutputStream - + To be added. To be added. To be added. To be added. - + @@ -87,18 +87,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -111,18 +111,18 @@ To be added. To be added. To be added. - + - - + + Method System.Void - + @@ -138,18 +138,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -160,25 +160,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -198,7 +198,7 @@ To be added. To be added. To be added. - + @@ -221,25 +221,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileOutputStream - + To be added. To be added. To be added. To be added. - + @@ -286,14 +286,14 @@ - - + + Method GLib.FileIOStream - + To be added. @@ -315,7 +315,7 @@ To be added. To be added. To be added. - + @@ -333,22 +333,22 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile To be added. To be added. To be added. - + @@ -369,25 +369,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -414,14 +414,14 @@ - - + + Method System.Boolean - + To be added. @@ -450,7 +450,7 @@ To be added. To be added. To be added. - + @@ -475,43 +475,43 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileEnumerator - + To be added. To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -525,15 +525,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Mount + GLib.IMount @@ -543,7 +543,7 @@ To be added. To be added. To be added. - + @@ -564,33 +564,33 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Mount + GLib.IMount - + To be added. To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -600,15 +600,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -618,36 +618,36 @@ To be added. To be added. To be added. - + - - + + Method System.String - + To be added. To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. @@ -658,21 +658,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -690,7 +690,7 @@ To be added. To be added. To be added. - + @@ -704,7 +704,7 @@ To be added. To be added. To be added. - + @@ -728,7 +728,7 @@ To be added. To be added. To be added. - + @@ -747,18 +747,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -771,7 +771,7 @@ To be added. To be added. To be added. - + @@ -792,18 +792,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -816,7 +816,7 @@ To be added. To be added. To be added. - + @@ -834,7 +834,7 @@ To be added. To be added. To be added. - + @@ -852,7 +852,7 @@ To be added. To be added. To be added. - + @@ -872,7 +872,7 @@ To be added. To be added. To be added. - + @@ -892,7 +892,7 @@ To be added. To be added. To be added. - + @@ -915,25 +915,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -956,36 +956,36 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile - + To be added. To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -998,7 +998,7 @@ To be added. To be added. To be added. - + @@ -1041,14 +1041,14 @@ - - + + Method GLib.FileIOStream - + To be added. @@ -1059,17 +1059,17 @@ - - + + Property - GLib.File + GLib.IFile To be added. To be added. To be added. - + @@ -1083,7 +1083,7 @@ To be added. To be added. To be added. - + @@ -1097,7 +1097,7 @@ To be added. To be added. To be added. - + @@ -1120,14 +1120,14 @@ - - + + Method System.Boolean - + To be added. @@ -1138,11 +1138,11 @@ - - + + Method - GLib.AppInfo + GLib.IAppInfo @@ -1152,7 +1152,7 @@ To be added. To be added. To be added. - + @@ -1170,7 +1170,7 @@ To be added. To be added. To be added. - + @@ -1190,7 +1190,7 @@ To be added. To be added. To be added. - + @@ -1213,25 +1213,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileInfo - + To be added. To be added. To be added. To be added. - + @@ -1251,7 +1251,7 @@ To be added. To be added. To be added. - + @@ -1273,7 +1273,7 @@ To be added. To be added. To be added. - + @@ -1298,25 +1298,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileInfo - + To be added. To be added. To be added. To be added. - + @@ -1334,7 +1334,7 @@ To be added. To be added. To be added. - + @@ -1352,7 +1352,7 @@ To be added. To be added. To be added. - + @@ -1370,7 +1370,7 @@ To be added. To be added. To be added. - + @@ -1391,25 +1391,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileInputStream - + To be added. To be added. To be added. To be added. - + @@ -1433,7 +1433,7 @@ To be added. To be added. To be added. - + @@ -1460,7 +1460,7 @@ To be added. To be added. To be added. - + @@ -1488,7 +1488,7 @@ To be added. To be added. To be added. - + @@ -1515,18 +1515,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -1535,25 +1535,25 @@ To be added. To be added. To be added. - + - - + + Method GLib.FileOutputStream - + To be added. To be added. To be added. To be added. - + @@ -1608,14 +1608,14 @@ - - + + Method GLib.FileIOStream - + To be added. @@ -1626,11 +1626,11 @@ - - + + Method - GLib.File + GLib.IFile @@ -1640,7 +1640,7 @@ To be added. To be added. To be added. - + @@ -1666,7 +1666,7 @@ To be added. To be added. To be added. - + @@ -1690,7 +1690,7 @@ To be added. To be added. To be added. - + @@ -1714,7 +1714,7 @@ To be added. To be added. To be added. - + @@ -1738,7 +1738,7 @@ To be added. To be added. To be added. - + @@ -1763,18 +1763,18 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + @@ -1783,7 +1783,7 @@ To be added. To be added. To be added. - + @@ -1805,7 +1805,7 @@ To be added. To be added. To be added. - + @@ -1829,7 +1829,7 @@ To be added. To be added. To be added. - + @@ -1853,7 +1853,7 @@ To be added. To be added. To be added. - + @@ -1877,15 +1877,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -1897,7 +1897,7 @@ To be added. To be added. To be added. - + @@ -1920,25 +1920,25 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile - + To be added. To be added. To be added. To be added. - + @@ -1965,14 +1965,14 @@ - - + + Method System.Boolean - + To be added. @@ -2006,14 +2006,14 @@ - - + + Method System.Boolean - + To be added. @@ -2053,7 +2053,7 @@ To be added. To be added. To be added. - + @@ -2074,25 +2074,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -2119,14 +2119,14 @@ - - + + Method System.Boolean - + To be added. @@ -2147,7 +2147,7 @@ To be added. To be added. To be added. - + @@ -2161,7 +2161,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/FileDescriptorBased.xml b/doc/en/GLib/IFileDescriptorBased.xml similarity index 78% rename from doc/en/GLib/FileDescriptorBased.xml rename to doc/en/GLib/IFileDescriptorBased.xml index 1195bb7d3..195c2e2c0 100644 --- a/doc/en/GLib/FileDescriptorBased.xml +++ b/doc/en/GLib/IFileDescriptorBased.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/FileDescriptorBasedImplementor.xml b/doc/en/GLib/IFileDescriptorBasedImplementor.xml similarity index 78% rename from doc/en/GLib/FileDescriptorBasedImplementor.xml rename to doc/en/GLib/IFileDescriptorBasedImplementor.xml index f77a5a046..c5c9ef955 100644 --- a/doc/en/GLib/FileDescriptorBasedImplementor.xml +++ b/doc/en/GLib/IFileDescriptorBasedImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/Icon.xml b/doc/en/GLib/IIcon.xml similarity index 78% rename from doc/en/GLib/Icon.xml rename to doc/en/GLib/IIcon.xml index 400ff7ad8..2d74f14c0 100644 --- a/doc/en/GLib/Icon.xml +++ b/doc/en/GLib/IIcon.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,25 +12,25 @@ To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Initable.xml b/doc/en/GLib/IInitable.xml similarity index 85% rename from doc/en/GLib/Initable.xml rename to doc/en/GLib/IInitable.xml index 06719e5bd..e85edf5ca 100644 --- a/doc/en/GLib/Initable.xml +++ b/doc/en/GLib/IInitable.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/InitableImplementor.xml b/doc/en/GLib/IInitableImplementor.xml similarity index 84% rename from doc/en/GLib/InitableImplementor.xml rename to doc/en/GLib/IInitableImplementor.xml index bcda1ce7f..bcdb29812 100644 --- a/doc/en/GLib/InitableImplementor.xml +++ b/doc/en/GLib/IInitableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/LoadableIcon.xml b/doc/en/GLib/ILoadableIcon.xml similarity index 85% rename from doc/en/GLib/LoadableIcon.xml rename to doc/en/GLib/ILoadableIcon.xml index bb778c2ca..124675295 100644 --- a/doc/en/GLib/LoadableIcon.xml +++ b/doc/en/GLib/ILoadableIcon.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -34,7 +34,7 @@ To be added. To be added. To be added. - + @@ -55,18 +55,18 @@ To be added. To be added. To be added. - + - - + + Method GLib.InputStream - + @@ -75,7 +75,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/LoadableIconImplementor.xml b/doc/en/GLib/ILoadableIconImplementor.xml similarity index 84% rename from doc/en/GLib/LoadableIconImplementor.xml rename to doc/en/GLib/ILoadableIconImplementor.xml index 605713e99..9563c5779 100644 --- a/doc/en/GLib/LoadableIconImplementor.xml +++ b/doc/en/GLib/ILoadableIconImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -17,7 +17,7 @@ To be added. To be added. - + @@ -39,7 +39,7 @@ To be added. To be added. To be added. - + @@ -60,18 +60,18 @@ To be added. To be added. To be added. - + - - + + Method GLib.InputStream - + @@ -80,7 +80,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Mount.xml b/doc/en/GLib/IMount.xml similarity index 87% rename from doc/en/GLib/Mount.xml rename to doc/en/GLib/IMount.xml index f51cde760..65aa142d7 100644 --- a/doc/en/GLib/Mount.xml +++ b/doc/en/GLib/IMount.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -27,7 +27,7 @@ To be added. To be added. To be added. - + @@ -41,7 +41,7 @@ To be added. To be added. To be added. - + @@ -54,15 +54,15 @@ To be added. To be added. - + - - + + Property - GLib.File + GLib.IFile To be added. @@ -72,17 +72,17 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. To be added. To be added. - + @@ -103,25 +103,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -148,14 +148,14 @@ - - + + Method System.Boolean - + To be added. @@ -183,18 +183,18 @@ To be added. To be added. To be added. - + - - + + Method System.String[] - + To be added. @@ -225,17 +225,17 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. To be added. To be added. - + @@ -263,7 +263,7 @@ To be added. To be added. To be added. - + @@ -299,39 +299,39 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Property - GLib.File + GLib.IFile To be added. To be added. To be added. - + @@ -366,7 +366,7 @@ To be added. To be added. To be added. - + @@ -379,25 +379,25 @@ To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -424,14 +424,14 @@ - - + + Method System.Boolean - + To be added. @@ -466,21 +466,21 @@ To be added. To be added. To be added. - + - - + + Property - GLib.Volume + GLib.IVolume To be added. To be added. To be added. - + diff --git a/doc/en/GLib/IOError.xml b/doc/en/GLib/IOError.xml new file mode 100644 index 000000000..0b0949cc6 --- /dev/null +++ b/doc/en/GLib/IOError.xml @@ -0,0 +1,65 @@ + + + + + gio-sharp + + + System.Object + + + + To be added. + To be added. + + + + + + + Constructor + + + To be added. + To be added. + + + + + + + Method + + GLib.IOErrorEnum + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.IOErrorEnum + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/IOExtensionPoint.xml b/doc/en/GLib/IOExtensionPoint.xml index 2858f8c7a..d0eaf6f6a 100644 --- a/doc/en/GLib/IOExtensionPoint.xml +++ b/doc/en/GLib/IOExtensionPoint.xml @@ -29,11 +29,11 @@ - - + + Property - GLib.List + GLib.IOExtension[] To be added. diff --git a/doc/en/GLib/IOModule.xml b/doc/en/GLib/IOModule.xml index 951fc3551..07052c99d 100644 --- a/doc/en/GLib/IOModule.xml +++ b/doc/en/GLib/IOModule.xml @@ -70,6 +70,24 @@ + + + + Method + + GLib.IOModule[] + + + + + + To be added. + To be added. + To be added. + To be added. + + + @@ -85,6 +103,23 @@ + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/IOSchedulerJob.xml b/doc/en/GLib/IOSchedulerJob.xml index a22ecd3a9..3b155f895 100644 --- a/doc/en/GLib/IOSchedulerJob.xml +++ b/doc/en/GLib/IOSchedulerJob.xml @@ -28,6 +28,43 @@ + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/IOStream.xml b/doc/en/GLib/IOStream.xml index b2c71a50d..f5dbcaeac 100644 --- a/doc/en/GLib/IOStream.xml +++ b/doc/en/GLib/IOStream.xml @@ -112,14 +112,14 @@ - - + + Method System.Boolean - + To be added. @@ -217,8 +217,8 @@ - - + + Method @@ -229,7 +229,7 @@ System.Boolean - + To be added. @@ -362,14 +362,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/PollableInputStream.xml b/doc/en/GLib/IPollableInputStream.xml similarity index 71% rename from doc/en/GLib/PollableInputStream.xml rename to doc/en/GLib/IPollableInputStream.xml index 8ececafc2..c55402eda 100644 --- a/doc/en/GLib/PollableInputStream.xml +++ b/doc/en/GLib/IPollableInputStream.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -30,6 +30,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/PollableInputStreamImplementor.xml b/doc/en/GLib/IPollableInputStreamImplementor.xml similarity index 70% rename from doc/en/GLib/PollableInputStreamImplementor.xml rename to doc/en/GLib/IPollableInputStreamImplementor.xml index ded9a1949..ab32b9e7d 100644 --- a/doc/en/GLib/PollableInputStreamImplementor.xml +++ b/doc/en/GLib/IPollableInputStreamImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -35,6 +35,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/PollableOutputStream.xml b/doc/en/GLib/IPollableOutputStream.xml similarity index 71% rename from doc/en/GLib/PollableOutputStream.xml rename to doc/en/GLib/IPollableOutputStream.xml index f5fff10f0..adb0a56ca 100644 --- a/doc/en/GLib/PollableOutputStream.xml +++ b/doc/en/GLib/IPollableOutputStream.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -30,6 +30,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/PollableOutputStreamImplementor.xml b/doc/en/GLib/IPollableOutputStreamImplementor.xml similarity index 70% rename from doc/en/GLib/PollableOutputStreamImplementor.xml rename to doc/en/GLib/IPollableOutputStreamImplementor.xml index 0814e91c8..3a8659773 100644 --- a/doc/en/GLib/PollableOutputStreamImplementor.xml +++ b/doc/en/GLib/IPollableOutputStreamImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -35,6 +35,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/Proxy.xml b/doc/en/GLib/IProxy.xml similarity index 92% rename from doc/en/GLib/Proxy.xml rename to doc/en/GLib/IProxy.xml index b6ec40146..5eee9284e 100644 --- a/doc/en/GLib/Proxy.xml +++ b/doc/en/GLib/IProxy.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -61,14 +61,14 @@ - - + + Method GLib.IOStream - + To be added. diff --git a/doc/en/GLib/ProxyImplementor.xml b/doc/en/GLib/IProxyImplementor.xml similarity index 91% rename from doc/en/GLib/ProxyImplementor.xml rename to doc/en/GLib/IProxyImplementor.xml index 29c93f8f0..0c646a431 100644 --- a/doc/en/GLib/ProxyImplementor.xml +++ b/doc/en/GLib/IProxyImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -66,14 +66,14 @@ - - + + Method GLib.IOStream - + To be added. diff --git a/doc/en/GLib/ProxyResolver.xml b/doc/en/GLib/IProxyResolver.xml similarity index 90% rename from doc/en/GLib/ProxyResolver.xml rename to doc/en/GLib/IProxyResolver.xml index 67428d5d2..6ffd08ea5 100644 --- a/doc/en/GLib/ProxyResolver.xml +++ b/doc/en/GLib/IProxyResolver.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -71,14 +71,14 @@ - - + + Method System.String - + To be added. diff --git a/doc/en/GLib/ProxyResolverImplementor.xml b/doc/en/GLib/IProxyResolverImplementor.xml similarity index 90% rename from doc/en/GLib/ProxyResolverImplementor.xml rename to doc/en/GLib/IProxyResolverImplementor.xml index 3141ed491..06677df09 100644 --- a/doc/en/GLib/ProxyResolverImplementor.xml +++ b/doc/en/GLib/IProxyResolverImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -76,14 +76,14 @@ - - + + Method System.String - + To be added. diff --git a/doc/en/GLib/Seekable.xml b/doc/en/GLib/ISeekable.xml similarity index 90% rename from doc/en/GLib/Seekable.xml rename to doc/en/GLib/ISeekable.xml index f712e991b..05e8f8e6d 100644 --- a/doc/en/GLib/Seekable.xml +++ b/doc/en/GLib/ISeekable.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -26,7 +26,7 @@ To be added. To be added. To be added. - + @@ -41,7 +41,7 @@ To be added. To be added. To be added. - + @@ -55,7 +55,7 @@ To be added. To be added. To be added. - + @@ -77,7 +77,7 @@ To be added. To be added. To be added. - + @@ -97,7 +97,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/SocketConnectable.xml b/doc/en/GLib/ISocketConnectable.xml similarity index 88% rename from doc/en/GLib/SocketConnectable.xml rename to doc/en/GLib/ISocketConnectable.xml index 7a08d0e43..f220f97de 100644 --- a/doc/en/GLib/SocketConnectable.xml +++ b/doc/en/GLib/ISocketConnectable.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/SocketConnectableImplementor.xml b/doc/en/GLib/ISocketConnectableImplementor.xml similarity index 87% rename from doc/en/GLib/SocketConnectableImplementor.xml rename to doc/en/GLib/ISocketConnectableImplementor.xml index 5b00f2ff1..bddceaa14 100644 --- a/doc/en/GLib/SocketConnectableImplementor.xml +++ b/doc/en/GLib/ISocketConnectableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/TlsClientConnection.xml b/doc/en/GLib/ITlsClientConnection.xml similarity index 78% rename from doc/en/GLib/TlsClientConnection.xml rename to doc/en/GLib/ITlsClientConnection.xml index 9c9cb8f83..23745399e 100644 --- a/doc/en/GLib/TlsClientConnection.xml +++ b/doc/en/GLib/ITlsClientConnection.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -16,11 +16,11 @@ - - + + Property - GLib.List + System.IntPtr[] To be added. @@ -30,11 +30,11 @@ - - + + Property - GLib.SocketConnectable + GLib.ISocketConnectable To be added. diff --git a/doc/en/GLib/TlsClientConnectionImplementor.xml b/doc/en/GLib/ITlsClientConnectionImplementor.xml similarity index 82% rename from doc/en/GLib/TlsClientConnectionImplementor.xml rename to doc/en/GLib/ITlsClientConnectionImplementor.xml index 728a36394..1503d6e31 100644 --- a/doc/en/GLib/TlsClientConnectionImplementor.xml +++ b/doc/en/GLib/ITlsClientConnectionImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -21,8 +21,8 @@ - - + + Property @@ -30,7 +30,7 @@ - GLib.List + System.IntPtr[] To be added. @@ -40,8 +40,8 @@ - - + + Property @@ -49,7 +49,7 @@ - GLib.SocketConnectable + GLib.ISocketConnectable To be added. diff --git a/doc/en/GLib/TlsServerConnection.xml b/doc/en/GLib/ITlsServerConnection.xml similarity index 62% rename from doc/en/GLib/TlsServerConnection.xml rename to doc/en/GLib/ITlsServerConnection.xml index 7e0b969bb..19e3bdc4a 100644 --- a/doc/en/GLib/TlsServerConnection.xml +++ b/doc/en/GLib/ITlsServerConnection.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/TlsServerConnectionImplementor.xml b/doc/en/GLib/ITlsServerConnectionImplementor.xml similarity index 66% rename from doc/en/GLib/TlsServerConnectionImplementor.xml rename to doc/en/GLib/ITlsServerConnectionImplementor.xml index d464ceb1a..f9cdc960f 100644 --- a/doc/en/GLib/TlsServerConnectionImplementor.xml +++ b/doc/en/GLib/ITlsServerConnectionImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp diff --git a/doc/en/GLib/Volume.xml b/doc/en/GLib/IVolume.xml similarity index 85% rename from doc/en/GLib/Volume.xml rename to doc/en/GLib/IVolume.xml index 6f70898b4..29036c6be 100644 --- a/doc/en/GLib/Volume.xml +++ b/doc/en/GLib/IVolume.xml @@ -1,6 +1,6 @@ - - - + + + gio-sharp @@ -12,21 +12,21 @@ To be added. To be added. - + - - + + Property - GLib.File + GLib.IFile To be added. To be added. To be added. - + @@ -41,7 +41,7 @@ To be added. To be added. To be added. - + @@ -56,7 +56,7 @@ To be added. To be added. To be added. - + @@ -69,21 +69,21 @@ To be added. To be added. - + - - + + Property - GLib.Drive + GLib.IDrive To be added. To be added. To be added. - + @@ -104,25 +104,25 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -149,14 +149,14 @@ - - + + Method System.Boolean - + To be added. @@ -178,7 +178,7 @@ To be added. To be added. To be added. - + @@ -196,21 +196,21 @@ To be added. To be added. To be added. - + - - + + Property - GLib.Icon + GLib.IIcon To be added. To be added. To be added. - + @@ -233,39 +233,39 @@ To be added. To be added. To be added. - + - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Property - GLib.Mount + GLib.IMount To be added. To be added. To be added. - + @@ -279,7 +279,7 @@ To be added. To be added. To be added. - + @@ -292,7 +292,7 @@ To be added. To be added. - + @@ -307,7 +307,7 @@ To be added. To be added. To be added. - + @@ -321,7 +321,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/IconAdapter.xml b/doc/en/GLib/IconAdapter.xml index 9b3074241..138d4f986 100644 --- a/doc/en/GLib/IconAdapter.xml +++ b/doc/en/GLib/IconAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Icon + GLib.IIcon GLib.IWrapper @@ -36,29 +36,29 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Method - GLib.Icon + GLib.IIcon @@ -68,15 +68,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Icon + GLib.IIcon @@ -88,12 +88,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType diff --git a/doc/en/GLib/InetAddress.xml b/doc/en/GLib/InetAddress.xml index 79e66bc62..ecd867831 100644 --- a/doc/en/GLib/InetAddress.xml +++ b/doc/en/GLib/InetAddress.xml @@ -14,6 +14,20 @@ + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + @@ -42,6 +56,22 @@ + + + + Constructor + + + + + + To be added. + To be added. + To be added. + To be added. + + + @@ -61,6 +91,25 @@ + + + + Property + + + GLib.Property("family") + + + + GLib.SocketFamily + + + To be added. + To be added. + To be added. + + + @@ -279,6 +328,24 @@ + + + + Method + + GLib.InetAddress + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/InitableAdapter.xml b/doc/en/GLib/InitableAdapter.xml index 51c9d336b..3ae3e6257 100644 --- a/doc/en/GLib/InitableAdapter.xml +++ b/doc/en/GLib/InitableAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Initable + GLib.IInitable GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,11 +61,11 @@ - - + + Method - GLib.Initable + GLib.IInitable @@ -79,11 +79,11 @@ - - + + Method - GLib.Initable + GLib.IInitable @@ -98,9 +98,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -127,11 +141,11 @@ - - + + Property - GLib.InitableImplementor + GLib.IInitableImplementor To be added. diff --git a/doc/en/GLib/InputStream.xml b/doc/en/GLib/InputStream.xml index 36c0e8529..cd78cb28d 100644 --- a/doc/en/GLib/InputStream.xml +++ b/doc/en/GLib/InputStream.xml @@ -93,21 +93,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -179,8 +179,8 @@ - - + + Method @@ -191,14 +191,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -255,8 +255,8 @@ - - + + Method @@ -267,14 +267,14 @@ System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -358,8 +358,8 @@ - - + + Method @@ -370,14 +370,14 @@ System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -452,21 +452,21 @@ - - + + Method System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -528,21 +528,21 @@ - - + + Method System.Int64 - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Io.xml b/doc/en/GLib/Io.xml deleted file mode 100644 index 2340206df..000000000 --- a/doc/en/GLib/Io.xml +++ /dev/null @@ -1,152 +0,0 @@ - - - - - gio-sharp - - - System.Object - - - - To be added. - To be added. - - - - - - - Constructor - - - To be added. - To be added. - - - - - - - Method - - GLib.IOErrorEnum - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - - Method - - GLib.IOErrorEnum - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - - Method - - System.Int32 - - - - To be added. - To be added. - To be added. - - - - - - - Method - - GLib.List - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - - - Method - - System.Void - - - - To be added. - To be added. - - - - - - - Method - - System.Void - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - diff --git a/doc/en/GLib/LoadableIconAdapter.xml b/doc/en/GLib/LoadableIconAdapter.xml index 3afb20d98..a0002529e 100644 --- a/doc/en/GLib/LoadableIconAdapter.xml +++ b/doc/en/GLib/LoadableIconAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.ILoadableIcon - GLib.LoadableIcon + GLib.IWrapper @@ -33,17 +33,17 @@ - - + + Constructor - + To be added. To be added. To be added. - + @@ -61,11 +61,11 @@ - - + + Method - GLib.LoadableIcon + GLib.ILoadableIcon @@ -75,15 +75,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.LoadableIcon + GLib.ILoadableIcon @@ -95,12 +95,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -127,11 +141,11 @@ - - + + Property - GLib.LoadableIconImplementor + GLib.ILoadableIconImplementor To be added. @@ -184,14 +198,14 @@ - - + + Method GLib.InputStream - + @@ -200,7 +214,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/MainContext.xml b/doc/en/GLib/MainContext.xml index 865cdddc7..acbc9dae0 100644 --- a/doc/en/GLib/MainContext.xml +++ b/doc/en/GLib/MainContext.xml @@ -27,6 +27,20 @@ This is the default constructor for . + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + @@ -103,6 +117,20 @@ + + + + Property + + System.IntPtr + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/Marshaller.xml b/doc/en/GLib/Marshaller.xml index 94c761800..dde9f77da 100644 --- a/doc/en/GLib/Marshaller.xml +++ b/doc/en/GLib/Marshaller.xml @@ -16,52 +16,6 @@ Utility class for internal wrapper use - - - - Method - - - System.Obsolete("Use GLib.Argv instead to avoid leaks.") - - - - System.IntPtr - - - - - - a - Obsolete. - a - Replaced by - - - - - - Method - - - System.Obsolete("Use GLib.Argv instead to avoid leaks.") - - - - System.String[] - - - - - - - a - a - Obsolete. - a - Replaced by - - @@ -434,6 +388,42 @@ + + + + Method + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.IntPtr + + + + + + To be added. + To be added. + To be added. + To be added. + + + @@ -495,6 +485,50 @@ + + + + Method + + T[] + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.IntPtr + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/MemoryInputStream.xml b/doc/en/GLib/MemoryInputStream.xml index 77f165eea..61de5f632 100644 --- a/doc/en/GLib/MemoryInputStream.xml +++ b/doc/en/GLib/MemoryInputStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Seekable + GLib.ISeekable diff --git a/doc/en/GLib/MemoryOutputStream.xml b/doc/en/GLib/MemoryOutputStream.xml index 407697ca8..655f8ef01 100644 --- a/doc/en/GLib/MemoryOutputStream.xml +++ b/doc/en/GLib/MemoryOutputStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Seekable + GLib.ISeekable diff --git a/doc/en/GLib/MountAdapter.xml b/doc/en/GLib/MountAdapter.xml index 247d5757c..cc28f1e8e 100644 --- a/doc/en/GLib/MountAdapter.xml +++ b/doc/en/GLib/MountAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.IMount - GLib.Mount + GLib.IWrapper @@ -83,11 +83,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. @@ -97,11 +97,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. @@ -137,8 +137,8 @@ - - + + Method @@ -149,14 +149,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -183,14 +183,14 @@ - - + + Method System.Boolean - + To be added. @@ -201,11 +201,11 @@ - - + + Method - GLib.Mount + GLib.IMount @@ -215,15 +215,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Mount + GLib.IMount @@ -235,12 +235,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -274,14 +288,14 @@ - - + + Method System.String[] - + To be added. @@ -326,11 +340,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. @@ -423,29 +437,29 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Property - GLib.File + GLib.IFile To be added. @@ -513,8 +527,8 @@ - - + + Method @@ -525,14 +539,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -559,14 +573,14 @@ - - + + Method System.Boolean - + To be added. @@ -605,11 +619,11 @@ - - + + Property - GLib.Volume + GLib.IVolume To be added. diff --git a/doc/en/GLib/MountAddedArgs.xml b/doc/en/GLib/MountAddedArgs.xml index ae08ce841..ef0b0dabd 100644 --- a/doc/en/GLib/MountAddedArgs.xml +++ b/doc/en/GLib/MountAddedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Mount + GLib.IMount To be added. diff --git a/doc/en/GLib/MountChangedArgs.xml b/doc/en/GLib/MountChangedArgs.xml index 9c3661411..8145148b2 100644 --- a/doc/en/GLib/MountChangedArgs.xml +++ b/doc/en/GLib/MountChangedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Mount + GLib.IMount To be added. diff --git a/doc/en/GLib/MountPreUnmountArgs.xml b/doc/en/GLib/MountPreUnmountArgs.xml index 93aa65645..ebae3e063 100644 --- a/doc/en/GLib/MountPreUnmountArgs.xml +++ b/doc/en/GLib/MountPreUnmountArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Mount + GLib.IMount To be added. diff --git a/doc/en/GLib/MountRemovedArgs.xml b/doc/en/GLib/MountRemovedArgs.xml index e220c5a20..05e5833d4 100644 --- a/doc/en/GLib/MountRemovedArgs.xml +++ b/doc/en/GLib/MountRemovedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Mount + GLib.IMount To be added. diff --git a/doc/en/GLib/Mutex.xml b/doc/en/GLib/Mutex.xml new file mode 100644 index 000000000..08c399956 --- /dev/null +++ b/doc/en/GLib/Mutex.xml @@ -0,0 +1,103 @@ + + + + + glib-sharp + + + GLib.Opaque + + + + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/NetworkAddress.xml b/doc/en/GLib/NetworkAddress.xml index 4067a9e0b..db5c5fcf7 100644 --- a/doc/en/GLib/NetworkAddress.xml +++ b/doc/en/GLib/NetworkAddress.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.SocketConnectable + GLib.ISocketConnectable @@ -97,11 +97,11 @@ - - + + Method - GLib.SocketConnectable + GLib.ISocketConnectable @@ -117,11 +117,11 @@ - - + + Method - GLib.SocketConnectable + GLib.ISocketConnectable diff --git a/doc/en/GLib/NetworkService.xml b/doc/en/GLib/NetworkService.xml index d98c91571..68817dcf6 100644 --- a/doc/en/GLib/NetworkService.xml +++ b/doc/en/GLib/NetworkService.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.SocketConnectable + GLib.ISocketConnectable diff --git a/doc/en/GLib/Object.xml b/doc/en/GLib/Object.xml index 2658f6331..a2cbfd523 100644 --- a/doc/en/GLib/Object.xml +++ b/doc/en/GLib/Object.xml @@ -390,6 +390,11 @@ This method is called by the generated classes by the Gtk# framework. Method + + + System.Obsolete("Use OverrideProperty(oclass,property_id,name)") + + System.Void @@ -405,6 +410,27 @@ This method is called by the generated classes by the Gtk# framework. + + + + Method + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + @@ -557,6 +583,24 @@ This method is called by the generated classes by the Gtk# framework. To be added + + + + Method + + GLib.Object + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/ObjectManager.xml b/doc/en/GLib/ObjectManager.xml index ee6556908..5755aa7cd 100644 --- a/doc/en/GLib/ObjectManager.xml +++ b/doc/en/GLib/ObjectManager.xml @@ -1,6 +1,6 @@ - - + + glib-sharp @@ -16,17 +16,6 @@ - - - - Constructor - - - - Do Not Use. - - - diff --git a/doc/en/GLib/OpenedArgs.xml b/doc/en/GLib/OpenedArgs.xml index 7ed5c6303..baf22e8b1 100644 --- a/doc/en/GLib/OpenedArgs.xml +++ b/doc/en/GLib/OpenedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. diff --git a/doc/en/GLib/OutputStream.xml b/doc/en/GLib/OutputStream.xml index b73fe6c3f..115aa3588 100644 --- a/doc/en/GLib/OutputStream.xml +++ b/doc/en/GLib/OutputStream.xml @@ -93,21 +93,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -150,21 +150,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -250,8 +250,8 @@ - - + + Method @@ -262,14 +262,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -345,8 +345,8 @@ - - + + Method @@ -357,14 +357,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -425,8 +425,8 @@ - - + + Method @@ -437,14 +437,14 @@ System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -478,8 +478,8 @@ - - + + Method @@ -490,14 +490,14 @@ System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -590,21 +590,21 @@ - - + + Method System.Int64 - + To be added. To be added. To be added. To be added. - + @@ -679,21 +679,21 @@ - - + + Method System.Int64 - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/Permission.xml b/doc/en/GLib/Permission.xml index ba11924a5..39ea87fdd 100644 --- a/doc/en/GLib/Permission.xml +++ b/doc/en/GLib/Permission.xml @@ -77,14 +77,14 @@ - - + + Method System.Boolean - + To be added. @@ -234,8 +234,8 @@ - - + + Method @@ -246,7 +246,7 @@ System.Boolean - + To be added. @@ -304,8 +304,8 @@ - - + + Method @@ -316,7 +316,7 @@ System.Boolean - + To be added. @@ -364,14 +364,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/PollFD.xml b/doc/en/GLib/PollFD.xml new file mode 100644 index 000000000..ed6791790 --- /dev/null +++ b/doc/en/GLib/PollFD.xml @@ -0,0 +1,193 @@ + + + + + glib-sharp + + + System.ValueType + + + + System.IEquatable<GLib.PollFD> + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Field + + System.UInt16 + + + To be added. + To be added. + + + + + + + Field + + System.Int32 + + + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.PollFD + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.Value + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.PollFD + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Field + + System.UInt16 + + + To be added. + To be added. + + + + + + + Field + + GLib.PollFD + + + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/PollableInputStreamAdapter.xml b/doc/en/GLib/PollableInputStreamAdapter.xml index 316fe5b72..462dd30d5 100644 --- a/doc/en/GLib/PollableInputStreamAdapter.xml +++ b/doc/en/GLib/PollableInputStreamAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.IPollableInputStream - GLib.PollableInputStream + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -75,12 +75,30 @@ - - - + + + Method - GLib.PollableInputStream + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.IPollableInputStream @@ -94,11 +112,11 @@ - - + + Method - GLib.PollableInputStream + GLib.IPollableInputStream @@ -113,9 +131,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -142,11 +174,11 @@ - - + + Property - GLib.PollableInputStreamImplementor + GLib.IPollableInputStreamImplementor To be added. diff --git a/doc/en/GLib/PollableOutputStreamAdapter.xml b/doc/en/GLib/PollableOutputStreamAdapter.xml index d346fa0d9..9593e3d8a 100644 --- a/doc/en/GLib/PollableOutputStreamAdapter.xml +++ b/doc/en/GLib/PollableOutputStreamAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.IPollableOutputStream - GLib.PollableOutputStream + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -75,12 +75,30 @@ - - - + + + Method - GLib.PollableOutputStream + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.IPollableOutputStream @@ -94,11 +112,11 @@ - - + + Method - GLib.PollableOutputStream + GLib.IPollableOutputStream @@ -113,9 +131,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -142,11 +174,11 @@ - - + + Property - GLib.PollableOutputStreamImplementor + GLib.IPollableOutputStreamImplementor To be added. diff --git a/doc/en/GLib/ProxyAdapter.xml b/doc/en/GLib/ProxyAdapter.xml index b853ac5e4..9a2d06e3b 100644 --- a/doc/en/GLib/ProxyAdapter.xml +++ b/doc/en/GLib/ProxyAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.IProxy - GLib.Proxy + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -106,14 +106,14 @@ - - + + Method GLib.IOStream - + To be added. @@ -124,11 +124,11 @@ - - + + Method - GLib.Proxy + GLib.IProxy @@ -142,11 +142,11 @@ - - + + Method - GLib.Proxy + GLib.IProxy @@ -160,11 +160,11 @@ - - + + Method - GLib.Proxy + GLib.IProxy @@ -179,9 +179,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -208,11 +222,11 @@ - - + + Property - GLib.ProxyImplementor + GLib.IProxyImplementor To be added. diff --git a/doc/en/GLib/ProxyAddressEnumerator.xml b/doc/en/GLib/ProxyAddressEnumerator.xml index 594694fb3..77187357a 100644 --- a/doc/en/GLib/ProxyAddressEnumerator.xml +++ b/doc/en/GLib/ProxyAddressEnumerator.xml @@ -40,8 +40,8 @@ - - + + Property @@ -49,7 +49,7 @@ - GLib.SocketConnectable + GLib.ISocketConnectable To be added. diff --git a/doc/en/GLib/ProxyResolverAdapter.xml b/doc/en/GLib/ProxyResolverAdapter.xml index 27dcb4ff9..bdf95a7a4 100644 --- a/doc/en/GLib/ProxyResolverAdapter.xml +++ b/doc/en/GLib/ProxyResolverAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.IProxyResolver - GLib.ProxyResolver + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,11 +61,11 @@ - - + + Property - GLib.ProxyResolver + GLib.IProxyResolver To be added. @@ -75,11 +75,11 @@ - - + + Method - GLib.ProxyResolver + GLib.IProxyResolver @@ -93,11 +93,11 @@ - - + + Method - GLib.ProxyResolver + GLib.IProxyResolver @@ -112,9 +112,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -141,11 +155,11 @@ - - + + Property - GLib.ProxyResolverImplementor + GLib.IProxyResolverImplementor To be added. @@ -210,14 +224,14 @@ - - + + Method System.String - + To be added. diff --git a/doc/en/GLib/RecMutex.xml b/doc/en/GLib/RecMutex.xml new file mode 100644 index 000000000..0b4910cc1 --- /dev/null +++ b/doc/en/GLib/RecMutex.xml @@ -0,0 +1,103 @@ + + + + + glib-sharp + + + GLib.Opaque + + + + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/Resolver.xml b/doc/en/GLib/Resolver.xml index 8bebf63f0..992f37ef5 100644 --- a/doc/en/GLib/Resolver.xml +++ b/doc/en/GLib/Resolver.xml @@ -158,14 +158,14 @@ - - + + Method System.String - + To be added. @@ -176,11 +176,11 @@ - - + + Method - GLib.List + GLib.InetAddress[] @@ -217,14 +217,14 @@ - - + + Method - GLib.List + GLib.InetAddress[] - + To be added. @@ -235,11 +235,11 @@ - - + + Method - GLib.List + GLib.SrvTarget[] @@ -284,14 +284,14 @@ - - + + Method - GLib.List + GLib.SrvTarget[] - + To be added. @@ -353,8 +353,8 @@ - - + + Method @@ -365,7 +365,7 @@ System.String - + To be added. @@ -376,8 +376,8 @@ - - + + Method @@ -385,7 +385,7 @@ - GLib.List + GLib.InetAddress[] @@ -427,8 +427,8 @@ - - + + Method @@ -436,10 +436,10 @@ - GLib.List + GLib.InetAddress[] - + To be added. @@ -450,8 +450,8 @@ - - + + Method @@ -459,7 +459,7 @@ - GLib.List + GLib.SrvTarget[] @@ -501,8 +501,8 @@ - - + + Method @@ -510,10 +510,10 @@ - GLib.List + GLib.SrvTarget[] - + To be added. diff --git a/doc/en/GLib/SeekableAdapter.xml b/doc/en/GLib/SeekableAdapter.xml index d07f181ac..752651777 100644 --- a/doc/en/GLib/SeekableAdapter.xml +++ b/doc/en/GLib/SeekableAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.ISeekable - GLib.Seekable + GLib.IWrapper @@ -21,31 +21,6 @@ - - - - Constructor - - - To be added. - To be added. - - - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - @@ -90,11 +65,11 @@ - - + + Method - GLib.Seekable + GLib.ISeekable @@ -104,15 +79,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Seekable + GLib.ISeekable @@ -124,12 +99,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -155,20 +144,6 @@ - - - - Property - - GLib.SeekableImplementor - - - To be added. - To be added. - To be added. - - - diff --git a/doc/en/GLib/SeekableImplementor.xml b/doc/en/GLib/SeekableImplementor.xml deleted file mode 100644 index f43a0d96f..000000000 --- a/doc/en/GLib/SeekableImplementor.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - gio-sharp - - - - GLib.IWrapper - - - - - GLib.GInterface(typeof(GLib.SeekableAdapter)) - - - - To be added. - To be added. - - - - - - - Method - - System.Boolean - - - - To be added. - To be added. - To be added. - - - - - - - Method - - System.Boolean - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - diff --git a/doc/en/GLib/Settings.xml b/doc/en/GLib/Settings.xml index 48888d01e..33cdf9999 100644 --- a/doc/en/GLib/Settings.xml +++ b/doc/en/GLib/Settings.xml @@ -454,11 +454,11 @@ - - + + Method - System.String + System.String[] @@ -541,11 +541,11 @@ - - + + Method - System.String + System.String[] @@ -556,11 +556,11 @@ - - + + Method - System.String + System.String[] @@ -571,11 +571,11 @@ - - + + Method - System.String + System.String[] @@ -586,11 +586,11 @@ - - + + Method - System.String + System.String[] @@ -944,15 +944,15 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/GLib/Simple.xml b/doc/en/GLib/Simple.xml deleted file mode 100644 index 08141e672..000000000 --- a/doc/en/GLib/Simple.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - gio-sharp - - - System.Object - - - - To be added. - To be added. - - - - - - - Constructor - - - To be added. - To be added. - - - - - - - Method - - System.Void - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - - - Method - - System.Void - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - diff --git a/doc/en/GLib/SimpleAction.xml b/doc/en/GLib/SimpleAction.xml index ec549bc10..04a9d0955 100644 --- a/doc/en/GLib/SimpleAction.xml +++ b/doc/en/GLib/SimpleAction.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Action + GLib.IAction @@ -120,9 +120,9 @@ - - - + + + Property System.Boolean @@ -134,9 +134,9 @@ - - - + + + Property System.String @@ -148,9 +148,9 @@ - - - + + + Property GLib.VariantType @@ -162,9 +162,9 @@ - - - + + + Property GLib.VariantType diff --git a/doc/en/GLib/SimpleActionGroup.xml b/doc/en/GLib/SimpleActionGroup.xml index cba462918..52b41fbc0 100644 --- a/doc/en/GLib/SimpleActionGroup.xml +++ b/doc/en/GLib/SimpleActionGroup.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.ActionGroup + GLib.IActionGroup @@ -348,14 +348,14 @@ - - + + Method System.Void - + To be added. @@ -380,11 +380,11 @@ - - + + Method - GLib.Action + GLib.IAction diff --git a/doc/en/GLib/SimpleAsyncResult.xml b/doc/en/GLib/SimpleAsyncResult.xml index dc102bab1..8cdaab4fb 100644 --- a/doc/en/GLib/SimpleAsyncResult.xml +++ b/doc/en/GLib/SimpleAsyncResult.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.AsyncResult + GLib.IAsyncResult @@ -114,14 +114,14 @@ - - + + Method System.Boolean - + @@ -231,6 +231,48 @@ To be added. + + + + Method + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/Socket.xml b/doc/en/GLib/Socket.xml index 95c14be75..cfa214ae7 100644 --- a/doc/en/GLib/Socket.xml +++ b/doc/en/GLib/Socket.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Initable + GLib.IInitable @@ -46,6 +46,24 @@ + + + + Constructor + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + @@ -133,6 +151,44 @@ + + + + Method + + GLib.IOCondition + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + @@ -153,6 +209,45 @@ + + + + Method + + GLib.Source + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + + GLib.Property("family") + + + + GLib.SocketFamily + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SocketAddress.xml b/doc/en/GLib/SocketAddress.xml index 1d21d9f3c..8094b96ff 100644 --- a/doc/en/GLib/SocketAddress.xml +++ b/doc/en/GLib/SocketAddress.xml @@ -44,6 +44,25 @@ + + + + Property + + + GLib.Property("family") + + + + GLib.SocketFamily + + + To be added. + To be added. + To be added. + + + @@ -72,6 +91,26 @@ + + + + Method + + + GLib.DefaultSignalHandler(ConnectionMethod="OverrideGetFamily", Type=typeof(GLib.SocketAddress)) + + + + GLib.SocketFamily + + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SocketAddressEnumerator.xml b/doc/en/GLib/SocketAddressEnumerator.xml index b203d9412..c7d000f6e 100644 --- a/doc/en/GLib/SocketAddressEnumerator.xml +++ b/doc/en/GLib/SocketAddressEnumerator.xml @@ -91,14 +91,14 @@ - - + + Method GLib.SocketAddress - + To be added. @@ -156,8 +156,8 @@ - - + + Method @@ -168,7 +168,7 @@ GLib.SocketAddress - + To be added. diff --git a/doc/en/GLib/SocketClient.xml b/doc/en/GLib/SocketClient.xml index 46351c3c1..80c32cac3 100644 --- a/doc/en/GLib/SocketClient.xml +++ b/doc/en/GLib/SocketClient.xml @@ -57,14 +57,14 @@ - - + + Method GLib.SocketConnection - + @@ -77,14 +77,14 @@ - - + + Method System.Void - + @@ -98,14 +98,14 @@ - - + + Method GLib.SocketConnection - + To be added. @@ -161,14 +161,14 @@ - - + + Method GLib.SocketConnection - + To be added. @@ -224,14 +224,14 @@ - - + + Method GLib.SocketConnection - + To be added. @@ -287,14 +287,14 @@ - - + + Method GLib.SocketConnection - + To be added. @@ -323,6 +323,25 @@ + + + + Property + + + GLib.Property("family") + + + + GLib.SocketFamily + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SocketConnectableAdapter.xml b/doc/en/GLib/SocketConnectableAdapter.xml index 45ea68b7a..4e7f2fe93 100644 --- a/doc/en/GLib/SocketConnectableAdapter.xml +++ b/doc/en/GLib/SocketConnectableAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.ISocketConnectable - GLib.SocketConnectable + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -76,11 +76,11 @@ - - + + Method - GLib.SocketConnectable + GLib.ISocketConnectable @@ -94,11 +94,11 @@ - - + + Method - GLib.SocketConnectable + GLib.ISocketConnectable @@ -113,9 +113,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -142,11 +156,11 @@ - - + + Property - GLib.SocketConnectableImplementor + GLib.ISocketConnectableImplementor To be added. diff --git a/doc/en/GLib/SocketConnection.xml b/doc/en/GLib/SocketConnection.xml index a7b2dce56..560eb52b9 100644 --- a/doc/en/GLib/SocketConnection.xml +++ b/doc/en/GLib/SocketConnection.xml @@ -57,6 +57,51 @@ + + + + Method + + GLib.GType + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SocketFamily.xml b/doc/en/GLib/SocketFamily.xml new file mode 100644 index 000000000..61d67e282 --- /dev/null +++ b/doc/en/GLib/SocketFamily.xml @@ -0,0 +1,70 @@ + + + + + gio-sharp + + + System.Enum + + + + GLib.GType(typeof(GLib.SocketFamilyGType)) + + + + To be added. + To be added. + + + + + + + Field + + GLib.SocketFamily + + + To be added. + + + + + + + Field + + GLib.SocketFamily + + + To be added. + + + + + + + Field + + GLib.SocketFamily + + + To be added. + + + + + + + Field + + GLib.SocketFamily + + + To be added. + + + + + diff --git a/doc/en/GLib/SocketInputStream.xml b/doc/en/GLib/SocketInputStream.xml index 678b5e32a..a7b3bed76 100644 --- a/doc/en/GLib/SocketInputStream.xml +++ b/doc/en/GLib/SocketInputStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.PollableInputStream + GLib.IPollableInputStream @@ -58,6 +58,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SocketListener.xml b/doc/en/GLib/SocketListener.xml index 362579e60..5949c86b7 100644 --- a/doc/en/GLib/SocketListener.xml +++ b/doc/en/GLib/SocketListener.xml @@ -79,14 +79,14 @@ - - + + Method GLib.SocketConnection - + @@ -138,14 +138,14 @@ - - + + Method GLib.Socket - + diff --git a/doc/en/GLib/SocketMsgFlags.xml b/doc/en/GLib/SocketMsgFlags.xml new file mode 100644 index 000000000..d6d95d2bf --- /dev/null +++ b/doc/en/GLib/SocketMsgFlags.xml @@ -0,0 +1,70 @@ + + + + + gio-sharp + + + System.Enum + + + + GLib.GType(typeof(GLib.SocketMsgFlagsGType)) + + + + To be added. + To be added. + + + + + + + Field + + GLib.SocketMsgFlags + + + To be added. + + + + + + + Field + + GLib.SocketMsgFlags + + + To be added. + + + + + + + Field + + GLib.SocketMsgFlags + + + To be added. + + + + + + + Field + + GLib.SocketMsgFlags + + + To be added. + + + + + diff --git a/doc/en/GLib/SocketOutputStream.xml b/doc/en/GLib/SocketOutputStream.xml index 968299ca2..4d117b265 100644 --- a/doc/en/GLib/SocketOutputStream.xml +++ b/doc/en/GLib/SocketOutputStream.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.PollableOutputStream + GLib.IPollableOutputStream @@ -58,6 +58,24 @@ + + + + Method + + GLib.Source + + + + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SocketSourceFunc.xml b/doc/en/GLib/SocketSourceFunc.xml new file mode 100644 index 000000000..9f777b539 --- /dev/null +++ b/doc/en/GLib/SocketSourceFunc.xml @@ -0,0 +1,25 @@ + + + + + gio-sharp + + + System.Delegate + + + + + + + System.Boolean + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/Socks4aProxy.xml b/doc/en/GLib/Socks4aProxy.xml index 56efcc309..8cb112fe4 100644 --- a/doc/en/GLib/Socks4aProxy.xml +++ b/doc/en/GLib/Socks4aProxy.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Proxy + GLib.IProxy @@ -89,14 +89,14 @@ - - + + Method GLib.IOStream - + To be added. diff --git a/doc/en/GLib/Socks5Proxy.xml b/doc/en/GLib/Socks5Proxy.xml index 3370ff7fd..66019acb3 100644 --- a/doc/en/GLib/Socks5Proxy.xml +++ b/doc/en/GLib/Socks5Proxy.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Proxy + GLib.IProxy @@ -89,14 +89,14 @@ - - + + Method GLib.IOStream - + To be added. diff --git a/doc/en/GLib/Source.xml b/doc/en/GLib/Source.xml index e759a7c72..f151079e5 100644 --- a/doc/en/GLib/Source.xml +++ b/doc/en/GLib/Source.xml @@ -1,6 +1,6 @@ - - + + glib-sharp @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - System.Object + GLib.Opaque @@ -16,6 +16,321 @@ To be added + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.UInt32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.MainContext + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.SourceFuncs + + + To be added. + To be added. + To be added. + + + + + + + Method + + + System.Obsolete + + + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.UInt32 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Boolean + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.String + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int32 + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.IOCondition + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + @@ -33,5 +348,163 @@ To be added + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SourceCallbackFuncs.xml b/doc/en/GLib/SourceCallbackFuncs.xml new file mode 100644 index 000000000..24286550b --- /dev/null +++ b/doc/en/GLib/SourceCallbackFuncs.xml @@ -0,0 +1,104 @@ + + + + + glib-sharp + + + System.ValueType + + + + System.IEquatable<GLib.SourceCallbackFuncs> + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.SourceCallbackFuncs + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Field + + GLib.SourceCallbackFuncs + + + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/SourceDummyMarshal.xml b/doc/en/GLib/SourceDummyMarshal.xml new file mode 100644 index 000000000..717d41672 --- /dev/null +++ b/doc/en/GLib/SourceDummyMarshal.xml @@ -0,0 +1,19 @@ + + + + + glib-sharp + + + System.Delegate + + + + System.Void + + + To be added. + To be added. + + + diff --git a/doc/en/GLib/SourceFunc.xml b/doc/en/GLib/SourceFunc.xml new file mode 100644 index 000000000..9abfdd900 --- /dev/null +++ b/doc/en/GLib/SourceFunc.xml @@ -0,0 +1,23 @@ + + + + + glib-sharp + + + System.Delegate + + + + + + System.Boolean + + + To be added. + To be added. + To be added. + To be added. + + + diff --git a/doc/en/GLib/SourceFuncs.xml b/doc/en/GLib/SourceFuncs.xml new file mode 100644 index 000000000..eec0b63ac --- /dev/null +++ b/doc/en/GLib/SourceFuncs.xml @@ -0,0 +1,104 @@ + + + + + glib-sharp + + + System.ValueType + + + + System.IEquatable<GLib.SourceFuncs> + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.SourceFuncs + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Field + + GLib.SourceFuncs + + + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/SrvTarget.xml b/doc/en/GLib/SrvTarget.xml index 29f34e25e..b93b6eca7 100644 --- a/doc/en/GLib/SrvTarget.xml +++ b/doc/en/GLib/SrvTarget.xml @@ -123,11 +123,11 @@ - - + + Method - GLib.List + GLib.SrvTarget[] diff --git a/doc/en/GLib/TcpWrapperConnection.xml b/doc/en/GLib/TcpWrapperConnection.xml index e64779bc9..a4c19da0e 100644 --- a/doc/en/GLib/TcpWrapperConnection.xml +++ b/doc/en/GLib/TcpWrapperConnection.xml @@ -48,6 +48,11 @@ Property + + + GLib.Property("base-io-stream") + + GLib.IOStream diff --git a/doc/en/GLib/ThemedIcon.xml b/doc/en/GLib/ThemedIcon.xml index 7d956ae44..ca31289e6 100644 --- a/doc/en/GLib/ThemedIcon.xml +++ b/doc/en/GLib/ThemedIcon.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Icon + GLib.IIcon @@ -64,21 +64,21 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + diff --git a/doc/en/GLib/TimeVal.xml b/doc/en/GLib/TimeVal.xml new file mode 100644 index 000000000..647a1fc63 --- /dev/null +++ b/doc/en/GLib/TimeVal.xml @@ -0,0 +1,184 @@ + + + + + glib-sharp + + + System.ValueType + + + + System.IEquatable<GLib.TimeVal> + + + + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.TimeVal + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + Property + + System.Int64 + + + To be added. + To be added. + To be added. + + + + + + + Field + + GLib.TimeVal + + + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/TimeZone.xml b/doc/en/GLib/TimeZone.xml new file mode 100644 index 000000000..09c11c1e1 --- /dev/null +++ b/doc/en/GLib/TimeZone.xml @@ -0,0 +1,228 @@ + + + + + glib-sharp + + + GLib.Opaque + + + + To be added. + To be added. + + + + + + + Constructor + + + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.String + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Int32 + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + GLib.TimeZone + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + + + Method + + System.Void + + + + + + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/GLib/TlsCertificate.xml b/doc/en/GLib/TlsCertificate.xml index 9eb781693..529bb1d56 100644 --- a/doc/en/GLib/TlsCertificate.xml +++ b/doc/en/GLib/TlsCertificate.xml @@ -130,11 +130,11 @@ - - + + Method - GLib.List + GLib.TlsCertificate[] @@ -166,8 +166,8 @@ - - + + Method @@ -178,7 +178,7 @@ GLib.TlsCertificateFlags - + @@ -191,14 +191,14 @@ - - + + Method GLib.TlsCertificateFlags - + diff --git a/doc/en/GLib/TlsClientConnectionAdapter.xml b/doc/en/GLib/TlsClientConnectionAdapter.xml index 5beffc734..e8b74fe5a 100644 --- a/doc/en/GLib/TlsClientConnectionAdapter.xml +++ b/doc/en/GLib/TlsClientConnectionAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.ITlsClientConnection - GLib.TlsClientConnection + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,8 +61,8 @@ - - + + Property @@ -70,7 +70,7 @@ - GLib.List + System.IntPtr[] To be added. @@ -80,11 +80,11 @@ - - + + Method - GLib.TlsClientConnection + GLib.ITlsClientConnection @@ -98,11 +98,11 @@ - - + + Method - GLib.TlsClientConnection + GLib.ITlsClientConnection @@ -117,9 +117,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -146,11 +160,11 @@ - - + + Property - GLib.TlsClientConnectionImplementor + GLib.ITlsClientConnectionImplementor To be added. @@ -174,8 +188,8 @@ - - + + Property @@ -183,7 +197,7 @@ - GLib.SocketConnectable + GLib.ISocketConnectable To be added. diff --git a/doc/en/GLib/TlsConnection.xml b/doc/en/GLib/TlsConnection.xml index 4f125055a..f0abdee08 100644 --- a/doc/en/GLib/TlsConnection.xml +++ b/doc/en/GLib/TlsConnection.xml @@ -57,6 +57,25 @@ + + + + Property + + + GLib.Property("base-io-stream") + + + + GLib.IOStream + + + To be added. + To be added. + To be added. + + + @@ -150,14 +169,14 @@ - - + + Method System.Boolean - + To be added. @@ -242,8 +261,8 @@ - - + + Method @@ -254,7 +273,7 @@ System.Boolean - + To be added. diff --git a/doc/en/GLib/TlsServerConnectionAdapter.xml b/doc/en/GLib/TlsServerConnectionAdapter.xml index bc0c6f438..7788bc43b 100644 --- a/doc/en/GLib/TlsServerConnectionAdapter.xml +++ b/doc/en/GLib/TlsServerConnectionAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.ITlsServerConnection - GLib.TlsServerConnection + GLib.IWrapper @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,11 +61,11 @@ - - + + Method - GLib.TlsServerConnection + GLib.ITlsServerConnection @@ -79,11 +79,11 @@ - - + + Method - GLib.TlsServerConnection + GLib.ITlsServerConnection @@ -98,9 +98,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -127,11 +141,11 @@ - - + + Property - GLib.TlsServerConnectionImplementor + GLib.ITlsServerConnectionImplementor To be added. diff --git a/doc/en/GLib/UnixFDMessage.xml b/doc/en/GLib/UnixFDMessage.xml index 8d768dbee..361c10051 100644 --- a/doc/en/GLib/UnixFDMessage.xml +++ b/doc/en/GLib/UnixFDMessage.xml @@ -75,6 +75,11 @@ Property + + + GLib.Property("fd-list") + + GLib.UnixFDList diff --git a/doc/en/GLib/Vfs.xml b/doc/en/GLib/Vfs.xml index c063aba83..b45d8af5a 100644 --- a/doc/en/GLib/Vfs.xml +++ b/doc/en/GLib/Vfs.xml @@ -54,11 +54,11 @@ - - + + Method - GLib.File + GLib.IFile @@ -68,15 +68,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -86,7 +86,7 @@ To be added. To be added. To be added. - + @@ -154,8 +154,8 @@ - - + + Method @@ -163,7 +163,7 @@ - GLib.File + GLib.IFile @@ -173,12 +173,12 @@ To be added. To be added. To be added. - + - - + + Method @@ -186,7 +186,7 @@ - GLib.File + GLib.IFile @@ -196,7 +196,7 @@ To be added. To be added. To be added. - + @@ -329,8 +329,8 @@ - - + + Method @@ -338,7 +338,7 @@ - GLib.File + GLib.IFile @@ -348,15 +348,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.File + GLib.IFile @@ -366,7 +366,7 @@ To be added. To be added. To be added. - + diff --git a/doc/en/GLib/VolumeAdapter.xml b/doc/en/GLib/VolumeAdapter.xml index 7c6f25386..ad71c46e2 100644 --- a/doc/en/GLib/VolumeAdapter.xml +++ b/doc/en/GLib/VolumeAdapter.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,10 +9,10 @@ - GLib.IWrapper + GLib.IVolume - GLib.Volume + GLib.IWrapper @@ -36,11 +36,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. @@ -98,11 +98,11 @@ - - + + Property - GLib.Drive + GLib.IDrive To be added. @@ -138,8 +138,8 @@ - - + + Method @@ -150,14 +150,14 @@ System.Boolean - + To be added. To be added. To be added. To be added. - + @@ -184,14 +184,14 @@ - - + + Method System.Boolean - + To be added. @@ -235,11 +235,11 @@ - - + + Method - GLib.Volume + GLib.IVolume @@ -249,15 +249,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Volume + GLib.IVolume @@ -269,12 +269,26 @@ To be added. To be added. To be added. - + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -301,11 +315,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. @@ -338,29 +352,29 @@ - - + + Method System.Boolean - + To be added. To be added. To be added. To be added. - + - - + + Property - GLib.Mount + GLib.IMount To be added. diff --git a/doc/en/GLib/VolumeAddedArgs.xml b/doc/en/GLib/VolumeAddedArgs.xml index c6d724f48..058297f9b 100644 --- a/doc/en/GLib/VolumeAddedArgs.xml +++ b/doc/en/GLib/VolumeAddedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Volume + GLib.IVolume To be added. diff --git a/doc/en/GLib/VolumeChangedArgs.xml b/doc/en/GLib/VolumeChangedArgs.xml index 19fcf44aa..79594233d 100644 --- a/doc/en/GLib/VolumeChangedArgs.xml +++ b/doc/en/GLib/VolumeChangedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Volume + GLib.IVolume To be added. diff --git a/doc/en/GLib/VolumeMonitor.xml b/doc/en/GLib/VolumeMonitor.xml index 463f82edb..9a5d8f4e8 100644 --- a/doc/en/GLib/VolumeMonitor.xml +++ b/doc/en/GLib/VolumeMonitor.xml @@ -40,8 +40,8 @@ - - + + Method @@ -49,25 +49,25 @@ - GLib.Volume + GLib.IVolume - + To be added. To be added. To be added. To be added. - + - - + + Property - GLib.Drive[] + GLib.IDrive[] To be added. @@ -181,11 +181,11 @@ - - + + Method - GLib.Mount + GLib.IMount @@ -195,15 +195,15 @@ To be added. To be added. To be added. - + - - + + Method - GLib.Volume + GLib.IVolume @@ -213,7 +213,7 @@ To be added. To be added. To be added. - + @@ -303,11 +303,11 @@ - - + + Property - GLib.Mount[] + GLib.IMount[] To be added. @@ -317,8 +317,8 @@ - - + + Method @@ -329,18 +329,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -351,18 +351,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -373,18 +373,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -395,18 +395,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -417,7 +417,7 @@ System.Void - + To be added. @@ -427,8 +427,8 @@ - - + + Method @@ -436,19 +436,19 @@ - GLib.List + GLib.IDrive[] To be added. To be added. To be added. - + - - + + Method @@ -456,7 +456,7 @@ - GLib.Mount + GLib.IMount @@ -466,12 +466,12 @@ To be added. To be added. To be added. - + - - + + Method @@ -479,19 +479,19 @@ - GLib.List + GLib.IMount[] To be added. To be added. To be added. - + - - + + Method @@ -499,7 +499,7 @@ - GLib.Volume + GLib.IVolume @@ -509,12 +509,12 @@ To be added. To be added. To be added. - + - - + + Method @@ -522,19 +522,19 @@ - GLib.List + GLib.IVolume[] To be added. To be added. To be added. - + - - + + Method @@ -545,18 +545,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -567,18 +567,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -589,18 +589,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -611,18 +611,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -633,18 +633,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -655,18 +655,18 @@ System.Void - + To be added. To be added. To be added. - + - - + + Method @@ -677,13 +677,13 @@ System.Void - + To be added. To be added. To be added. - + @@ -741,11 +741,11 @@ - - + + Property - GLib.Volume[] + GLib.IVolume[] To be added. diff --git a/doc/en/GLib/VolumeRemovedArgs.xml b/doc/en/GLib/VolumeRemovedArgs.xml index 6d63c41a4..0c4a8da3a 100644 --- a/doc/en/GLib/VolumeRemovedArgs.xml +++ b/doc/en/GLib/VolumeRemovedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.Volume + GLib.IVolume To be added. diff --git a/doc/en/GLib/ZlibCompressor.xml b/doc/en/GLib/ZlibCompressor.xml index d87475723..39df11636 100644 --- a/doc/en/GLib/ZlibCompressor.xml +++ b/doc/en/GLib/ZlibCompressor.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Converter + GLib.IConverter diff --git a/doc/en/GLib/ZlibDecompressor.xml b/doc/en/GLib/ZlibDecompressor.xml index fa6b9aee2..200ad4d43 100644 --- a/doc/en/GLib/ZlibDecompressor.xml +++ b/doc/en/GLib/ZlibDecompressor.xml @@ -1,6 +1,6 @@ - - + + gio-sharp @@ -9,7 +9,7 @@ - GLib.Converter + GLib.IConverter diff --git a/doc/en/Gdk/AppLaunchContext.xml b/doc/en/Gdk/AppLaunchContext.xml index e11dcdcba..bda37d756 100644 --- a/doc/en/Gdk/AppLaunchContext.xml +++ b/doc/en/Gdk/AppLaunchContext.xml @@ -90,11 +90,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/Gdk/BRESINFO.xml b/doc/en/Gdk/BRESINFO.xml deleted file mode 100644 index a4cc1ec12..000000000 --- a/doc/en/Gdk/BRESINFO.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - Field - - Gdk.BRESINFO - - - - To be added - To be added - - - - - Method - - Gdk.BRESINFO - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.BRESINFO' - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - diff --git a/doc/en/Gdk/CapStyle.xml b/doc/en/Gdk/CapStyle.xml deleted file mode 100644 index 6cba25248..000000000 --- a/doc/en/Gdk/CapStyle.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Determines how the end of lines are drawn. - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.CapStyleGType)) - - - - - - Field - - Gdk.CapStyle - - - - The same as Butt for lines of non-zero width. For zero width lines, the final point on the line will not be drawn. - - - - - - - Field - - Gdk.CapStyle - - - - The ends of the lines are drawn squared off and extending to the coordinates of the end point. - - - - - - - Field - - Gdk.CapStyle - - - - The ends of the lines are drawn as semicircles with the diameter equal to the line width and centered at the end point. - - - - - - - Field - - Gdk.CapStyle - - - - The ends of the lines are drawn squared off and extending half the width of the line beyond the end point. - - - - - - diff --git a/doc/en/Gdk/Char.xml b/doc/en/Gdk/Char.xml deleted file mode 100644 index 409f2fe13..000000000 --- a/doc/en/Gdk/Char.xml +++ /dev/null @@ -1,102 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - System.Object - - - - - - Method - - System.Int32 - - - - - - - To be added - a - a - a - To be added - - - - - Method - - System.Int32 - - - - - - - To be added - a - a - a - To be added - - - - - Method - - System.Int32 - - - - - - - To be added - a - a - a - To be added - - - - - Method - - System.Int32 - - - - - - - To be added - a - a - a - To be added - - - - - Constructor - - - - To be added - To be added - - - - diff --git a/doc/en/Gdk/Colormap.xml b/doc/en/Gdk/Colormap.xml deleted file mode 100644 index bc4d59ece..000000000 --- a/doc/en/Gdk/Colormap.xml +++ /dev/null @@ -1,274 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A structure that contains different colors. - None. - - - GLib.Object - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - - - - 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. - None. - - - - - Property - - Gdk.Colormap - - - Gets the system's default colormap for the default screen. - The system's default colormap for the default screen. - None. - - - - - Property - - Gdk.Visual - - - Returns the visual for which a given colormap was created. - The of the colormap. - None. - - - - - Method - - System.Boolean - - - - - - - - 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. - - - - - Property - - Gdk.Screen - - - Gets the screen for which this colormap was created. - The screen for which this colormap was created. - None. - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - - - - 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.) - - - - - Method - - System.Void - - - - - - - Frees previously allocated colors. - The colors to free. - The number of colors in colors. - None. - - - - - Method - - System.Int32 - - - - - - - - - - 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. - - - - - Constructor - - - - - - Internal constructor - a - This is a constructor used by derivative types of that would have their own GLib.GType assigned to it. This is not typically used by C# code. - - - - System.Obsolete - - - - - - Property - - System.Int32 - - - - To be added - a - To be added - - - - - System.Obsolete - - - - - - Method - - Gdk.Colormap - - - - To be added - a - To be added - - - - - - Method - - System.Void - - - - To be added - To be added - - - - - - Method - - System.Void - - - - - - To be added - a - To be added - - - - - - Property - - System.Int32 - - - - The size of the - The size of the - - - - - - - diff --git a/doc/en/Gdk/DestroyNotify.xml b/doc/en/Gdk/DestroyNotify.xml deleted file mode 100644 index fc802c700..000000000 --- a/doc/en/Gdk/DestroyNotify.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - gdk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A callback function called when a piece of user data is no longer being stored by GDK. - None. - - - System.Delegate - - - - - - System.Void - - diff --git a/doc/en/Gdk/DeviceAxis.xml b/doc/en/Gdk/DeviceAxis.xml deleted file mode 100644 index 29ab2451d..000000000 --- a/doc/en/Gdk/DeviceAxis.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Contains information about the range and mapping of a device axis. - To be added - - - System.ValueType - - - - - - Field - - Gdk.DeviceAxis - - - - To be added - To be added - - - - - Method - - Gdk.DeviceAxis - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.DeviceAxis' - To be added - - - - - Field - - Gdk.AxisUse - - - - - Specifies how the axis is used. - To be added - - - - - Field - - System.Double - - - - - Minimal value that will be reported by this axis. - To be added - - - - - Field - - System.Double - - - - - 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 deleted file mode 100644 index d380766f1..000000000 --- a/doc/en/Gdk/DeviceKey.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Contains information about the mapping of one device macro button onto a normal X key event. - To be added - - - System.ValueType - - - - - - Field - - Gdk.DeviceKey - - - - To be added - To be added - - - - - Method - - Gdk.DeviceKey - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.DeviceKey' - To be added - - - - - Field - - System.UInt32 - - - - - Keyval to generate when the macro button is pressed. If this is 0, no keypress will be generated. - To be added - - - - - Field - - Gdk.ModifierType - - - - - The modifiers set for the generated key event. - To be added - - - - diff --git a/doc/en/Gdk/Display.xml b/doc/en/Gdk/Display.xml index 1180ca3fe..af6ee2975 100644 --- a/doc/en/Gdk/Display.xml +++ b/doc/en/Gdk/Display.xml @@ -57,24 +57,6 @@ This is not typically used by C# code. - - - - Method - - System.Void - - - - - - - a representing the type of ClientMessage events to receive. - a to call to process the event. - Adds a filter to be called when X ClientMessage events are received. - To be added - - diff --git a/doc/en/Gdk/DisplayPointerHooks.xml b/doc/en/Gdk/DisplayPointerHooks.xml deleted file mode 100644 index 7f6756ad6..000000000 --- a/doc/en/Gdk/DisplayPointerHooks.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - Field - - Gdk.DisplayPointerHooks - - - - To be added - To be added - - - - - Method - - Gdk.DisplayPointerHooks - - - - - - To be added - a - a - To be added - - - - diff --git a/doc/en/Gdk/Drawable.xml b/doc/en/Gdk/Drawable.xml deleted file mode 100644 index a36579a50..000000000 --- a/doc/en/Gdk/Drawable.xml +++ /dev/null @@ -1,1134 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Functions for drawing points, lines, arcs, and text. - - To be added - - - GLib.Object - - - - - - - Method - - System.Void - - - - - - - Draws a number of points using the given graphics context. - A - An array of objects. - - - - - - Method - - System.Void - - - - - - - - - - - Render a onto the Drawable - object with the specified colors. - A , the graphics context to use - the X position of the left of the layout (in pixels) - the Y position of the top of the layout (in pixels) - the layout to render - the foreground color - the background color - Render a onto the Drawable - object, overriding the layout's normal colors with - and/or . - and - need not be allocated. - - - - - Method - - System.Void - - - - - - - - - Render a onto the Drawable - object. - A , the graphics context to use - A , the X position of the start of string (in pixels) - A , the Y position of the baseline (in pixels) - A - - - - - - Method - - System.Void - - - - - - - - - - - A , the graphics context to use - the X position of the start of string (in pixels) - the Y position of the baseline (in pixels) - To be added. - the foreground color - the background color - Render a onto the Drawable - object, overriding the layout's normal colors. - Render a onto the Drawable - object, overriding the layout's normal colors with - and/or . - - and - need not be allocated. - - - - - - Method - - System.Void - - - - - - - - - Render a onto a - The base to use. - the X position of the left of the layout (in pixels) - the Y position of the top of the layout (in pixels) - A - - -If the layout's PangoContext has a transformation matrix set, then x and y specify the position of the top left corner of the bounding box (in device space) of the transformed layout. - - -If you are using Gtk, the usual way to obtain a is . - - - - - Method - - System.Void - - - - - - - Fills and - with the size of the Drawable. or - can be if you - only want the other one. - - A - A - - On the X11 platform, if this Drawable object is also a , the returned - size is the size reported in the most-recently-processed configure - event, rather than the current size on the X server. - - - - - - Method - - System.Void - - - - - - - - Draws a number of unconnected lines. - A - A , a list of segments to draw. - A , the number of segments. - TODO: Drawable.custom needs to be edited to make segs an array of Gdk.Segment objects. - - - - - Method - - System.Void - - - - - - - - - - Low-level glyph drawing function. - A - A - A - A - A - - This is a low-level function; 99% of text rendering should be done - using instead. - A glyph is a character in a font. This function draws a sequence of -glyphs. To obtain a sequence of glyphs you have to understand a -lot about internationalized text handling, which you don't want to -understand; thus, use instead of this function, - handles the details. - - - - - - Method - - Gdk.Image - - - - - - - - - Returns a client-side representing the server-side . - A , X coordinate of the upper left corner of the region to get as a drawable - A , Y coordinate of the upper left corner of the region to get as a drawable. - A , width of the rectangle - A , height of the rectangle. - A containing the contents of this Drawable object. - - - A stores client-side image data (pixels). In contrast, - and are server-side - objects. This method obtains the pixels from a - server-side drawable as a client-side . - - - The format of a depends on - the of the current display, which - makes manipulating extremely difficult; - therefore, in - most cases you should use - instead of - this lower-level function. A contains - image data in a canonicalized RGB format, rather than a - display-dependent format. Of course, there's a convenience vs. - speed tradeoff here, so you'll want to think about what makes - sense for your application. - - - , , - , and define - the region of the drawable to obtain as an image. - - - You would usually copy image data to the client side if you intend - to examine the values of individual pixels, for example to darken - an image or add a red tint. It would be prohibitively slow to - make a round-trip request to the windowing system for each pixel, - so instead you get all of them at once, modify them, then copy - them all back at once. - - - If the X server or other windowing system backend is on the local - machine, this function may use shared memory to avoid copying - the image data. - - If the source drawable is a #GdkWindow and partially offscreen - or obscured, then the obscured portions of the returned image - will contain undefined data. - - - - - - - Method - - System.Void - - - - - - - - - - - - - Draws a portion of a drawable into another. - A - A , the source Drawable. - A - A - A - A - A - A - - - Copies the x region of at coordinates (, - ) to coordinates (, ) in . - and/or may be given as -1, in which case the entire - drawable will be copied. - Most fields in are not used for this operation, but notably the - clip mask or clip region will be honored. - - - - - The source and destination drawables must have the same visual and - colormap, or errors will result. (On X11, failure to match - visual/colormap results in a BadMatch error from the X server.) - A common cause of this problem is an attempt to draw a bitmap to - a color drawable. The way to draw a bitmap is to set the - bitmap as a clip mask on your #GdkGC, then use - to draw a rectangle clipped to the bitmap. - - - - - - Method - - System.Void - - - - - - - - - - - - - Draws a onto a drawable. - A - A - A - A - A - A - A - A - The depth of the must match the depth of the . - - - - - Method - - System.Void - - - - - - - - Draws a point at (,). - A - A - A - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Property - - Gdk.Colormap - - - - - The color map for this Drawable. - The current on the Drawable. - You only need to set the color map if the drawable-creating function did not have a way to determine the colormap, and you then use drawable operations that require a colormap. The colormap for all drawables and graphics contexts you intend to use together should match. i.e. when using a #GdkGC to draw to a drawable, or copying one drawable to another, the colormaps should match. - - - - - Property - - Gdk.Region - - - Computes the region of a drawable that is potentially visible. - A - This does not necessarily take into account if the window is obscured by other windows, but no area outside of this region is visible. - - -You must call when done. - - - - - - Property - - Gdk.Region - - - Computes the region of a drawable that potentially can be written to by drawing primitives. - A . You must call when done. - Computes the region of a drawable that potentially can be written to by drawing primitives. This region will not take into account the clip region for the GC, and may also not take into account other factors such as if the window is obscured by other windows, but no area outside of this region will be affected by drawing primitives. - - -You must call the Destroy method on the returned region when done. - - - - - - Property - - Gdk.Visual - - - Gets the describing the pixel format of drawable. - A - - - - - - Property - - System.Int32 - - - Obtains the bit depth of the drawable. - The bit depth. - Obtains the bit depth of the drawable, that is, the number of bits that make up a pixel in the drawable's visual. Examples are 8 bits per pixel, 24 bits per pixel, etc. - - - - - Property - - Gdk.Screen - - - Gets the associated with a - a - - - - - - Property - - Gdk.Display - - - Gets the associated with the . - The . - - - - - - Method - - System.Void - - - - - - - Draws a series of lines connecting the given points. - a - a - The way in which joins between lines are draw is determined by the value in the . This can be set with property. - - - - - Method - - System.Void - - - - - - - - Draws a Polygon connecting a set of points. - a - a - a - This method is obsolete. Use the overload which takes a for - - - - - Method - - System.Void - - - - - - - - Draws a rectangular outline or filled rectangle, using the foreground color and other attributes of the . - a - a - a - A rectangle drawn filled is 1 pixel smaller in both dimensions than a rectangle outlined. Calling Gdk.DrawRectangle (window, gc, TRUE, 0, 0, 20, 20) results in a filled rectangle 20 pixels wide and 20 pixels high. Calling Gdk.DrawRectangle (window, gc, FALSE, 0, 0, 20, 20) results in an outlined rectangle with corners at (0, 0), (0, 20), (20, 20), and (20, 0), which makes it 21 pixels wide and 21 pixels high. - - - - - Method - - System.Void - - - - - - - - - - Draws a line, using the foreground color and other attributes of the - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - - - - - - Draws an arc or a filled 'pie slice'. The arc is defined by the bounding rectangle of the entire ellipse, and the start and end angles of the part of the ellipse to be drawn. - a - - true if the arc should be filled, producing a 'pie slice'. - The x-coordinate of the upper left hand of the bounding box of the arc. - - The y-coordinate of the upper left hand of the bounding box of the arc. - - the width of the bounding rectangle. - the height of the bounding rectangle. - The starting angle of the arc in the clockwise direction in reference to the 3'oclock position in terms of 1/64th of a degree. - - The number of 1/64ths of a degree to sweep the arc in a clockwise direction relative to the starting angle. - - - - Draw the left side of a circle with a radius of 5 units. - - Gdk.Pixmap.DrawArc(gc, false, 0, 0, 10, 10, 90 * 64, 180 * 64); - - - - - - - Method - - System.Void - - - - - - - - - - - - - - - - Renders a rectangular portion of a to a - A used for clipping. - The to render - Source X coordinate within pixbuf. - Source Y coordinates within pixbuf. - Destination X coordinate within drawable. - Destination Y coordinate within drawable. - Width of region to render, in pixels, or -1 to use pixbuf width. - Height of region to render, in pixels, or -1 to use pixbuf height. - Dithering mode for GdkRGB. - X offset for dither. - Y offset for dither. - The destination drawable must have a colormap. All windows have a colormap, however, pixmaps only have colormap by default if they were created with a non-NULL window argument. Otherwise a colormap must be set on them on the property. - -On older X servers, rendering pixbufs with an alpha channel involves round trips to the X server, and may be somewhat slow. - -The clip mask of gc is ignored, but clip rectangles and clip regions work fine. - - - - - - Method - - System.Void - - - - - - - - - - - Draws a rectangular outline or filled rectangle, using the foreground color and other attributes of the . - a - a - a - a - a - a - A rectangle drawn filled is 1 pixel smaller in both dimensions than a rectangle outlined. Calling Gdk.DrawRectangle (window, gc, TRUE, 0, 0, 20, 20) results in a filled rectangle 20 pixels wide and 20 pixels high. Calling Gdk.DrawRectangle (window, gc, FALSE, 0, 0, 20, 20) results in an outlined rectangle with corners at (0, 0), (0, 20), (20, 20), and (20, 0), which makes it 21 pixels wide and 21 pixels high. - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Internal constructor - a - This is a constructor used by derivative types of that would have their own GLib.GType assigned to it. This is not typically used by C# code. - - - - System.Obsolete - - - - - - Constructor - - - - This is a constructor used by derivative types of Drawable. This is not typically used by C# code. - - - - - - Method - - System.Void - - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - a - a - - - - - - Method - - System.Void - - - - - - - - Draws a Polygon connecting a set of points. - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - Deprecated: use instead. - a - a - a - a - a - Deprecated. - - - - - - Method - - System.UInt32 - - - - - - - - - - Deprecated: draws a numbre of wide-char characters - a - a - a - a - a - a - Use instead. - - - - - - Method - - System.Void - - - - - - - - - - Deprecated: use instead. - a - a - a - a - a - To be added - - - - - - Method - - System.IntPtr - - - - - - This method is deprecated, do not use. - a - a - To be added - - - - - - Method - - Gdk.Drawable - - - - To be added - a - To be added - - - - - - Method - - Gdk.Image - - - - - - - - - - - - Copies a portion of drawable into the client side image structure image. - a - a - a - a - a - a - a - a - To be added - - - - - - Method - - System.Void - - - - To be added - To be added - - - - - - Method - - System.Void - - - - - - - - This method is deprecated and should not be used with new code. - a - a - a - This method is deprecated and should not be used in newly-written code. - - - - - - - Method - - System.Void - - - - - - - - - - - To be added - a - a - a - a - a - a - To be added - - - - - - Method - - System.Void - - - - - - - - To be added - a - a - a - To be added - - - - - diff --git a/doc/en/Gdk/EdgeTable.xml b/doc/en/Gdk/EdgeTable.xml deleted file mode 100644 index 7a949b25f..000000000 --- a/doc/en/Gdk/EdgeTable.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - Field - - Gdk.EdgeTable - - - - To be added - To be added - - - - - Method - - Gdk.EdgeTable - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.EdgeTable' - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Property - - Gdk.ScanLineList - - - - To be added - a - To be added - - - - System.Obsolete("Replaced by Scanlines property.") - - - - - - Property - - Gdk.ScanLineList - - - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gdk/EdgeTableEntry.xml b/doc/en/Gdk/EdgeTableEntry.xml deleted file mode 100644 index 6cb7496da..000000000 --- a/doc/en/Gdk/EdgeTableEntry.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - GLib.Opaque - - - - - - - Constructor - - - - - - To be added - a - To be added - - - - diff --git a/doc/en/Gdk/EventClient.xml b/doc/en/Gdk/EventClient.xml deleted file mode 100644 index 87533531a..000000000 --- a/doc/en/Gdk/EventClient.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - An event sent by another client application. - - - - - Gdk.Event - - - - - - Property - - Gdk.Atom - - - - 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. - - - - - Property - - System.UInt16 - - - - 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. - - - - - Property - - System.Array - - - - 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. - - - - - Constructor - - - - - - Internal constructor. - raw unmanaged pointer. - This constructor is internal and should not be used. - - - - diff --git a/doc/en/Gdk/Fill.xml b/doc/en/Gdk/Fill.xml deleted file mode 100644 index 7e93fc267..000000000 --- a/doc/en/Gdk/Fill.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Determines how primitives are drawn. - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.FillGType)) - - - - - - Field - - Gdk.Fill - - - - Draw with the foreground color. - - - - - - - Field - - Gdk.Fill - - - - Draw with a tiled pixmap. - - - - - - - Field - - Gdk.Fill - - - - Draw using the stipple bitmap. Pixels corresponding to bits in the stipple bitmap that are set will be drawn in he foreground color; pixels corresponding to bits that are not set will be left untouched. - - - - - - - Field - - Gdk.Fill - - - - Draw using the stipple bitmap. Pixels corresponding to bits in the stipple bitmap that are set will be drawn in the foreground color; pixels corresponding to bits that are not set will be drawn with the background color. - - - - - - diff --git a/doc/en/Gdk/FillRule.xml b/doc/en/Gdk/FillRule.xml deleted file mode 100644 index 36ec0f5aa..000000000 --- a/doc/en/Gdk/FillRule.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - The method for determining which pixels are included in a region, when creating a from a polygon. - The fill rule is only relevant for polygons which overlap themselves. - - - System.Enum - - - - GLib.GType(typeof(Gdk.FillRuleGType)) - - - - - - Field - - Gdk.FillRule - - - - Areas which are overlapped an odd number of times are included in the region, while areas overlapped an even number of times are not. - - - - - - - Field - - Gdk.FillRule - - - - Overlapping areas are always included. - - - - - - diff --git a/doc/en/Gdk/Font.xml b/doc/en/Gdk/Font.xml deleted file mode 100644 index 79e852c82..000000000 --- a/doc/en/Gdk/Font.xml +++ /dev/null @@ -1,291 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - - Field - - Gdk.Font - - - - - To be added - To be added - - - - - - Field - - Gdk.FontType - - - - - To be added - To be added - - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - - Property - - GLib.GType - - - - To be added - a - To be added - - - - - - Property - - Gdk.Display - - - - To be added - a - To be added - - - - - - Method - - Gdk.Font - - - - - - To be added - a - a - To be added - - - - - - Method - - Gdk.Font - - - - - - To be added - a - a - To be added - - - - - - Method - - Gdk.Font - - - - - - To be added - a - a - To be added - - - - - - Method - - Gdk.Font - - - - - - - To be added - a - a - a - To be added - - - - - - Method - - Gdk.Font - - - - - - - To be added - a - a - a - To be added - - - - - - Method - - Gdk.Font - - - - To be added - a - To be added - - - - - - Method - - System.Boolean - - - - - - To be added - a - a - To be added - - - - - - Method - - System.Void - - - - To be added - To be added - - - - - - Method - - System.Int32 - - - - To be added - a - To be added - - - - - - Method - - GLib.Value - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - Method - - Gdk.Font - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - - - System.Obsolete - - - diff --git a/doc/en/Gdk/FontType.xml b/doc/en/Gdk/FontType.xml deleted file mode 100644 index d962d61a7..000000000 --- a/doc/en/Gdk/FontType.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - System.Enum - - - - GLib.GType(typeof(Gdk.FontTypeGType)) - - - - - - Field - - Gdk.FontType - - - - - Font - - - - - - Field - - Gdk.FontType - - - - - Fontset - - - - - diff --git a/doc/en/Gdk/Fontset.xml b/doc/en/Gdk/Fontset.xml deleted file mode 100644 index 1d2394363..000000000 --- a/doc/en/Gdk/Fontset.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - System.Object - - - - - - Method - - Gdk.Font - - - - - - To be added - a - a - To be added - - - - - Method - - Gdk.Font - - - - - - - To be added - a - a - a - To be added - - - - - Constructor - - - - To be added - To be added - - - - diff --git a/doc/en/Gdk/Function.xml b/doc/en/Gdk/Function.xml deleted file mode 100644 index 351a0cf36..000000000 --- a/doc/en/Gdk/Function.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Determines how bit values for the source pixels are combine with the bit values for destination pixels to produce the final result. - The sixteen values here correspond to the 16 different possible 2x2 truth tables. Only a couple of these values are usually useful; for colored images, only Copy, Xor and Invert are generally useful. For bitmaps, And and Or are also useful. - - - System.Enum - - - - GLib.GType(typeof(Gdk.FunctionGType)) - - - - - - Field - - Gdk.Function - - - - Copy - - - - - - - Field - - Gdk.Function - - - - Invert - - - - - - - Field - - Gdk.Function - - - - Xor - - - - - - - Field - - Gdk.Function - - - - Clear - - - - - - - Field - - Gdk.Function - - - - And - - - - - - - Field - - Gdk.Function - - - - And Reverse - - - - - - - Field - - Gdk.Function - - - - And Invert - - - - - - - Field - - Gdk.Function - - - - No op - - - - - - - Field - - Gdk.Function - - - - Or - - - - - - - Field - - Gdk.Function - - - - Equiv - - - - - - - Field - - Gdk.Function - - - - Or Reverse - - - - - - - Field - - Gdk.Function - - - - Copy Invert - - - - - - - Field - - Gdk.Function - - - - Or Invert - - - - - - - Field - - Gdk.Function - - - - N And - - - - - - - Field - - Gdk.Function - - - - Nor - - - - - - - Field - - Gdk.Function - - - - Set - - - - - - diff --git a/doc/en/Gdk/GC.xml b/doc/en/Gdk/GC.xml deleted file mode 100644 index 3cc540a83..000000000 --- a/doc/en/Gdk/GC.xml +++ /dev/null @@ -1,674 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Represents a graphics context - - - The Gdk.GC class is used to represent a graphics context. - - - A number of resources are used when performing graphics - operations. Most information about performing graphics (for - example, foreground color, background color, line style, and - so on) is stored in resources called graphics contexts - (GCs). Most graphics operations take a GC as an - argument. - - - Graphics operations can be performed to either windows () or pixmaps (), which collectively are called - drawables (). Each drawable exists - on a single screen. A GC is created for a specific screen and - drawable depth and can only be used with drawables of matching - screen and depth. - - - - - GLib.Object - - - - - - - Method - - System.Void - - - - - - Copy the set of values from one graphics context onto another graphics context. - The GC to copy. - - - Copies the settings of the graphics - context into this GC. - - - - - - - Method - - System.Void - - - - - - - Set the origin when using tiles or stipples with the GC. - the x-coordinate of the origin. - the y-coordinate of the origin. - - - Set the origin when using tiles or stipples with the - GC. The tile or stipple will be aligned such that the upper - left corner of the tile or stipple will coincide with this - point. - - - - - - - Method - - System.Void - - - - - - - Sets the origin of the clip mask. - the x-coordinate of the origin. - the y-coordinate of the origin. - - Sets the origin of the clip mask. The coordinates are - interpreted relative to the upper-left corner of the - destination drawable of the current operation. - - - - - - Method - - System.Void - - - - - - - Set the x and y offsets on the Gdk.GC - amount by which to offset the GC in the X direction - amount by which to offset the GC in the Y direction - - Offset attributes such as the clip and tile-stipple - origins of the GC so that drawing at x - x_offset, y - - y_offset with the offset GC has the same effect as drawing - at x, y with the original GC. - - - - - - Method - - System.Void - - - - - - - Sets attributes of a graphics context in bulk. - struct containing the new values - mask indicating which struct fields are to be used - - Sets attributes of a graphics context in bulk. For - each flag set in values_mask, the corresponding field will - be read from values and set as the new value for gc. If - you're only setting a few values on gc, calling individual - "setter" functions is likely more convenient. - - - - - - Method - - System.Void - - - - - - - - - Sets various attributes of how lines are drawn. - the width of lines. - the dash-style for lines. - the manner in which the ends of lines are drawn. - the way in which lines are joined together. - - Sets various attributes of how lines are drawn. See - the corresponding members of Gdk.GC.Values for full - explanations of the arguments. - - - - - - Method - - System.Void - - - - - - Retrieves the current values from a graphics context. - the structure in which to store the results. - - Retrieves the current values from a graphics context. - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - - - To be added - To be added: an object of type 'Gdk.Drawable' - To be added - - - - - Constructor - - - - - - - - To be added - To be added: an object of type 'Gdk.Drawable' - To be added: an object of type 'Gdk.GCValues' - To be added: an object of type 'Gdk.GCValuesMask' - To be added - - - - - Property - - Gdk.Color - - - - - Set the foreground color of a GC using an unallocated color. - an object of type 'Gdk.Color' - - Set the foreground color of a GC using an unallocated - color. The pixel value for the color will be determined - using GdkRGB. If the colormap for the GC has not previously - been initialized for GdkRGB, then for pseudo-color colormaps - (colormaps with a small modifiable number of colors), a - colorcube will be allocated in the colormap. - Calling this function for a GC without a colormap is - an error. - - - - - - Property - - Gdk.Rectangle - - - - - Sets the clip mask for a graphics context from a rectangle. - an object of type 'Gdk.Rectangle' - - Sets the clip mask for a graphics context from a - rectangle. The clip mask is interpreted relative to the clip - origin. (See ). - - - - - - Property - - Gdk.Pixmap - - - - - Set a tile pixmap for a graphics context. - an object of type 'Gdk.Pixmap' - - Set a tile pixmap for a graphics context. This will - only be used if the fill mode is GDK_TILED. - - - - - - Property - - Gdk.Pixmap - - - - - Sets the clip mask for a graphics context from a bitmap. - a bitmap. - - Sets the clip mask for a graphics context from a - bitmap. The clip mask is interpreted relative to the clip - origin. (See ). - - - - - - - Property - - Gdk.Fill - - - - - Set the fill mode for a graphics context. - the new fill mode. - - Set the fill mode for a graphics context. - - - - - - Property - - Gdk.Colormap - - - - - Sets the colormap for the GC to the given colormap. - a Gdk.Colormap - - - Fetches or changes the colormap of the GC. The depth of - the colormap's visual must match the depth of the drawable - for which the GC was created. - - - - - - - Property - - Gdk.Color - - - - - Set the background color of a GC using an unallocated color. - a Gdk.Color - - Set the background color of a GC using an unallocated - color. The pixel value for the color will be determined - using GdkRGB. If the colormap for the GC has not previously - been initialized for GdkRGB, then for pseudo-color colormaps - (colormaps with a small modifiable number of colors), a - colorcube will be allocated in the colormap. - Calling this function for a GC without a colormap is - an error. - - - - - - Property - - Gdk.Color - - - - - Sets the foreground color for a graphics context. - the new foreground color. - - - Sets the foreground color for a graphics context to the - given color. The color must have been allocated for this - to work. - - - - Gdk.GC my_gc = new Gdk.GC (gdk_window); - - // - // Create the color - // - Gdk.Color red_color = new Gdk.Color (0xff, 0, 0); - - // - // Allocate it - // - Gdk.Colormap colormap = Gdk.Colormap.System; - colormap.AllocColor (ref red_color, true, true); - - my_gc.Foreground = red_color; - - // - // Draw diagonal, using the GC with the red color - // - gdk_window.DrawLine (my_gc, 0, 0, 100, 100); - - - - - - - - Property - - Gdk.Region - - - - - Sets the clip mask for a graphics context from a region structure. - the Gdk.Region - - Sets the clip mask for a graphics context from a - region structure. The clip mask is interpreted relative to - the clip origin. (See ). - - - - - - Property - - Gdk.SubwindowMode - - - - - Sets how drawing with this GC on a window will affect child windows of that window. - the subwindow mode. - - Sets how drawing with this GC on a window will affect - child windows of that window. - - - - - - Property - - Gdk.Pixmap - - - - - Set the stipple bitmap for a graphics context. - the new stipple bitmap. - - - Set the stipple bitmap for a graphics context. The - stipple will only be used if the fill mode is - or . - - - - - - - Property - - Gdk.Function - - - - - Determines how the current pixel values and the pixel values being drawn are combined to produce the final pixel values. - a function. - - Determines how the current pixel values and the pixel - values being drawn are combined to produce the final pixel - values. - - - - - - Property - - Gdk.Color - - - - - Sets the background color for a graphics context. - the new background color. - - - Sets the background color for a graphics - context. The color must have been allocated. - - - - Gdk.GC my_gc = new Gdk.GC (gdk_window); - - // - // Create the color - // - Gdk.Color back_color = new Gdk.Color (0xff, 0, 0); - Gdk.Color fore_color = new Gdk.Color (0, 0, 0xff); - - // - // Allocate them - // - Gdk.Colormap colormap = Gdk.Colormap.System; - colormap.AllocColor (ref back_color, true, true); - Gdk.Colormap colormap = Gdk.Colormap.System; - colormap.AllocColor (ref fore_color, true, true); - - my_gc.Background = back_color; - my_gc.Background = fore_color; - - // - // Draw a thick line, alternating between foreground and - // background colors - // - my_gc.SetLineAttributes (3, LineStyle.DoubleDash, CapStyle.NotLast, JoinStyle.Round); - - // - // Draw diagonal, using the GC with the red color - // - gdk_window.DrawLine (my_gc, 0, 0, 100, 100); - - - - - - - - Property - - System.Boolean - - - - - Sets whether or not this GC should geenrate exposure events. - To be added: an object of type 'bool' - - Sets whether copying non-visible portions of a - drawable using this graphics context generate exposure - events for the corresponding regions of the destination - drawable. (See ). - - - - - - Property - - Gdk.Screen - - - To be added - a - To be added - - - - - Method - - System.Void - - - - - - - - Sets the way dashed-lines are drawn. - the dash offset. - an array of dash lengths. - the number of elemenst in dash_list. - - Sets the way dashed-lines are drawn. Lines will be - drawn with alternating on and off segments of the lengths - specified in dash_list. The manner in which the on and off - segments are drawn is determined by the line_style value of - the GC. (This can be changed with - Gdk.GC.SetLineAttributes()) - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Internal constructor - a - This is a constructor used by derivative types of that would have their own GLib.GType assigned to it. This is not typically used by C# code. - - - - System.Obsolete - - - - - - Property - - Gdk.Font - - - To be added - a - To be added - - - - - System.Obsolete - - - - - - Method - - Gdk.GC - - - - To be added - a - To be added - - - - - - Method - - System.Void - - - - To be added - To be added - - - - - diff --git a/doc/en/Gdk/GCValues.xml b/doc/en/Gdk/GCValues.xml deleted file mode 100644 index 64fd1c892..000000000 --- a/doc/en/Gdk/GCValues.xml +++ /dev/null @@ -1,337 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Holds a set of values used to create or modify a graphics context. - To be added - - - System.ValueType - - - - - - Field - - Gdk.GCValues - - - - To be added - To be added - - - - - Method - - Gdk.GCValues - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.GCValues' - To be added - - - - - Property - - Gdk.Pixmap - - - - - The clip mask bitmap. - To be added: an object of type 'Gdk.Pixmap' - To be added - - - - System.Obsolete("Replaced by ClipMask property.") - - - - - - Property - - Gdk.Pixmap - - - - - The stipple bitmap. - To be added: an object of type 'Gdk.Pixmap' - To be added - - - - System.Obsolete("Replaced by Stipple property.") - - - - - - Property - - Gdk.Pixmap - - - - - The tile pixmap. - To be added: an object of type 'Gdk.Pixmap' - To be added - - - - System.Obsolete("Replaced by Tile property.") - - - - - - Field - - Gdk.Color - - - - - The foreground color. - To be added - - - - - Field - - Gdk.Color - - - - - The background color. - To be added - - - - - Field - - Gdk.Function - - - - - The bitwise operation used when drawing. - To be added - - - - - Field - - Gdk.Fill - - - - - The fill style. - To be added - - - - - Field - - Gdk.SubwindowMode - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - The x origin of the tile or stipple. - To be added - - - - - Field - - System.Int32 - - - - - The y origin of the tile or stipple. - To be added - - - - - Field - - System.Int32 - - - - - The x origin of the clip mask. - To be added - - - - - Field - - System.Int32 - - - - - The y origin of the clip mask. - To be added - - - - - Field - - System.Int32 - - - - - Whether graphics exposures are enabled. - To be added - - - - - Field - - System.Int32 - - - - - The line width. - To be added - - - - - Field - - Gdk.LineStyle - - - - - The way dashed lines are drawn. - To be added - - - - - Field - - Gdk.CapStyle - - - - - The way the ends of lines are drawn. - To be added - - - - - Field - - Gdk.JoinStyle - - - - - The way joins between lines are drawn. - To be added - - - - - Property - - Gdk.Font - - - - To be added - a - To be added - - - - - - Property - - Gdk.Pixmap - - - To be added. - To be added. - To be added. - - - - - Property - - Gdk.Pixmap - - - To be added. - To be added. - To be added. - - - - - Property - - Gdk.Pixmap - - - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gdk/GCValuesMask.xml b/doc/en/Gdk/GCValuesMask.xml deleted file mode 100644 index 6360c5990..000000000 --- a/doc/en/Gdk/GCValuesMask.xml +++ /dev/null @@ -1,258 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A set of flags used to indicate which fields structure are set. - None. - - - System.Enum - - - - System.Flags - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - - Field - - Gdk.GCValuesMask - - - - The is set. - - - - - - diff --git a/doc/en/Gdk/Global.xml b/doc/en/Gdk/Global.xml index 279759be5..b28f2633c 100644 --- a/doc/en/Gdk/Global.xml +++ b/doc/en/Gdk/Global.xml @@ -27,24 +27,6 @@ - - - - Method - - System.Void - - - - - - - a - a - To be added - To be added - - @@ -86,20 +68,6 @@ To be added - - - - Method - - Gdk.Device[] - - - - To be added - a - To be added - - @@ -334,34 +302,6 @@ To be added - - - - Method - - System.Int32 - - - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gdk/Image.xml b/doc/en/Gdk/Image.xml deleted file mode 100644 index 229d7c965..000000000 --- a/doc/en/Gdk/Image.xml +++ /dev/null @@ -1,324 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Contains information on the image and the pixel data. - To be added - - - GLib.Object - - - - - - - Method - - System.Void - - - - - - - - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added: an object of type 'uint' - To be added - - - - - Method - - System.UInt32 - - - - - - - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added: an object of type 'uint' - To be added - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - - - - - - To be added - To be added: an object of type 'Gdk.ImageType' - To be added: an object of type 'Gdk.Visual' - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added - - - - - Property - - Gdk.Colormap - - - - - To be added - To be added: an object of type 'Gdk.Colormap' - To be added - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Internal constructor - a - This is a constructor used by derivative types of that would have their own GLib.GType assigned to it. This is not typically used by C# code. - - - - System.Obsolete - - - - - - Method - - Gdk.Image - - - - - - - - - - To be added - a - a - a - a - a - a - To be added - - - - - - Method - - System.Void - - - - To be added - To be added - - - - - - Method - - Gdk.Image - - - - To be added - a - To be added - - - - - - Property - - System.UInt16 - - - - The number of bytes per pixel. - a - - - - - - - - Property - - System.UInt16 - - - - The number of bytes per line of the image. - a - - - - - - - - Property - - System.UInt16 - - - - The image depth (ie, the number of bits per pixel). - a - - - - - - - - Property - - Gdk.ByteOrder - - - - The image byte order. - a - - - - - - - - Property - - System.UInt16 - - - - The number of bits per pixel. - a - - - - - - - - Property - - System.Int32 - - - - The width of the image in pixels. - a - - - - - - - - Property - - Gdk.Visual - - - - The image's . - a - - - - - - - - Property - - Gdk.ImageType - - - - The image's - a - - - - - - - - Property - - System.Int32 - - - - The height of the image in pixels. - a - - - - - - - diff --git a/doc/en/Gdk/ImageType.xml b/doc/en/Gdk/ImageType.xml deleted file mode 100644 index ab4eec752..000000000 --- a/doc/en/Gdk/ImageType.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Specifies the type of a . - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.ImageTypeGType)) - - - - - - Field - - Gdk.ImageType - - - - The original X image type, which is quite slow since the image has to be transferred from the client to the server to display it. - - - - - - - Field - - Gdk.ImageType - - - - A faster image type, which uses shared memory to transfer the image data between the client and server. However this will only be available if the client and server are on the same machine and the shared memory extension is supported by the server. - - - - - - - Field - - Gdk.ImageType - - - - Specifies that Shared should be tried first, and if that fails, then Normal will be used. - - - - - - diff --git a/doc/en/Gdk/Input.xml b/doc/en/Gdk/Input.xml deleted file mode 100644 index d26224000..000000000 --- a/doc/en/Gdk/Input.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - System.Object - - - - - - Method - - System.Void - - - - - - To be added - a - To be added - - - - - Method - - System.Void - - - - - - - - To be added - a - a - a - To be added - - - - - Method - - System.Int32 - - - - - - - - - - To be added - a - a - a - a - a - a - To be added - - - - - Method - - System.Int32 - - - - - - - - To be added - a - a - a - a - To be added - - - - - Constructor - - - - To be added - To be added - - - - diff --git a/doc/en/Gdk/InputCondition.xml b/doc/en/Gdk/InputCondition.xml deleted file mode 100644 index c49819cf0..000000000 --- a/doc/en/Gdk/InputCondition.xml +++ /dev/null @@ -1,66 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A set of flags used to specify conditions for which an input callback will be triggered. - To be added - - - System.Enum - - - - GLib.GType(typeof(Gdk.InputConditionGType)) - - - System.Flags - - - - - - Field - - Gdk.InputCondition - - - - The file descriptor has become available for reading. (Or, as is standard in Unix, a socket or pipe was closed at the other end; this is the case if a subsequent read on the file descriptor returns a count of zero.) - - - - - - - Field - - Gdk.InputCondition - - - - The file descriptor has become available for writing. - - - - - - - Field - - Gdk.InputCondition - - - - An exception was raised on the file descriptor. - - - - - - diff --git a/doc/en/Gdk/InputFunction.xml b/doc/en/Gdk/InputFunction.xml deleted file mode 100644 index 5809f137c..000000000 --- a/doc/en/Gdk/InputFunction.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - gdk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - To be added. - Delegate to invoke when a condition becomes true on a file descriptor. - To be added - - - System.Delegate - - - - - - - - - System.Void - - diff --git a/doc/en/Gdk/InvalidateMaybeRecurseChildFunc.xml b/doc/en/Gdk/InvalidateMaybeRecurseChildFunc.xml deleted file mode 100644 index 5577b666c..000000000 --- a/doc/en/Gdk/InvalidateMaybeRecurseChildFunc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - gdk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - System.Boolean - - - The window to consider. - Callback function for . - Whether or not the part of intersecting the region-to-be-invalidated should be invalidated. - - - diff --git a/doc/en/Gdk/JoinStyle.xml b/doc/en/Gdk/JoinStyle.xml deleted file mode 100644 index cd0a5837d..000000000 --- a/doc/en/Gdk/JoinStyle.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Determines how the joins between segments of a polygon are drawn. - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.JoinStyleGType)) - - - - - - Field - - Gdk.JoinStyle - - - - The sides of each line are extended to meet at an angle. - None. - - - - - Field - - Gdk.JoinStyle - - - - The sides of the two lines are joined by a circular arc. - None. - - - - - Field - - Gdk.JoinStyle - - - - The sides of the two lines are joined by a straight line which makes an equal angle with each line. - None. - - - - diff --git a/doc/en/Gdk/LineStyle.xml b/doc/en/Gdk/LineStyle.xml deleted file mode 100644 index df6d57680..000000000 --- a/doc/en/Gdk/LineStyle.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Determines how lines are drawn. - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.LineStyleGType)) - - - - - - Field - - Gdk.LineStyle - - - - Lines are drawn solid. - None. - - - - - Field - - Gdk.LineStyle - - - - Even segments are drawn; odd segments are not drawn. - None. - - - - - Field - - Gdk.LineStyle - - - - - Even segments are normally. Odd segments are drawn in the background color - if the fill style is Fill.Solid, or in the background color masked by the stipple if - the fill style is Fill.Stippled. - - None. - - - - diff --git a/doc/en/Gdk/OverlapType.xml b/doc/en/Gdk/OverlapType.xml deleted file mode 100644 index 70bd8f2e1..000000000 --- a/doc/en/Gdk/OverlapType.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Specifies the possible values returned by . - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.OverlapTypeGType)) - - - - - - Field - - Gdk.OverlapType - - - - If the rectangle is inside the . - - - - - - - Field - - Gdk.OverlapType - - - - If the rectangle is outside the . - - - - - - - Field - - Gdk.OverlapType - - - - If the rectangle is partly inside the . - - - - - - diff --git a/doc/en/Gdk/POINTBLOCK.xml b/doc/en/Gdk/POINTBLOCK.xml deleted file mode 100644 index 8838785b3..000000000 --- a/doc/en/Gdk/POINTBLOCK.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - GLib.Opaque - - - - - - - Constructor - - - - - - To be added - a - To be added - - - - diff --git a/doc/en/Gdk/PangoAttrEmbossColor.xml b/doc/en/Gdk/PangoAttrEmbossColor.xml deleted file mode 100644 index d6fa48269..000000000 --- a/doc/en/Gdk/PangoAttrEmbossColor.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - gdk-sharp - 2.12.0.0 - - - GLib.Opaque - - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Property - - Pango.Color - - - To be added. - To be added. - To be added. - - - - - Method - - Pango.Attribute - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - Gdk.PangoAttrEmbossColor - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - To be added. - To be added. - - - diff --git a/doc/en/Gdk/PangoAttrEmbossed.xml b/doc/en/Gdk/PangoAttrEmbossed.xml deleted file mode 100644 index 79974bd75..000000000 --- a/doc/en/Gdk/PangoAttrEmbossed.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - GLib.Opaque - - - - - - Field - - Gdk.PangoAttrEmbossed - - - - Obsolete: use - - - - - System.Obsolete("Gdk.PangoAttrEmbossed is a reference type now, use null") - - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Method - - Gdk.PangoAttrEmbossed - - - - - - Obsolete: replaced by normal constructor - To be added: an object of type 'bool' - To be added: an object of type 'Gdk.PangoAttrEmbossed' - To be added - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Method - - Gdk.PangoAttrEmbossed - - - - - - Obsolete internal constructor - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PangoAttrEmbossed' - To be added - - - - - Method - - Pango.Attribute - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - Gdk.PangoAttrEmbossed - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Property - - System.Boolean - - - To be added. - To be added. - To be added. - - - - - Property - - Pango.Attribute - - - To be added. - To be added. - To be added. - - - - System.Obsolete("Replaced by explicit Pango.Attribute cast") - - - - - diff --git a/doc/en/Gdk/PangoAttrStipple.xml b/doc/en/Gdk/PangoAttrStipple.xml deleted file mode 100644 index 4e443c7eb..000000000 --- a/doc/en/Gdk/PangoAttrStipple.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - GLib.Opaque - - - - - - Field - - Gdk.PangoAttrStipple - - - - To be added - To be added - - - - System.Obsolete("Gdk.PangoAttrStipple is a reference type now, use null") - - - - - - Constructor - - - - - To be added - To be added: an object of type 'Gdk.Pixmap' - To be added - - - - - - Method - - Gdk.PangoAttrStipple - - - - - - Obsolete: replaced by normal constructor - To be added: an object of type 'Gdk.Pixmap' - To be added: an object of type 'Gdk.PangoAttrStipple' - - - - - - - Constructor - - - - - To be added - To be added: an object of type 'IntPtr' - To be added - - - - - Method - - Gdk.PangoAttrStipple - - - - - - Obsolete internal constructor - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PangoAttrStipple' - To be added - - - - - Property - - Gdk.Pixmap - - - To be added. - To be added. - To be added. - - - - - Property - - Gdk.Pixmap - - - - - Obsolete alias for the property - To be added: an object of type 'Gdk.Pixmap' - To be added - - - - - System.Obsolete("Replaced by Stipple property.") - - - - - - Method - - Pango.Attribute - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - Gdk.PangoAttrStipple - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Property - - Pango.Attribute - - - To be added. - To be added. - To be added. - - - - System.Obsolete("Replaced by explicit Pango.Attribute cast") - - - - - diff --git a/doc/en/Gdk/PangoRenderer.xml b/doc/en/Gdk/PangoRenderer.xml deleted file mode 100644 index 95edd3f43..000000000 --- a/doc/en/Gdk/PangoRenderer.xml +++ /dev/null @@ -1,170 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - Pango.Renderer - - - - - - - Method - - Gdk.PangoRenderer - - - - - - To be added - a - a - To be added - - - - - Method - - System.Void - - - - - - - To be added - a - a - To be added - - - - - Method - - System.Void - - - - - - - To be added - a - a - To be added - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Constructor - - - - - - Internal constructor - a - This is not typically used by C# code. - - - - - Constructor - - - - - - To be added - a - To be added - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Property - - Gdk.Screen - - - - To be added - a - To be added - - - - GLib.Property("screen") - - - - - - Property - - Gdk.Drawable - - - To be added - a - To be added - - - - - Property - - Gdk.GC - - - To be added - a - To be added - - - - diff --git a/doc/en/Gdk/Pixbuf.xml b/doc/en/Gdk/Pixbuf.xml index c14903e87..475c6e9aa 100644 --- a/doc/en/Gdk/Pixbuf.xml +++ b/doc/en/Gdk/Pixbuf.xml @@ -1,6 +1,6 @@ - - + + gdk-sharp @@ -12,7 +12,7 @@ - GLib.Icon + GLib.IIcon @@ -945,14 +945,14 @@ mcs -resource:image.jpg sample.cs - - + + Method System.Boolean - + To be added. diff --git a/doc/en/Gdk/Pixmap.xml b/doc/en/Gdk/Pixmap.xml deleted file mode 100644 index 8cd34609b..000000000 --- a/doc/en/Gdk/Pixmap.xml +++ /dev/null @@ -1,434 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Offscreen drawable. - - Pixmaps are offscreen drawables that reside on the server on the X11 platform. They can be drawn upon with the standard drawing primitives, then copied to another drawable (such as a ) with . - - -The depth of a pixmap is the number of bits per pixels. Bitmaps are simply pixmaps with a depth of 1. (That is, they are monochrome bitmaps - each pixel can be either on or off). - - -For client-side images, see the class. - - - - - Gdk.Drawable - - - - - - - Method - - Gdk.Pixmap - - - - - - Looks up the that wraps the given native pixmap handle. - a native pixmap handle. - the wrapper for the native window, or if there is none. - Looks up the GdkPixmap that wraps the given native pixmap handle. - -For example in the X backend, a native pixmap handle is an Xlib XID. - - - - - - Method - - Gdk.Pixmap - - - - - - Wraps a native window for the default display in a . This may fail if the pixmap has been destroyed. - a native pixmap handle. - The newly-created wrapper for the native pixmap or if the pixmap has been destroyed. - Wraps a native window for the default display in a GdkPixmap. This may fail if the pixmap has been destroyed. - -For example in the X backend, a native pixmap handle is an Xlib XID. - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Method - - Gdk.Pixmap - - - - - - - To be added - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - Wraps a native pixmap in a . This may fail if the pixmap has been destroyed. - The where the pixmap is located. - a native pixmap handle. - The newly-created wrapper for the native pixmap or if the pixmap has been destroyed. - Wraps a native pixmap in a GdkPixmap. This may fail if the pixmap has been destroyed. - -For example in the X backend, a native pixmap handle is an Xlib XID. - - - - - - Method - - Gdk.Pixmap - - - - - - - - - - - - To be added - a - a - a - a - a - a - a - a - To be added - - - - - Constructor - - - - - - - - - Creates a new pixmap with the given size and depth. - A , used to determine default values for the new pixmap. - Can be if is specified - The width of the new pixmap in pixels. - The height of the new pixmap in pixels. - The depth (number of bits per pixel) of the new pixmap. If -1, and drawable is not , the depth of the new pixmap will be equal to that of drawable. - Create a new pixmap with a given size and depth. - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Constructor - - - - - - - - Create a new pixmap using a reference drawable for depth. - A , used to determine default values for the new pixmap. - The width of the new pixmap in pixels. - The height of the new pixmap in pixels. - Creates a new pixmap with a given size and depth. - - - - - Method - - Gdk.Pixmap - - - - - - - - - Create a pixmap from XPM data. - a - a - a - an array of , defining an XPM image - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - - - Create a pixmap from an XPM file using a specific colormap. - a - a - a - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - - Create a pixmap from an XPM file. - a - a - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - - - Create a pixmap from XPM data using a colormap. - a - a - a - a - an array of , defining an image in XPM format - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - To be added - a - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - To be added - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - To be added - a - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - To be added - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - - Creates a new bitmap from data in XBM format. - A , used to determine default values for the new pixmap. - A string representing the XBM data. - The width of the new pixmap in pixels. - The height of the new pixmap in pixels. - The bitmap. - None. - - - - - - Method - - Gdk.Pixmap - - - - - - - - - - the desired screen. - Native pixmap handle, for example, an xlib XID. - Width of pixmap . - Height of pixmap . - Depth of pixmap . - Wraps a native Pixmap for a screen. - a wrapping the native ID, or if the native pixmap is destroyed. - Use this method as an alternative to when the dimensions and screen are known, which saves a roundtrip to the server on X. - - - - - diff --git a/doc/en/Gdk/PointerHooks.xml b/doc/en/Gdk/PointerHooks.xml deleted file mode 100644 index 394c99881..000000000 --- a/doc/en/Gdk/PointerHooks.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - Field - - Gdk.PointerHooks - - - - To be added - To be added - - - - - Method - - Gdk.PointerHooks - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.PointerHooks' - To be added - - - - diff --git a/doc/en/Gdk/Region.xml b/doc/en/Gdk/Region.xml deleted file mode 100644 index d9963facf..000000000 --- a/doc/en/Gdk/Region.xml +++ /dev/null @@ -1,321 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Represents an area of the screen. - - - - GLib.Opaque - - - - - - Method - - Gdk.Region - - - - - - To be added - a - a - - - - - - Method - - Gdk.Region - - - - To be added - a - - - - - - Method - - Gdk.OverlapType - - - - - - To be added - a - a - - - - - - Method - - System.Void - - - - - - - - - To be added - a - a - a - a - - - - - - Method - - System.Void - - - - - - To be added - a - - - - - - Method - - System.Void - - - - - - To be added - a - - - - - - Method - - System.Void - - - - - - To be added - a - - - - - - Method - - System.Void - - - - To be added - - - - - - Method - - System.Void - - - - - - - To be added - a - a - - - - - - Method - - System.Boolean - - - - To be added - a - - - - - - Method - - System.Void - - - - - - To be added - a - - - - - - Method - - System.Boolean - - - - - - - To be added - a - a - a - - - - - - Method - - System.Void - - - - - - To be added - a - - - - - - Method - - System.Boolean - - - - - - To be added - a - a - - - - - - Method - - System.Void - - - - - - - To be added - a - a - - - - - - Constructor - - - - - - To be added - a - - - - - - Constructor - - - - To be added - - - - - - Method - - Gdk.Rectangle[] - - - - To be added - a - - - - - - Property - - Gdk.Rectangle - - - - To be added - a - - - - - - Method - - Gdk.Region - - - - - - - To be added - a - a - a - - - - - diff --git a/doc/en/Gdk/RegionBox.xml b/doc/en/Gdk/RegionBox.xml deleted file mode 100644 index 6eda6c697..000000000 --- a/doc/en/Gdk/RegionBox.xml +++ /dev/null @@ -1,100 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - Field - - Gdk.RegionBox - - - - To be added - To be added - - - - - Method - - Gdk.RegionBox - - - - - - To be added - a - a - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - diff --git a/doc/en/Gdk/Rgb.xml b/doc/en/Gdk/Rgb.xml deleted file mode 100644 index fa4dbea7b..000000000 --- a/doc/en/Gdk/Rgb.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - - -Gdk's is a low-level module which renders RGB, grayscale, and indexed colormap images to a . It does this as efficiently as possible, handling issues such as colormaps, visuals, dithering, temporary buffers, and so on. Most code should use the higher-level GdkPixbuf features in place of this module; for example, gdk_pixbuf_render_to_drawable() uses GdkRGB in its implementation. - - -GdkRGB allocates a color cube to use when rendering images. You can set the threshold for installing colormaps with the Gdk. property. The default is 5x5x5 (125). If a colorcube of this size or larger can be allocated in the default colormap, then that's done. Otherwise, GdkRGB creates its own private colormap. Setting it to 0 means that it always tries to use the default colormap, and setting it to 216 means that it always creates a private one if it cannot allocate the 6x6x6 colormap in the default. If you always want a private colormap (to avoid consuming too many colormap entries for other apps, say), you can use gdk_rgb_set_install(TRUE). Setting the value greater than 216 exercises a bug in older versions of GdkRGB. Note, however, that setting it to 0 doesn't let you get away with ignoring the colormap and visual - a colormap is always created in grayscale and direct color modes, and the visual is changed in cases where a "better" visual than the default is available. - - - - - - System.Object - - - - - - Method - - System.Void - - - - - - - Fetches a color to be used on the given colormap. - Tthe colormap for the graphics context and drawable you're using to draw. If you're drawing to a , use the property. - Color should have its red, green, and blue fields initialized. - This routine will fill in the pixel field with the best matching pixel from a color cube. The color is then ready to be used for drawing, e.g. you can use which expects the pixel to be initialized. - - -In many cases, you can avoid this whole issue by setting the or , which do not expect pixel to be initialized in advance. If you use those functions, there's no need for using FindColor. - - - - - - Method - - System.Boolean - - - - Whether the visual in use by GdkRGB is dithereable. - - if the visual is ditherable. - Determines whether the visual is ditherable. This function may be useful for presenting a user interface choice to the user about which dither mode is desired; if the display is not ditherable, it may make sense to gray out or hide the corresponding UI widget. - - - - - Constructor - - - - Basic constructor. - - - - - - Property - - System.Int32 - - - - - The minimum number of colors for this colormap. - a - Sets the minimum number of colors for the color cube. Generally, GdkRGB tries to allocate the largest color cube it can. If it can't allocate a color cube at least as large as min_colors, it installs a private colormap. - - - - - Property - - Gdk.Visual - - - The preferred visual for GdkRGB operations. - a - Gets a "preferred visual" chosen by GdkRGB for rendering image data on the default screen. In previous versions of GDK, this was the only visual GdkRGB could use for rendering. In current versions, it's simply the visual GdkRGB would have chosen as the optimal one in those previous versions. GdkRGB can now render to drawables with any visual. - - - - - Property - - System.Boolean - - - - - Whether to install a private colormap for Gdk.RGB - a - If the value is , it directs GdkRGB to always install a new "private" colormap rather than trying to find a best fit with the colors already allocated. Ordinarily, GdkRGB will install a colormap only if a sufficient cube cannot be allocated. - -A private colormap has more colors, leading to better quality display, but also leads to the dreaded "colormap flashing" effect. - - - - - - Property - - Gdk.Colormap - - - Get preferred colormap for using Gdk.RGB - The preferred . - Get the preferred colormap for rendering image data. Not a very useful function; historically, GDK could only render RGB image data to one colormap and visual, but in the current version it can render to any colormap and visual. So there's no need to call this function. - - - - - Property - - System.Boolean - - - - - Whether or not to be verbose to the console about actions. Useful for debugging. - a - - - - - - Method - - System.Void - - - - - - - To be added - a - a - To be added - - - - - - Method - - System.Void - - - - - - - To be added - a - a - To be added - - - - - - Method - - System.UInt64 - - - - - - To be added - a - a - To be added - - - - - - Method - - System.Void - - - - To be added - To be added - - - - - - Method - - System.Boolean - - - - - - To be added - a - a - To be added - - - - - diff --git a/doc/en/Gdk/RgbCmap.xml b/doc/en/Gdk/RgbCmap.xml deleted file mode 100644 index b87eb17f8..000000000 --- a/doc/en/Gdk/RgbCmap.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A private data structure which maps color indices to actual RGB colors. - - - - GLib.Opaque - - - - - - Field - - Gdk.RgbCmap - - - - Obsolete: use - - - - - System.Obsolete("Gdk.RgbCmap is a reference type now, use null") - - - - - - Constructor - - - - - Constructs a new with the given colors. - An array of colors in the form 0xRRGGBB. - - - - - - Constructor - - - - - Internal constructor. - a - - - - - - Method - - Gdk.RgbCmap - - - - - - Obsolete internal constructor. - a - a - - - - - - Property - - System.Int32 - - - The number of colors in the colormap. - The number of colors in the colormap. - - - - - diff --git a/doc/en/Gdk/RgbDither.xml b/doc/en/Gdk/RgbDither.xml deleted file mode 100644 index 906b98efe..000000000 --- a/doc/en/Gdk/RgbDither.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Selects whether or not applies dithering to the image on display. - Since currently only handles images with 8 bits per component, dithering on 24 bit per pixel displays is a moot point. - - - System.Enum - - - - GLib.GType(typeof(Gdk.RgbDitherGType)) - - - - - - Field - - Gdk.RgbDither - - - - Never use dithering. - - - - - - - Field - - Gdk.RgbDither - - - - Use dithering in 8 bits per pixel (and below) only. - - - - - - - Field - - Gdk.RgbDither - - - - Use dithering in 16 bits per pixel and below. - - - - - - diff --git a/doc/en/Gdk/ScanLineList.xml b/doc/en/Gdk/ScanLineList.xml deleted file mode 100644 index c2fc6a144..000000000 --- a/doc/en/Gdk/ScanLineList.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - GLib.Opaque - - - - - - - Constructor - - - - - - To be added - a - To be added - - - - diff --git a/doc/en/Gdk/ScanLineListBlock.xml b/doc/en/Gdk/ScanLineListBlock.xml deleted file mode 100644 index 0a89a8a60..000000000 --- a/doc/en/Gdk/ScanLineListBlock.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - GLib.Opaque - - - - - - - Constructor - - - - - - To be added - a - To be added - - - - diff --git a/doc/en/Gdk/Segment.xml b/doc/en/Gdk/Segment.xml deleted file mode 100644 index f5b51db64..000000000 --- a/doc/en/Gdk/Segment.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Represents a line segment defined as [(x1,y1),(x2,y2)] - - - - System.ValueType - - - - - - Field - - Gdk.Segment - - - - References a static field defined as new Gdk.Segment (); - - - - - - - Method - - Gdk.Segment - - - - - - Returns a new object. - an object of type 'IntPtr' - an object of type 'Gdk.Segment' - Passig IntPtr.Zero returns Gdk.Segment.Zero - - - - - Field - - System.Int32 - - - - - First x-value for the line segment. - - - - - - Field - - System.Int32 - - - - - First y-value for the line segment. - - - - - - Field - - System.Int32 - - - - - Second x-value for the line segment. - - - - - - Field - - System.Int32 - - - - - Second y-value for the line segment. - - - - - diff --git a/doc/en/Gdk/Span.xml b/doc/en/Gdk/Span.xml deleted file mode 100644 index 4dfee1a73..000000000 --- a/doc/en/Gdk/Span.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - System.ValueType - - - - - - Field - - Gdk.Span - - - - To be added - To be added - - - - - Method - - Gdk.Span - - - - - - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gdk.Span' - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - - Field - - System.Int32 - - - - - To be added - To be added - - - - diff --git a/doc/en/Gdk/SpanFunc.xml b/doc/en/Gdk/SpanFunc.xml deleted file mode 100644 index 5bd67ba9d..000000000 --- a/doc/en/Gdk/SpanFunc.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - gdk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added - To be added - - - System.Delegate - - - - - - - System.Void - - diff --git a/doc/en/Gdk/Spawn.xml b/doc/en/Gdk/Spawn.xml deleted file mode 100644 index cb4de5579..000000000 --- a/doc/en/Gdk/Spawn.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Process spawning methods - - - - - System.Object - - - - - - Method - - System.Boolean - - - - - - - Spawns a process on a Screen using a commandline string. - a - a - a - - - - - - Constructor - - - - Do not use. - No instance methods exist. - - - - - Method - - System.Boolean - - - - - - - - - - - - A screen to spawn on. - The process working directory. - Argument list, with program at index 0. - List of environment variables. - Spawning flags. - 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. - - - - - - - Method - - System.Boolean - - - - - - - - - - - - - - - A screen to spawn on. - The process working directory. - Argument list, with program at index 0. - List of environment variables. - Spawning flags. - Child setup callback. - Returns the child process id. - Returns a stdin pipe. - 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. - - - - - - diff --git a/doc/en/Gdk/SubwindowMode.xml b/doc/en/Gdk/SubwindowMode.xml deleted file mode 100644 index 1d8663afe..000000000 --- a/doc/en/Gdk/SubwindowMode.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Determines how drawing onto a window will affect child windows of that window. - None. - - - System.Enum - - - - GLib.GType(typeof(Gdk.SubwindowModeGType)) - - - - - - Field - - Gdk.SubwindowMode - - - - Only draw onto the window itself. - - - - - - - Field - - Gdk.SubwindowMode - - - - Draw onto the window and child windows. - - - - - - diff --git a/doc/en/Gdk/TextProperty.xml b/doc/en/Gdk/TextProperty.xml index 96b670213..508802754 100644 --- a/doc/en/Gdk/TextProperty.xml +++ b/doc/en/Gdk/TextProperty.xml @@ -26,29 +26,6 @@ To be added - - - - Method - - System.String[] - - - - - - - - - a - a - a - a - To be added - a - To be added - - diff --git a/doc/en/Gdk/Trapezoid.xml b/doc/en/Gdk/Trapezoid.xml deleted file mode 100644 index 93412c259..000000000 --- a/doc/en/Gdk/Trapezoid.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - gdk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added - To be added - - - - System.ValueType - - - - - - Field - - Gdk.Trapezoid - - - - - To be added - To be added - - - - - Field - - System.Double - - - - - To be added - To be added - - - - - Field - - System.Double - - - - - To be added - To be added - - - - - Field - - System.Double - - - - - To be added - To be added - - - - - Field - - System.Double - - - - - To be added - To be added - - - - - Field - - System.Double - - - - - To be added - To be added - - - - - Field - - System.Double - - - - - To be added - To be added - - - - - Method - - Gdk.Trapezoid - - - - - - To be added - a - a - To be added - - - - diff --git a/doc/en/Gdk/WindowClass.xml b/doc/en/Gdk/WindowClass.xml deleted file mode 100644 index fbebcd63c..000000000 --- a/doc/en/Gdk/WindowClass.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - gdk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Describes the class of a window. - - - - System.Enum - - - - GLib.GType(typeof(Gdk.WindowClassGType)) - - - - - - Field - - Gdk.WindowClass - - - - - A "normal" window for graphics and events. - None. - - - - - Field - - Gdk.WindowClass - - - - - - Window for events only. These windows are invisible; they are used to trap events, - but can not be drawn on. - - None. - - - - diff --git a/doc/en/Gtk/AboutDialogActivateLinkFunc.xml b/doc/en/Gtk/AboutDialogActivateLinkFunc.xml deleted file mode 100644 index 52a943111..000000000 --- a/doc/en/Gtk/AboutDialogActivateLinkFunc.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - The in which the link was activated. - To be added. - The type of the method which is called when a URL or email link in an . - - - The following example uses the built in to open links: - void OpenLink (Gtk.AboutDialog dialog, string link) - { - Gnome.Url.Show(link); - } - - Gtk.AboutDialog.SetUrlHook (new Gtk.AboutDialogActivateLinkFunc (OpenLink)); - - - - - - System.Delegate - - - - System.Void - - - - - - diff --git a/doc/en/Gtk/AccelMap.xml b/doc/en/Gtk/AccelMap.xml index 394ff5bef..5951539d2 100644 --- a/doc/en/Gtk/AccelMap.xml +++ b/doc/en/Gtk/AccelMap.xml @@ -297,7 +297,7 @@ - + Method @@ -305,15 +305,15 @@ - + - a , a valid accelerator path - a , the accelerator key to be filled in (optional) - Looks up the accelerator entry for and fills in . - a , if is known, otherwise. - - + To be added. + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/Action.xml b/doc/en/Gtk/Action.xml index 4ea8cbadf..42edb684f 100644 --- a/doc/en/Gtk/Action.xml +++ b/doc/en/Gtk/Action.xml @@ -282,8 +282,8 @@ Since multiple proxies may independently trigger the installation of the acceler - - + + Property @@ -291,7 +291,7 @@ Since multiple proxies may independently trigger the installation of the acceler - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/Gtk/ActivatableAdapter.xml b/doc/en/Gtk/ActivatableAdapter.xml index a94753a01..d1c8dd8fa 100644 --- a/doc/en/Gtk/ActivatableAdapter.xml +++ b/doc/en/Gtk/ActivatableAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.Activatable + Gtk.IActivatable @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -78,11 +78,11 @@ - - + + Method - Gtk.Activatable + Gtk.IActivatable @@ -96,11 +96,11 @@ - - + + Method - Gtk.Activatable + Gtk.IActivatable @@ -115,9 +115,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -144,11 +158,11 @@ - - + + Property - Gtk.ActivatableImplementor + Gtk.IActivatableImplementor To be added. diff --git a/doc/en/Gtk/AddEditableArgs.xml b/doc/en/Gtk/AddEditableArgs.xml index 00a0b07a4..00bd932d7 100644 --- a/doc/en/Gtk/AddEditableArgs.xml +++ b/doc/en/Gtk/AddEditableArgs.xml @@ -40,11 +40,11 @@ - - + + Property - Gtk.CellEditable + Gtk.ICellEditable To be added. diff --git a/doc/en/Gtk/AnchorType.xml b/doc/en/Gtk/AnchorType.xml deleted file mode 100644 index 62b68d10b..000000000 --- a/doc/en/Gtk/AnchorType.xml +++ /dev/null @@ -1,230 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A type to indicate an anchor position. - - Anchors are used to ensure that items, (such as a , or ), are anchored to their container from a certain direction. - - - - System.Enum - - - - GLib.GType(typeof(Gtk.AnchorTypeGType)) - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be centrally anchored. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the north. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the north west. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the north east. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the south. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the south west. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the south east. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the left. - - - - - - Field - - Gtk.AnchorType - - - - Indicates that an item should be anchored to the right. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - - Field - - Gtk.AnchorType - - - - An alias for the value. - - - - - diff --git a/doc/en/Gtk/AppChooserAdapter.xml b/doc/en/Gtk/AppChooserAdapter.xml index fd8e0f85c..a1b57da43 100644 --- a/doc/en/Gtk/AppChooserAdapter.xml +++ b/doc/en/Gtk/AppChooserAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.AppChooser + Gtk.IAppChooser @@ -36,11 +36,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. @@ -64,11 +64,11 @@ - - + + Method - Gtk.AppChooser + Gtk.IAppChooser @@ -82,11 +82,11 @@ - - + + Method - Gtk.AppChooser + Gtk.IAppChooser @@ -101,9 +101,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType diff --git a/doc/en/Gtk/AppChooserButton.xml b/doc/en/Gtk/AppChooserButton.xml index 292cc8f4d..dc03de795 100644 --- a/doc/en/Gtk/AppChooserButton.xml +++ b/doc/en/Gtk/AppChooserButton.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.AppChooser + Gtk.IAppChooser @@ -61,8 +61,8 @@ - - + + Method System.Void @@ -70,7 +70,7 @@ - + To be added. @@ -96,11 +96,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. diff --git a/doc/en/Gtk/AppChooserDialog.xml b/doc/en/Gtk/AppChooserDialog.xml index 5296cccee..bda7365f2 100644 --- a/doc/en/Gtk/AppChooserDialog.xml +++ b/doc/en/Gtk/AppChooserDialog.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.AppChooser + Gtk.IAppChooser @@ -33,13 +33,13 @@ - - + + Constructor - + To be added. @@ -69,11 +69,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. @@ -97,8 +97,8 @@ - - + + Property @@ -106,7 +106,7 @@ - GLib.File + GLib.IFile To be added. diff --git a/doc/en/Gtk/AppChooserWidget.xml b/doc/en/Gtk/AppChooserWidget.xml index edd100591..9dff9b839 100644 --- a/doc/en/Gtk/AppChooserWidget.xml +++ b/doc/en/Gtk/AppChooserWidget.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.AppChooser + Gtk.IAppChooser @@ -47,11 +47,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. @@ -144,8 +144,8 @@ - - + + Method @@ -156,7 +156,7 @@ System.Void - + To be added. @@ -166,8 +166,8 @@ - - + + Method @@ -178,7 +178,7 @@ System.Void - + To be added. @@ -188,8 +188,8 @@ - - + + Method @@ -201,7 +201,7 @@ - + To be added. diff --git a/doc/en/Gtk/ApplicationActivatedArgs.xml b/doc/en/Gtk/ApplicationActivatedArgs.xml index cf0060ee6..f95795ffe 100644 --- a/doc/en/Gtk/ApplicationActivatedArgs.xml +++ b/doc/en/Gtk/ApplicationActivatedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. diff --git a/doc/en/Gtk/ApplicationSelectedArgs.xml b/doc/en/Gtk/ApplicationSelectedArgs.xml index 3255ea1a9..bfe2f6000 100644 --- a/doc/en/Gtk/ApplicationSelectedArgs.xml +++ b/doc/en/Gtk/ApplicationSelectedArgs.xml @@ -26,11 +26,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. diff --git a/doc/en/Gtk/Arg.xml b/doc/en/Gtk/Arg.xml deleted file mode 100644 index 7c359196f..000000000 --- a/doc/en/Gtk/Arg.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Do not use. - This class's C version is only used internally by gtkobject.c. - - - System.ValueType - - - - - - - Field - - Gtk.Arg - - - - - Do not use. - - - - - - - - Field - - GLib.GType - - - - - Do not use. - - - - - - - - Field - - System.String - - - - - Do not use. - - - - - - - - Field - - System.String - - - - - Do not use. - - - - - - - - Method - - Gtk.Arg - - - - - - Do not use. - a - a - - - - - - - - - System.Obsolete - - - diff --git a/doc/en/Gtk/AttributesAppliedArgs.xml b/doc/en/Gtk/AttributesAppliedArgs.xml index 698fa0e7d..c2a532686 100644 --- a/doc/en/Gtk/AttributesAppliedArgs.xml +++ b/doc/en/Gtk/AttributesAppliedArgs.xml @@ -68,11 +68,11 @@ - - + + Property - Gtk.TreeModel + Gtk.ITreeModel To be added. diff --git a/doc/en/Gtk/Box.xml b/doc/en/Gtk/Box.xml index 3d7904ac7..9209496eb 100644 --- a/doc/en/Gtk/Box.xml +++ b/doc/en/Gtk/Box.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/Button.xml b/doc/en/Gtk/Button.xml index fe7e9320b..f96ce0a3b 100644 --- a/doc/en/Gtk/Button.xml +++ b/doc/en/Gtk/Button.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Activatable + Gtk.IActivatable diff --git a/doc/en/Gtk/CallbackMarshal.xml b/doc/en/Gtk/CallbackMarshal.xml deleted file mode 100644 index 16bc9451a..000000000 --- a/doc/en/Gtk/CallbackMarshal.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - To be added. - To be added. - Delegate for specifying a function signature for marshalling callbacks. - FIXME: provide an example here - - - System.Delegate - - - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/CellArea.xml b/doc/en/Gtk/CellArea.xml index 4f98487e6..ed2cc97f0 100644 --- a/doc/en/Gtk/CellArea.xml +++ b/doc/en/Gtk/CellArea.xml @@ -146,14 +146,14 @@ - - + + Method System.Void - + @@ -377,8 +377,8 @@ - - + + Property @@ -386,7 +386,7 @@ - Gtk.CellEditable + Gtk.ICellEditable To be added. @@ -590,11 +590,11 @@ - - + + Method - GLib.List + Gtk.CellRenderer[] @@ -844,8 +844,8 @@ - - + + Method @@ -857,7 +857,7 @@ - + @@ -872,8 +872,8 @@ - - + + Method @@ -884,7 +884,7 @@ System.Void - + @@ -1279,8 +1279,8 @@ - - + + Method @@ -1292,7 +1292,7 @@ - + To be added. diff --git a/doc/en/Gtk/CellAreaBox.xml b/doc/en/Gtk/CellAreaBox.xml index b2f14f7c1..5c01c0f3e 100644 --- a/doc/en/Gtk/CellAreaBox.xml +++ b/doc/en/Gtk/CellAreaBox.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,10 +9,10 @@ - Gtk.CellLayout + Gtk.ICellLayout - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/CellEditableAdapter.xml b/doc/en/Gtk/CellEditableAdapter.xml index 0b24e2afb..6f75fd461 100644 --- a/doc/en/Gtk/CellEditableAdapter.xml +++ b/doc/en/Gtk/CellEditableAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.CellEditable + Gtk.ICellEditable @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -89,11 +90,11 @@ - - + + Method - Gtk.CellEditable + Gtk.ICellEditable @@ -107,11 +108,11 @@ - - + + Method - Gtk.CellEditable + Gtk.ICellEditable @@ -123,11 +124,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -154,11 +170,11 @@ - - + + Property - Gtk.CellEditableImplementor + Gtk.ICellEditableImplementor To be added. diff --git a/doc/en/Gtk/CellLayoutAdapter.xml b/doc/en/Gtk/CellLayoutAdapter.xml index 4b7402cf6..374731ab5 100644 --- a/doc/en/Gtk/CellLayoutAdapter.xml +++ b/doc/en/Gtk/CellLayoutAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.CellLayout + Gtk.ICellLayout @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -135,11 +136,11 @@ - - + + Method - Gtk.CellLayout + Gtk.ICellLayout @@ -153,11 +154,11 @@ - - + + Method - Gtk.CellLayout + Gtk.ICellLayout @@ -169,11 +170,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -200,11 +216,11 @@ - - + + Property - Gtk.CellLayoutImplementor + Gtk.ICellLayoutImplementor To be added. diff --git a/doc/en/Gtk/CellLayoutDataFunc.xml b/doc/en/Gtk/CellLayoutDataFunc.xml index fa03c3ec6..5a5139e54 100644 --- a/doc/en/Gtk/CellLayoutDataFunc.xml +++ b/doc/en/Gtk/CellLayoutDataFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -10,9 +10,9 @@ System.Delegate - + - + diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index 864a31dc5..f2aa6020c 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -588,8 +588,8 @@ - - + + Method @@ -600,15 +600,15 @@ System.Void - + - a - a - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - + To be added. + To be added. + To be added. + To be added. + @@ -830,8 +830,8 @@ - - + + Method @@ -839,7 +839,7 @@ - Gtk.CellEditable + Gtk.ICellEditable @@ -1005,11 +1005,11 @@ - - + + Method - Gtk.CellEditable + Gtk.ICellEditable diff --git a/doc/en/Gtk/CellRendererCombo.xml b/doc/en/Gtk/CellRendererCombo.xml index bf9074b05..54fadf42e 100644 --- a/doc/en/Gtk/CellRendererCombo.xml +++ b/doc/en/Gtk/CellRendererCombo.xml @@ -97,8 +97,8 @@ The combo cell renderer takes care of adding a text cell renderer to the combo b - - + + Property @@ -106,7 +106,7 @@ The combo cell renderer takes care of adding a text cell renderer to the combo b - Gtk.TreeModel + Gtk.ITreeModel diff --git a/doc/en/Gtk/CellRendererPixbuf.xml b/doc/en/Gtk/CellRendererPixbuf.xml index 23d8f43e9..9f8ca2b72 100644 --- a/doc/en/Gtk/CellRendererPixbuf.xml +++ b/doc/en/Gtk/CellRendererPixbuf.xml @@ -78,8 +78,8 @@ - - + + Property @@ -87,7 +87,7 @@ - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/Gtk/CellRendererProgress.xml b/doc/en/Gtk/CellRendererProgress.xml index 0d67fe00a..87e626d5a 100644 --- a/doc/en/Gtk/CellRendererProgress.xml +++ b/doc/en/Gtk/CellRendererProgress.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,7 +11,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/CellView.xml b/doc/en/Gtk/CellView.xml index 55b06dd02..b51890d73 100644 --- a/doc/en/Gtk/CellView.xml +++ b/doc/en/Gtk/CellView.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,10 +11,10 @@ - Gtk.CellLayout + Gtk.ICellLayout - Gtk.Orientable + Gtk.IOrientable @@ -377,8 +377,8 @@ - - + + Property @@ -386,7 +386,7 @@ - Gtk.TreeModel + Gtk.ITreeModel Sets the model for the CellView. diff --git a/doc/en/Gtk/ClientEventArgs.xml b/doc/en/Gtk/ClientEventArgs.xml deleted file mode 100644 index 3820c2b2e..000000000 --- a/doc/en/Gtk/ClientEventArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.EventClient - - - Get the event that was received from another application. - A - - - - - diff --git a/doc/en/Gtk/ClientEventHandler.xml b/doc/en/Gtk/ClientEventHandler.xml deleted file mode 100644 index ea81e23e4..000000000 --- a/doc/en/Gtk/ClientEventHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the ClientEventHandler instance to the event. The methods referenced by the ClientEventHandler instance are invoked whenever the event is raised, until the ClientEventHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Combo.xml b/doc/en/Gtk/Combo.xml deleted file mode 100644 index ecd42c136..000000000 --- a/doc/en/Gtk/Combo.xml +++ /dev/null @@ -1,375 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A text entry field with a dropdown list - - - The widget consists of a single-line text entry field and a - drop-down list. The drop-down list is displayed when the user clicks - on a small arrow button to the right of the entry field. - - - The drop-down list is a widget and can be accessed using the - list member of the . List elements can contain arbitrary - widgets, but if an element is not a plain label, then you must use - the function. This sets the string which - will be placed in the text entry field when the item is selected. - - - By default, the user can step through the items in the list using the - arrow (cursor) keys, though this behaviour can be turned off with - = . - - - - Creating a widget with simple text items: - - -using System; -using Gtk; - -class ComboSample -{ - Combo combo; - - static void Main () - { - new ComboSample (); - } - - ComboSample () - { - Application.Init (); - - Window win = new Window ("ComboSample"); - win.DeleteEvent += new DeleteEventHandler (OnWinDelete); - - string[] list = new string[] {"one", "two", "three"}; - - combo = new Combo (); - combo.PopdownStrings = list; - combo.DisableActivate (); - combo.Entry.Activated += new EventHandler (OnEntryActivated); - - win.Add (combo); - - win.ShowAll (); - Application.Run (); - } - - void OnEntryActivated (object o, EventArgs args) - { - Console.WriteLine (combo.Entry.Text); - } - - void OnWinDelete (object obj, DeleteEventArgs args) - { - Application.Quit (); - } -} - - - - - - Gtk.HBox - - - - - - System.Obsolete - - - - - - Method - - System.Void - - - - - - - Sets the string to place in the field when a particular list item is selected. - an object of type - an object of type - This is not needed if the list item is a simple . - - - - - Method - - System.Void - - - - Disables showing the popup list on the activate event. - Stops the widget from showing the popup list when the emits the event, i.e. when the Return key is pressed. - This may be useful if, for example, you want the Return key to close a dialog instead. - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates a new . - This is the default contructor for - - - - - Property - - Gtk.Button - - - The asociated with the . - an object of type - - - - - - - Property - - Gtk.Entry - - - The asociated with the . - an object of type - - - - - - - Property - - System.Boolean - - - - - Does nothing. ---- REMOVE ---- See EnableArrowKeys. - a - - - - - - Property - - System.Boolean - - - - - Specifies if the arrow (cursor) keys can be used to step through the items in the list. See also EnableArrowKeys. - - if the arrow keys can be used to step through the items in the list. - This is on by default. - - - - - Property - - System.Boolean - - - - - See - a - - - - - GLib.Property("enable-arrows-always") - - - - - - Property - - System.Boolean - - - - - Specifies whether the value entered in the text entry field must match one of the values in the list. - - if the value entered must match one of the values in the list. - If this is set then the user will not be able to perform any other action until a valid value has been entered. - - - - GLib.Property("value-in-list") - - - - - - Property - - System.Boolean - - - - - Specifies if an empty field is acceptable. - - if an empty value is considered valid. - - - - - GLib.Property("allow-empty") - - - - - - Property - - System.Boolean - - - - - Specifies if the arrow (cursor) keys can be used to step through the items in the list. - - if the arrow keys can be used to step through the items in the list. - This is by default. - - - - GLib.Property("enable-arrow-keys") - - - - - - Property - - System.Boolean - - - - - Specifies whether the text entered into the field and the text in the list items is case sensitive. - - if the text in the list items is case sensitive. - This may be useful, for example, when you have set true ValueInList to limit the values entered, but you are not worried about differences in case. - - - - GLib.Property("case-sensitive") - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Property - - System.String[] - - - Property to set all of the items in the popup list. - An array of strings. - - - - - - Method - - System.Void - - - - - - - Whether entered values must already be present in the list. - a - a - - - - - - - Property - - Gtk.Widget - - - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gtk/ComboBox.xml b/doc/en/Gtk/ComboBox.xml index c9cbaaf8f..2024158a3 100644 --- a/doc/en/Gtk/ComboBox.xml +++ b/doc/en/Gtk/ComboBox.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,10 +11,10 @@ - Gtk.CellEditable + Gtk.ICellEditable - Gtk.CellLayout + Gtk.ICellLayout @@ -115,17 +115,17 @@ store.AppendValues ("ComboBox"); - - + + Constructor - - + - a - Creates a new that uses - + To be added. + To be added. + To be added. + @@ -567,8 +567,8 @@ store.AppendValues ("ComboBox"); - - + + Property @@ -576,7 +576,7 @@ store.AppendValues ("ComboBox"); - Gtk.TreeModel + Gtk.ITreeModel @@ -641,14 +641,14 @@ store.AppendValues ("ComboBox"); - - + + Method Gtk.ComboBox - + To be added. diff --git a/doc/en/Gtk/ComboBoxEntry.xml b/doc/en/Gtk/ComboBoxEntry.xml deleted file mode 100644 index fcef05faf..000000000 --- a/doc/en/Gtk/ComboBoxEntry.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A text entry field with a dropdown list - - - - - Gtk.ComboBox - - - - - - - Method - - Gtk.ComboBoxEntry - - - - Convenience function which constructs a new editable text combo box, which is a just displaying strings. - a - - - - - - Constructor - - - - - - Internal constructor - a - - - - - System.Obsolete - - - - - - Constructor - - - - - - Internal constructor - a - - - - - - Constructor - - - - Creates a new which has a as its child. - - - - - - Constructor - - - - - - - Creates a new which has a as child and a list of strings as popup. - a which holds the data. - a which means the coluumn number (0 based) in the which contains the list of strings to display. - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Property - - System.Int32 - - - - the column in the model which the combobox is using to get the strings from. - a - - - - - GLib.Property("text-column") - - - - - - Constructor - - - - - a list of strings for the dropdown list. - Creates a combo entry from a list of entries. - - - - - - Property - - Gtk.Entry - - - The combo box's child. - The . - - - - - diff --git a/doc/en/Gtk/CssProvider.xml b/doc/en/Gtk/CssProvider.xml index 4621ba253..53dcf3e52 100644 --- a/doc/en/Gtk/CssProvider.xml +++ b/doc/en/Gtk/CssProvider.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.StyleProvider + Gtk.IStyleProvider @@ -185,14 +185,14 @@ - - + + Method System.Boolean - + To be added. diff --git a/doc/en/Gtk/CurrentParagraphAlignmentChangedArgs.xml b/doc/en/Gtk/CurrentParagraphAlignmentChangedArgs.xml deleted file mode 100644 index b6bf297f1..000000000 --- a/doc/en/Gtk/CurrentParagraphAlignmentChangedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLParagraphAlignment - - - The new alignment of the paragraph. - a - - - - - diff --git a/doc/en/Gtk/CurrentParagraphAlignmentChangedHandler.xml b/doc/en/Gtk/CurrentParagraphAlignmentChangedHandler.xml deleted file mode 100644 index 21f7b4e24..000000000 --- a/doc/en/Gtk/CurrentParagraphAlignmentChangedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the CurrentParagraphAlignmentChangedHandler instance to the event. The methods referenced by the CurrentParagraphAlignmentChangedHandler instance are invoked whenever the event is raised, until the CurrentParagraphAlignmentChangedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/CurrentParagraphIndentationChangedArgs.xml b/doc/en/Gtk/CurrentParagraphIndentationChangedArgs.xml deleted file mode 100644 index c5d18611a..000000000 --- a/doc/en/Gtk/CurrentParagraphIndentationChangedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.UInt32 - - - The new indentation level of the paragraph. - An integer, the new indentation level. - - - - - diff --git a/doc/en/Gtk/CurrentParagraphIndentationChangedHandler.xml b/doc/en/Gtk/CurrentParagraphIndentationChangedHandler.xml deleted file mode 100644 index ae984fb17..000000000 --- a/doc/en/Gtk/CurrentParagraphIndentationChangedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the CurrentParagraphIndentationChangedHandler instance to the event. The methods referenced by the CurrentParagraphIndentationChangedHandler instance are invoked whenever the event is raised, until the CurrentParagraphIndentationChangedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/CurrentParagraphStyleChangedArgs.xml b/doc/en/Gtk/CurrentParagraphStyleChangedArgs.xml deleted file mode 100644 index 99ec35b23..000000000 --- a/doc/en/Gtk/CurrentParagraphStyleChangedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLParagraphStyle - - - The new style that was set. - a - - - - - diff --git a/doc/en/Gtk/CurrentParagraphStyleChangedHandler.xml b/doc/en/Gtk/CurrentParagraphStyleChangedHandler.xml deleted file mode 100644 index ddab76aab..000000000 --- a/doc/en/Gtk/CurrentParagraphStyleChangedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the CurrentParagraphStyleChangedHandler instance to the event. The methods referenced by the CurrentParagraphStyleChangedHandler instance are invoked whenever the event is raised, until the CurrentParagraphStyleChangedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/CursorMoveArgs.xml b/doc/en/Gtk/CursorMoveArgs.xml deleted file mode 100644 index 3d5744122..000000000 --- a/doc/en/Gtk/CursorMoveArgs.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLCursorSkipType - - - The kind of skip being done in this cursor move. - A - Approximately: whether to skip by characters, words, pages, or the whole document. - - - - - Property - - Gtk.DirectionType - - - The direction to move the cursor. - A - - - - - diff --git a/doc/en/Gtk/CursorMoveHandler.xml b/doc/en/Gtk/CursorMoveHandler.xml deleted file mode 100644 index 3fb4e4062..000000000 --- a/doc/en/Gtk/CursorMoveHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the CursorMoveHandler instance to the event. The methods referenced by the CursorMoveHandler instance are invoked whenever the event is raised, until the CursorMoveHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/CursorOnMatchArgs.xml b/doc/en/Gtk/CursorOnMatchArgs.xml index 7a7848610..117d3699c 100644 --- a/doc/en/Gtk/CursorOnMatchArgs.xml +++ b/doc/en/Gtk/CursorOnMatchArgs.xml @@ -38,11 +38,11 @@ - - + + Property - Gtk.TreeModel + Gtk.ITreeModel To be added. diff --git a/doc/en/Gtk/Curve.xml b/doc/en/Gtk/Curve.xml deleted file mode 100644 index a1e92be09..000000000 --- a/doc/en/Gtk/Curve.xml +++ /dev/null @@ -1,309 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - The widget allows the user to edit a curve covering a range of values. - - - The widget allows the user to edit a curve covering a range of values. It is typically used to fine-tune color balances in graphics applications like the Gimp. The widget has 3 modes of operation - spline, linear and free. In spline mode the user places points on the curve which are automatically connected together into a smooth curve. In linear mode the user places points on the curve which are connected by straight lines. In free mode the user can draw the points of the curve freely, and they are not connected at all. - - - NOTE: this widget is considered too specialized/little-used for GTK+, and will in the future be moved to some other package. If your application needs this widget, feel free to use it, as the widget does work and is useful in some applications; it's just not of general interest. However, we are not accepting new features for the widget, and it will eventually move out of the GTK+ distribution. (FIXME: will it remain in GTK#?) - - - - - Gtk.DrawingArea - - - - - - - Method - - System.Void - - - - Resets the curve to a straight line from the minimum x and y values to the maximum x and y values (i.e. from the bottom-left to the top-right corners). - - - Resets the curve to a straight line from the minimum x and y values to the maximum x and y values (i.e. from the bottom-left to the top-right corners). The curve type is not changed. - - - - - - - Method - - System.Void - - - - - - - - - Sets the minimum and maximum x and y values of the curve. - The minimum x value. - The maximum x value. - The minimum y value. - The maximum y value. - - - Sets the minimum and maximum x and y values of the curve. The curve is also reset with a call to . - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Constructor. - - - - - - Property - - System.Single - - - - - Recomputes the entire curve using the given gamma value. - A gamma value. - - - A gamma value of 1 results in a straight line. Values greater than 1 result in a curve above the straight line. Values less than 1 result in a curve below the straight. - - - - - - - Property - - System.Single - - - - - The maximum y value of the gamma curve. - A max y value. - - - - - GLib.Property("max-y") - - - - - - Property - - System.Single - - - - - The maximum x value of the gamma curve. - A max x value. - - - - - GLib.Property("max-x") - - - - - - Property - - System.Single - - - - - The minimum y value of the gamma curve. - A min y value. - - - - - GLib.Property("min-y") - - - - - - Property - - System.Single - - - - - The minimum x value of the gamma curve. - A min x value. - - - - - GLib.Property("min-x") - - - - - - Property - - Gtk.CurveType - - - - - Sets the type of the curve. - A . - - - The curve will remain unchanged except when changing from a free curve to a linear or spline curve, in which case the curve will be changed as little as possible. - - - - - - GLib.Property("curve-type") - - - - - - Event - - System.EventHandler - - - - Emitted when the curve type has been changed. - - - The curve type can be changed explicitly with a call to . It is also changed as a side-effect of calling or . - - - - - - GLib.Signal("curve_type_changed") - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Method - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gtk/CurveType.xml b/doc/en/Gtk/CurveType.xml deleted file mode 100644 index 539719554..000000000 --- a/doc/en/Gtk/CurveType.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - The method to use when making the curve. - - - - System.Enum - - - - GLib.GType(typeof(Gtk.CurveTypeGType)) - - - - - - Field - - Gtk.CurveType - - - - linear interpolation - - - - - - Field - - Gtk.CurveType - - - - spline interpolation - - - - - - Field - - Gtk.CurveType - - - - free form curve - - - - - diff --git a/doc/en/Gtk/DestroyNotify.xml b/doc/en/Gtk/DestroyNotify.xml deleted file mode 100644 index 956c029d5..000000000 --- a/doc/en/Gtk/DestroyNotify.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A delegate run by some callbacks before object destruction. - Used in , - , and anywhere else that - a run-before-object-destruction routine is needed in a callback. - - - - System.Delegate - - - - - - System.Void - - diff --git a/doc/en/Gtk/DisableDeviceArgs.xml b/doc/en/Gtk/DisableDeviceArgs.xml deleted file mode 100644 index baeed8ca1..000000000 --- a/doc/en/Gtk/DisableDeviceArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.Device - - - The device to enable. - A - - - - - diff --git a/doc/en/Gtk/DisableDeviceHandler.xml b/doc/en/Gtk/DisableDeviceHandler.xml deleted file mode 100644 index 188bd215c..000000000 --- a/doc/en/Gtk/DisableDeviceHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the DisableDeviceHandler instance to the event. The methods referenced by the DisableDeviceHandler instance are invoked whenever the event is raised, until the DisableDeviceHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Draw.xml b/doc/en/Gtk/Draw.xml deleted file mode 100644 index 796911227..000000000 --- a/doc/en/Gtk/Draw.xml +++ /dev/null @@ -1,691 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A class for drawing various shapes; mostly obsolete. - - - - - - System.Object - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - - - Obsolete. Do not use. - a - a - a - a - a - a - a - a - a - - - - - - - Method - - System.Void - - - - - - - - - - - - Draws a text caret on at . - * - a - a - a , rectangle to which the output is clipped, or if the output should not be clipped - a location where to draw the cursor (.Width is ignored) - a , whether the cursor should be the primary cursor color. - a , whether the cursor is left-to-right or right-to-left. Should never be . - a , to draw a directional arrow on the cursor. Should be unless the cursor is split. - - This is not a style function - but merely a convenience function for drawing the standard cursor shape. - - - - - - Constructor - - - - Public constructor. - - - - - - diff --git a/doc/en/Gtk/DrawGdkArgs.xml b/doc/en/Gtk/DrawGdkArgs.xml deleted file mode 100644 index 8037fe1e3..000000000 --- a/doc/en/Gtk/DrawGdkArgs.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.Pixmap - - - - The pixmap to draw - a - - - - - - Property - - Gdk.GC - - - - The graphics context - a - - - - - - Property - - System.Int32 - - - - An additional argument. - a - - - - - - Property - - System.Int32 - - - - A second additional argument. - a - - - - - diff --git a/doc/en/Gtk/DrawGdkHandler.xml b/doc/en/Gtk/DrawGdkHandler.xml deleted file mode 100644 index c1d960901..000000000 --- a/doc/en/Gtk/DrawGdkHandler.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the DrawGdkHandler instance to the event. The methods referenced by the DrawGdkHandler instance are invoked whenever the event is raised, until the DrawGdkHandler is removed from the event. - - - - System.Delegate - - - - System.Void - - - - - - diff --git a/doc/en/Gtk/DrawPrintArgs.xml b/doc/en/Gtk/DrawPrintArgs.xml deleted file mode 100644 index 373718a99..000000000 --- a/doc/en/Gtk/DrawPrintArgs.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.PrintContext - - - - The print context currently in use. - a - - - - - diff --git a/doc/en/Gtk/DrawPrintHandler.xml b/doc/en/Gtk/DrawPrintHandler.xml deleted file mode 100644 index 750183a3a..000000000 --- a/doc/en/Gtk/DrawPrintHandler.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the DrawPrintHandler instance to the event. The methods referenced by the DrawPrintHandler instance are invoked whenever the event is raised, until the DrawPrintHandler is removed from the event. - - - - System.Delegate - - - - System.Void - - - - - - diff --git a/doc/en/Gtk/EditableAdapter.xml b/doc/en/Gtk/EditableAdapter.xml index 1ff995bcc..0ba820cfd 100644 --- a/doc/en/Gtk/EditableAdapter.xml +++ b/doc/en/Gtk/EditableAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.Editable + Gtk.IEditable @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -152,11 +153,11 @@ - - + + Method - Gtk.Editable + Gtk.IEditable @@ -170,11 +171,11 @@ - - + + Method - Gtk.Editable + Gtk.IEditable @@ -186,6 +187,7 @@ To be added. To be added. To be added. + @@ -207,9 +209,23 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -236,11 +252,11 @@ - - + + Property - Gtk.EditableImplementor + Gtk.IEditableImplementor To be added. diff --git a/doc/en/Gtk/EditingStartedArgs.xml b/doc/en/Gtk/EditingStartedArgs.xml index b75df76ed..fe96181cd 100644 --- a/doc/en/Gtk/EditingStartedArgs.xml +++ b/doc/en/Gtk/EditingStartedArgs.xml @@ -30,11 +30,11 @@ - - + + Property - Gtk.CellEditable + Gtk.ICellEditable diff --git a/doc/en/Gtk/EnableDeviceArgs.xml b/doc/en/Gtk/EnableDeviceArgs.xml deleted file mode 100644 index eb86da23f..000000000 --- a/doc/en/Gtk/EnableDeviceArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.Device - - - The device to enable. - A - - - - - diff --git a/doc/en/Gtk/EnableDeviceHandler.xml b/doc/en/Gtk/EnableDeviceHandler.xml deleted file mode 100644 index 54a9da687..000000000 --- a/doc/en/Gtk/EnableDeviceHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the EnableDeviceHandler instance to the event. The methods referenced by the EnableDeviceHandler instance are invoked whenever the event is raised, until the EnableDeviceHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Entry.xml b/doc/en/Gtk/Entry.xml index 19fd7a7ea..90ebf6905 100644 --- a/doc/en/Gtk/Entry.xml +++ b/doc/en/Gtk/Entry.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,10 +12,10 @@ - Gtk.CellEditable + Gtk.ICellEditable - Gtk.Editable + Gtk.IEditable @@ -613,11 +613,11 @@ The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts - - + + Method - GLib.Icon + GLib.IIcon @@ -1643,8 +1643,8 @@ The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts - - + + Property @@ -1652,7 +1652,7 @@ The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts - GLib.Icon + GLib.IIcon To be added. @@ -1911,8 +1911,8 @@ The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts - - + + Property @@ -1920,7 +1920,7 @@ The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts - GLib.Icon + GLib.IIcon To be added. @@ -2141,15 +2141,15 @@ The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL layouts - - + + Method System.Void - + To be added. diff --git a/doc/en/Gtk/EntryCompletion.xml b/doc/en/Gtk/EntryCompletion.xml index 15ad5876c..8c186d4a9 100644 --- a/doc/en/Gtk/EntryCompletion.xml +++ b/doc/en/Gtk/EntryCompletion.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,7 +11,7 @@ - Gtk.CellLayout + Gtk.ICellLayout @@ -495,8 +495,8 @@ public class DemoEntryCompletion : Window - - + + Property @@ -504,7 +504,7 @@ public class DemoEntryCompletion : Window - Gtk.TreeModel + Gtk.ITreeModel @@ -536,8 +536,8 @@ public class DemoEntryCompletion : Window - - + + Method @@ -548,7 +548,7 @@ public class DemoEntryCompletion : Window System.Boolean - + @@ -557,12 +557,12 @@ public class DemoEntryCompletion : Window To be added. To be added. To be added. - + - - + + Method @@ -573,15 +573,16 @@ public class DemoEntryCompletion : Window System.Boolean - + - a , the model the match was selected from - a , the row the user picked - This method is called whenever the user selects one of the suggested matches. - a - + To be added. + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/ExposeEventArgs.xml b/doc/en/Gtk/ExposeEventArgs.xml deleted file mode 100644 index 35700edb8..000000000 --- a/doc/en/Gtk/ExposeEventArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.EventExpose - - - The event that caused the widget to be exposed. - A - - - - - diff --git a/doc/en/Gtk/ExposeEventHandler.xml b/doc/en/Gtk/ExposeEventHandler.xml deleted file mode 100644 index 2210ad98e..000000000 --- a/doc/en/Gtk/ExposeEventHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the ExposeEventHandler instance to the event. The methods referenced by the ExposeEventHandler instance are invoked whenever the event is raised, until the ExposeEventHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/FileChooserAdapter.xml b/doc/en/Gtk/FileChooserAdapter.xml index 80da0a112..5fcd62913 100644 --- a/doc/en/Gtk/FileChooserAdapter.xml +++ b/doc/en/Gtk/FileChooserAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.FileChooser + Gtk.IFileChooser @@ -177,11 +177,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. @@ -272,11 +272,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. @@ -332,11 +332,11 @@ - - + + Property - GLib.File[] + GLib.IFile[] To be added. @@ -379,11 +379,11 @@ - - + + Method - Gtk.FileChooser + Gtk.IFileChooser @@ -397,11 +397,11 @@ - - + + Method - Gtk.FileChooser + Gtk.IFileChooser @@ -416,9 +416,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -478,11 +492,11 @@ - - + + Property - GLib.File + GLib.IFile To be added. @@ -625,14 +639,14 @@ - - + + Method System.Boolean - + To be added. @@ -734,14 +748,14 @@ - - + + Method System.Boolean - + To be added. @@ -770,14 +784,14 @@ - - + + Method System.Boolean - + To be added. @@ -885,14 +899,14 @@ - - + + Method System.Void - + To be added. diff --git a/doc/en/Gtk/FileChooserButton.xml b/doc/en/Gtk/FileChooserButton.xml index fcc21d7dd..148dc26fe 100644 --- a/doc/en/Gtk/FileChooserButton.xml +++ b/doc/en/Gtk/FileChooserButton.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,7 +11,7 @@ - Gtk.FileChooser + Gtk.IFileChooser @@ -210,11 +210,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -288,11 +288,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -345,11 +345,11 @@ A connected to this event must set - - + + Property - GLib.File[] + GLib.IFile[] To be added. @@ -570,11 +570,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -709,14 +709,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -813,14 +813,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -848,14 +848,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -976,14 +976,14 @@ A connected to this event must set - - + + Method System.Void - + To be added. diff --git a/doc/en/Gtk/FileChooserDialog.xml b/doc/en/Gtk/FileChooserDialog.xml index 29eccd6dc..9a6f6f8bc 100644 --- a/doc/en/Gtk/FileChooserDialog.xml +++ b/doc/en/Gtk/FileChooserDialog.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,7 +11,7 @@ - Gtk.FileChooser + Gtk.IFileChooser @@ -97,37 +97,6 @@ public class MainWindow: Gtk.Window { By default, a comes with no buttons, so you'd better provide at least the most basics one (Save/Cancel or Open/Cancel) or your user won't be able to do anything apart from closing the dialog ( closing the dialog returns .None ) - - - - Constructor - - - - - - - - - - System.ParamArray - - - - - - a , the backend name - a title - a parent for the dialog, or . - an action, for example save or open. - a list of button text/response pairs for buttons to be added to the dialog, if desired. - Creates a file chooser dialog with a specific file chooser backend - - This is especially useful if you use to allow - non-local files and you use a more expressive vfs, such as gnome-vfs, to load files. - - - @@ -309,11 +278,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -398,11 +367,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -469,11 +438,11 @@ A connected to this event must set - - + + Property - GLib.File[] + GLib.IFile[] To be added. @@ -657,11 +626,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -835,14 +804,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -965,14 +934,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -1005,14 +974,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -1151,14 +1120,14 @@ A connected to this event must set - - + + Method System.Void - + To be added. diff --git a/doc/en/Gtk/FileChooserWidget.xml b/doc/en/Gtk/FileChooserWidget.xml index 1d8654028..c86d1fa6c 100644 --- a/doc/en/Gtk/FileChooserWidget.xml +++ b/doc/en/Gtk/FileChooserWidget.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,7 +11,7 @@ - Gtk.FileChooser + Gtk.IFileChooser @@ -227,11 +227,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -315,11 +315,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -386,11 +386,11 @@ A connected to this event must set - - + + Property - GLib.File[] + GLib.IFile[] To be added. @@ -574,11 +574,11 @@ A connected to this event must set - - + + Property - GLib.File + GLib.IFile To be added. @@ -752,14 +752,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -882,14 +882,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -922,14 +922,14 @@ A connected to this event must set - - + + Method System.Boolean - + To be added. @@ -1059,14 +1059,14 @@ A connected to this event must set - - + + Method System.Void - + To be added. diff --git a/doc/en/Gtk/FileSelection+FSButton.xml b/doc/en/Gtk/FileSelection+FSButton.xml deleted file mode 100644 index ccf500dda..000000000 --- a/doc/en/Gtk/FileSelection+FSButton.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - Gtk.Button - - - - - - Property - - Gtk.FileSelection - - - Returns the parent - The parent - - - This class is only used by - s embedded inside a - . From the - , you can use - this property to get back to the parent dialog box. - - - - - - - - Helper class for s embedded inside a - - - This class is used as a wrapper around buttons embedded inside - a . This class exposes an - additional property, , which - can be used to get back to the parent dialog. - - - - diff --git a/doc/en/Gtk/FileSelection.xml b/doc/en/Gtk/FileSelection.xml deleted file mode 100644 index bc38b28f1..000000000 --- a/doc/en/Gtk/FileSelection.xml +++ /dev/null @@ -1,498 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Creates a new dialog for the user to select one or more files, directories, or cancel. - - - should be used to retrieve file or directory names from the user. It will create a new dialog window containing a directory list, and a file list corresponding to the current working directory. - - - The filesystem can be navigated using the directory list or the drop-down history menu. Alternatively, the TAB key can be used to navigate using filename completion - common in text based editors such as emacs and jed. - - Simple file operations; create directory, delete file, and rename file, are available from buttons at the top of the dialog. - - The functionality of the can be extended by using the available accessors to the buttons and drop downs. - - - -using System; -using Gtk; - -class FileSelectionSample -{ - Label lbl; - FileSelection fs; - - static void Main () - { - new FileSelectionSample (); - } - - FileSelectionSample () - { - Application.Init (); - Window win = new Window ("FileSelectionSample"); - win.SetDefaultSize (250,200); - win.DeleteEvent += new DeleteEventHandler (OnWinDelete); - VBox vbox = new VBox (true, 1); - win.Add (vbox); - Button btn = new Button ("Select a file."); - btn.Clicked += new EventHandler (OnButtonClicked); - vbox.Add (btn); - lbl = new Label ("Selected: "); - vbox.Add (lbl); - win.ShowAll () - - fs = new FileSelection ("Choose a file"); - fs.Response += new ResponseHandler (OnFileSelectionResponse); - - Application.Run (); - } - - void OnButtonClicked (object o, EventArgs args) - { - fs.Run (); - fs.Hide (); - } - - void OnFileSelectionResponse (object o, ResponseArgs args) - { - if (args.ResponseId == ResponseType.Ok) - { - lbl.Text = "Selected: " + fs.Filename; - } - } - - void OnWinDelete (object o, DeleteEventArgs args) - { - Application.Quit (); - } -} - - - - - - Gtk.Dialog - - - - - - - Method - - System.Void - - - - - - Restrict the visible files and directories to those that match the given . - A simple wildcard pattern such as '*.txt'. - - This method attempts to match to a valid filenames or subdirectories in the current directory. If a match can be made, the matched filename will appear in the text entry field of the . If a partial match can be made, the "Files" list will contain those file names which have been partially matched, and the "Folders" list will show those directories with a partial match. - - - - - - Method - - System.Void - - - - Ensures that the file operation buttons are visible. - - - - - - Method - - System.Void - - - - Ensures that the file operation buttons are hidden. - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - - - The main way to construct a new file selector. - A title that will appear in the window's title bar. - - - - - - Property - - Gtk.HButtonBox - - - The widget enclosing the items that can be acted upon. - an object of type - (FIXME: how is this different from ButtonArea? Gtk+ docs are thin about this.) - - - - - Property - - Gtk.HButtonBox - - - A widget to contain all the button objects in this dialog. - an object of type - - - - - - Property - - Gtk.Button - - - The 'rename file' button of this file selector. - - - This button may or may not be visible, see and . - - - - - - Property - - Gtk.Button - - - The 'delete' button of this file selector. - - - This button may or may not be visible, see and . - - - - - - Property - - Gtk.Button - - - The 'create directory' button of this file selector. - - - This button may or may not be visible, see and . - - - - - - Property - - System.String - - - The filename selected by this . - an object of type - - - - - - Property - - Gtk.Entry - - - The main widget of this . - - - - - - - Property - - Gtk.MessageDialog - - - The dialog box for confirming actions, if necessary. - an object of type - - - - - - Property - - Gtk.Menu - - - The that is displayed by the . - A menu containing the file system paths higher than the selected directory, and the user's directory history. - - Note that this does not just contain history, it contains a list of directories above the current directory in the filesystem as well as user directory history. - - - - - - Property - - Gtk.OptionMenu - - - The drop down menu containing directories in the filesystem above the selected directory, and the user's directory history. - The at the top of the file selector. - - This widget displays the menu returned by . - - - - - - Property - - Gtk.Button - - - A help button, not displayed by default. - - - - - - - Property - - Gtk.Button - - - The 'cancel' button of this file selector. - - - - - - - Property - - Gtk.Button - - - The 'OK' button of this file selector. - - - - - - - Property - - Gtk.Label - - - The text to display about the file to be selected. - an object of type - - - - - - Property - - Gtk.Entry - - - The text-entry widget for entering a filename into. - an object of type - - - - - - Property - - Gtk.TreeView - - - The widget that displays files in this file selector. - - - - - - - Property - - Gtk.TreeView - - - The widget that displays directories in this file selector. - - - - - - - Property - - Gtk.VBox - - - - The main in the file selector. - a - - - - - - - - Property - - System.String[] - - - Get the files that are selected - An array of file paths - - - - - - Property - - System.Boolean - - - - - Manage whether buttons are displayed for doing file operations. - - for buttons to be shown, otherwise. - - This manipulates whether the buttons for creating a directory, deleting files and renaming files, are displayed. - - - - - GLib.Property("show-fileops") - - - - - - Property - - System.String - - - - - Manage the selected filename. - The selected filename in the on-disk encoding. - - If includes a directory path, then the requestor will open with that path as its current working directory. The encoding of filename is the on-disk encoding, which may not be UTF-8. - - - - - GLib.Property("filename") - - - - - - Property - - System.Boolean - - - - - Manage whether more than one file can be selected. - - if multiple selections are allowed, otherwise. - - - - - GLib.Property("select-multiple") - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - - System.Obsolete - - - diff --git a/doc/en/Gtk/FrameEventArgs.xml b/doc/en/Gtk/FrameEventArgs.xml deleted file mode 100644 index 99148b389..000000000 --- a/doc/en/Gtk/FrameEventArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.Event - - - The Gdk event related to this FrameEvent. - A - - - - - diff --git a/doc/en/Gtk/FrameEventHandler.xml b/doc/en/Gtk/FrameEventHandler.xml deleted file mode 100644 index 0f424f7dd..000000000 --- a/doc/en/Gtk/FrameEventHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the FrameEventHandler instance to the event. The methods referenced by the FrameEventHandler instance are invoked whenever the event is raised, until the FrameEventHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Function.xml b/doc/en/Gtk/Function.xml deleted file mode 100644 index 4f3bffd8f..000000000 --- a/doc/en/Gtk/Function.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A delegate for representing a function with a boolean return value. - - To be added. - - - System.Delegate - - - - - - System.Boolean - - diff --git a/doc/en/Gtk/GammaCurve.xml b/doc/en/Gtk/GammaCurve.xml deleted file mode 100644 index f9bd05dab..000000000 --- a/doc/en/Gtk/GammaCurve.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - The widget is a variant of specifically for editing gamma curves, which are used in graphics applications such as the Gimp. - - - The widget shows a curve which the user can edit with the mouse just like a widget. On the right of the curve it also displays 5 buttons, 3 of which change between the 3 curve modes (spline, linear and free), and the other 2 set the curve to a particular gamma value, or reset it to a straight line. - - - NOTE: this widget is considered too specialized/little-used for GTK#, and will in the future be moved to some other package. If your application needs this widget, feel free to use it, as the widget does work and is useful in some applications; it's just not of general interest. However, we are not accepting new features for the widget, and it will eventually move out of the GTK# distribution. - - - - - Gtk.VBox - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Constructor. - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - diff --git a/doc/en/Gtk/Gc.xml b/doc/en/Gtk/Gc.xml deleted file mode 100644 index bbda58706..000000000 --- a/doc/en/Gtk/Gc.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A shell around ; represents a graphics context. - TODO: add examples. - - - System.Object - - - - - - Method - - System.Void - - - - - - Releases the that is passed in. - a - - - - - - Method - - Gdk.GC - - - - - - - - - Returns a with the specified values. - a - a - a - a - a - - - - - - Constructor - - - - Basic constructor. - - - - - diff --git a/doc/en/Gtk/Grid.xml b/doc/en/Gtk/Grid.xml index 67adbbc48..6a822489a 100644 --- a/doc/en/Gtk/Grid.xml +++ b/doc/en/Gtk/Grid.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/HRuler.xml b/doc/en/Gtk/HRuler.xml deleted file mode 100644 index 97477359b..000000000 --- a/doc/en/Gtk/HRuler.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A horizontal ruler. - - A horizontal ruler is typically used to show the horizontal location of the mouse in the window and to display the horizontal size of the window in the specified units. The available units of measurement are , and . The default is . - A horizontal ruler is typically used above or below another widget such as a . - Note:- This widget is considered too specialized for GTK+, and will likely be moved to some other package in the future. - - - - Gtk.Ruler - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates a new horizontal ruler. - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - diff --git a/doc/en/Gtk/HTML.xml b/doc/en/Gtk/HTML.xml deleted file mode 100644 index 7cc1eefd4..000000000 --- a/doc/en/Gtk/HTML.xml +++ /dev/null @@ -1,2186 +0,0 @@ - - - - gtkhtml-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Lightweight HTML rendering widget. - - - is a lightweight HTML rendering widget, as well as as - simple graphical HTML editor. - - - Developers can also use it as a widget container (). It is an easy way for viewing HTML - documents in your application and for layout UI of your - application throught HTML. - - - does not have support for CSS or JavaScript. - - - The following sample is a very minimal web browser. - - - - -using System; -using System.Net; -using System.IO; -using Gtk; - -namespace HtmlTest -{ - class HtmlTest - { - HTML html; - Entry entry; - string currentUrl; - - static void Main (string[] args) - { - new HtmlTest(); - } - - HtmlTest() - { - Application.Init (); - - Window win = new Window ("HtmlTest"); - win.SetDefaultSize (800, 600); - win.DeleteEvent += new DeleteEventHandler (OnWindowDelete); - - VBox vbox = new VBox (false, 1); - win.Add (vbox); - - HBox hbox = new HBox (false, 1); - - Label label = new Label ("Address:"); - - entry = new Entry (""); - entry.Activated += new EventHandler (OnEntryActivated); - - Button button = new Button ("Go!"); - button.Clicked += new EventHandler (OnButtonClicked); - - hbox.PackStart (label, false, false, 1); - hbox.PackStart (entry, true, true, 1); - hbox.PackStart (button, false, false, 1); - - vbox.PackStart (hbox, false, false, 1); - - ScrolledWindow sw = new ScrolledWindow (); - sw.VscrollbarPolicy = PolicyType.Always; - sw.HscrollbarPolicy = PolicyType.Always; - vbox.PackStart(sw, true, true, 1); - - html = new HTML (); - html.LinkClicked += new LinkClickedHandler (OnLinkClicked); - sw.Add (html); - - win.ShowAll(); - Application.Run (); - - } - - void OnWindowDelete (object obj, DeleteEventArgs args) - { - Application.Quit(); - } - - void OnButtonClicked (object obj, EventArgs args) - { - currentUrl = entry.Text.Trim(); - LoadHtml (currentUrl); - } - - void OnEntryActivated (object obj, EventArgs args) - { - OnButtonClicked (obj, args); - } - - void OnLinkClicked (object obj, LinkClickedArgs args) - { - string newUrl; - - // decide absolute or relative - if (args.Url.StartsWith("http://")) - newUrl = args.Url; - else - newUrl = currentUrl + args.Url; - - try { - LoadHtml (newUrl); - } catch { } - currentUrl = newUrl; - } - - void LoadHtml (string URL) - { - HttpWebRequest web_request = (HttpWebRequest) WebRequest.Create (URL); - HttpWebResponse web_response = (HttpWebResponse) web_request.GetResponse (); - Stream stream = web_response.GetResponseStream (); - byte [] buffer = new byte [8192]; - - HTMLStream html_stream = html.Begin (); - int count; - - while ((count = stream.Read (buffer, 0, 8192)) != 0){ - html_stream.Write (buffer, count); - } - html.End (html_stream, HTMLStreamStatus.Ok); - } - } -} - - - - - - - Gtk.Layout - - - - - - - Method - - System.Void - - - - - - Constructs an instance of a Gtk.HTML widget - A derivative object. - This is a low-level routine, and should only be used - to initialize an instance of a derivative class. - - - - - Method - - System.IntPtr - - - - - - Locates an object whose id is provided - The id assigned to an object in the HTML stream - An IntPtr to the internal HTMLObject - - - - - - Method - - System.Boolean - - - - - - - Sends HTML out from the widget. - a , a content type. - an object of type - a , true if the export happened successfully, false if otherwise. - - - - - - Method - - System.Void - - - - Copies the selection to the clipboard. - Copies the selection into the clipboard. - - - - - Method - - System.Void - - - - Selects the word under the cursor. - This routine selects the word under the cursor. - - - - - Method - - System.Void - - - - - - Changes the font style by adjusting flags from bold to regular or vice-versa. For a full list of possible flags, see . - a - - - - - - Method - - System.Void - - - - Selects a paragraph. - - - - - - - Method - - System.Void - - - - Resets the magnification of the text to 100% (normal). - - - - - - Method - - System.Void - - - - - - - - Writes bytes of content from to . - a - a - a - - - - - - Method - - System.Void - - - - Undoes the last operation. - If the widget is Editable, this undoes the last operation. - - - - - Method - - System.Void - - - - Cuts the selection into the clipboard. - If the widget is editable, this cuts the selection - into the clipboard; Otherwise it just copies the selection - into the clipboard. - - - - - Method - - System.String - - - - - - Computes url from widget base url. - The new component of the url. - The new base-relative url. - - - - - - Method - - System.Void - - - - This method is designed to be called after the style, indentation, or other font attributes of an editable HTML widget have changed. - When this is called, it will trigger the emission of signals for paragraphs whose indentation or style has changed. - - - - - Method - - Gtk.HTMLStream - - - - Starts incremental content updating. - A handle to push content. - - - Use the Begin method to push new HTML content into the - widget. The content type is expected to be in the format - defined by , - which by default is "html/text; charset=utf-8". - - - -using System; -using Gtk; - -class X { - - static void Main () - { - Application.Init (); - Window w = new Window ("Sample"); - HTML html = new HTML (); - w.Add (html); - w.ShowAll (); - - HTMLStream s = html.Begin (); - string line; - - while ((line = Console.ReadLine ()) != null) - s.Write (line); - html.End (s, HTMLStreamStatus.Ok); - Application.Run (); - } -} - - - - - Compile and run: - - - mcs sample.cs -pkg:gtkhtml-sharp - - - echo "<html> - <body>Hello <b>World</b></body> - </html>" | mono sample.exe - - - - - - - Method - - System.Void - - - - Sets up internal references to all images. - FIXME: verify this. - - - - - Method - - System.Void - - - - - - Paste clipboard contents into editor - Whether to paste as a citation. - - If the widget is in editing mode (see ), the contents of the clipboard - are pasted into the HTML editor. If the value of is true, then the contents are pasted - as a citation. - - - - - - Method - - System.Void - - - - Set up an empty widget. - - - - - - Method - - System.Void - - - - - - - Ends incremental updating - The to close. - The representing the state of the stream when closed. - - - Closes the represented - by and notifies the HTML widget that - it should not expect any more content from that stream. - - - -using System; -using Gtk; - -class X { - - static void Main () - { - Application.Init (); - Window w = new Window ("Sample"); - HTML html = new HTML (); - w.Add (html); - w.ShowAll (); - - HTMLStream s = html.Begin (); - string line; - - while ((line = Console.ReadLine ()) != null) - s.Write (line); - html.End (s, HTMLStreamStatus.Ok); - Application.Run (); - } -} - - - - - Compile and run: - - - mcs sample.cs -pkg:gtkhtml-sharp - - - echo "<html> - <body>Hello <b>World</b></body> - </html>" | mono sample.exe - - - - - - - Method - - System.Void - - - - Redoes the last Undone operation - If the widget is editable, this redoes the last - undone operation. - - - - - Method - - System.Void - - - - - - Adds HTML to the end of the HTML currently being rendered by the widget. - an object of type - - - - - - Method - - System.Void - - - - Selects the line the cursor is currently on. - - - - - - Method - - System.Void - - - - Removes an indent level. - - - - - - Method - - System.Void - - - - Selects all the contents. - Selects all of the contents of the HTML widget. - - - - - Method - - Gtk.HTMLStream - - - - - - - - Begins processing HTML. - an object of type - an object of type - an object of type - an object of type - - - - - - Method - - System.Void - - - - - - Enables or disables debugging features. - an object of type , true for enabled, false for disabled - - - - - - Method - - System.Boolean - - - - Makes the edit cursor visible. - a , true if the operation was a success. - - - - - - Method - - System.Void - - - - - - - Unsupported in Gtk#. Installs hooks for the editor. - an object of type - an object of type - This API is currently not supported. - - - - - Method - - System.Void - - - - - - To be added. - an object of type - - - - - - Method - - System.Void - - - - Zooms in. - Zooms in the view. - - - - - Method - - System.Void - - - - - - Inserts HTML into the existing HTML of the widget. - an object of type - - - - - - Method - - System.Void - - - - - - - Sets the font style for the widget. - an object of type - an object of type - - - - - - Method - - System.Void - - - - - - Unrefs an image. - an object of type - (TODO: explain refcounting for images.) - - - - - Method - - System.Void - - - - - - Refs an image. - an object of type - - - - - - Method - - System.Boolean - - - - - - Jumps to an anchor by name, making it visible. - The anchor to locate. - - if the anchor is found. - Scroll the document display to show the HTML anchor requested. - - - - - Method - - System.Void - - - - - - Preloads the image at the URL - a , an image URL. - - - - - - Method - - System.Int32 - - - - - - - - - To be added - an object of type - an object of type - an object of type - an object of type - an object of type - - - - - - Method - - System.Void - - - - Unrefs images. - - - - - - Method - - System.Boolean - - - - - - Invokes a delegate function to save the HTML. - a - an object of type , whether the operation succeeded. - - - - - - Method - - Gtk.HTMLStream - - - - - - Starts incremental content updating. With a specific - content type. - The content type for the data to be - streamed. - A handle to push content. - - - Use the Begin method to push new HTML content into the - widget. The content type has to be specified (like this - for example: "html/text; charset=utf-8"). - - - -using System; -using Gtk; - -class X { - - static void Main () - { - Application.Init (); - Window w = new Window ("Sample"); - HTML html = new HTML (); - w.Add (html); - w.ShowAll (); - - HTMLStream s = html.Begin ("text/html; charset=utf-8"); - string line; - - while ((line = Console.ReadLine ()) != null) - s.Write (line); - html.End (s, HTMLStreamStatus.Ok); - Application.Run (); - } -} - - - - - Compile and run: - - - mcs sample.cs -pkg:gtkhtml-sharp - - - echo "<html> - <body>Hello <b>World</b></body> - </html>" | mono sample.exe - - - - - - - Method - - System.Void - - - - - - Set whether selection is allowed in this widget. - an object of type , true if selection is allowed. - - - - - - Method - - System.Void - - - - Drops all the undo information. - Drops all the Undo and Redo information from the widget. - - - - - Method - - System.Void - - - - To be added - - - - - - Method - - System.Void - - - - Zooms out. - Zooms out the view. - - - - - Method - - System.Boolean - - - - - - Execute a command on the widget. - an object of type , one of the values named in . - an object of type for whether the command succeeded. - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates an empty widget. - - - It creates an empty widget. The - returned widget is empty, and defaults to not be editable. - - - - - - - Property - - System.Boolean - - - - - Whether the contents can be edited. - - if the contents are editable, - otherwise. - - Whether this instance can be used as an HTML - editor. Note: must be called before this can be set = . - - - - - GLib.Property("editable") - - - - - - Property - - System.UInt32 - - - The indentation level of a paragraph. - an object of type - - - - - - Property - - System.String - - - - - The base URL of this document. - an object of type - - - - - - Property - - System.String - - - - - The title of this HTML document. - an object of type - - - - - GLib.Property("title") - - - - - - Property - - System.String - - - - - The default content type. - an object of type - - - - - - Property - - Gtk.HTMLParagraphStyle - - - - - The style of a paragraph. - an object of type - - - - - - Property - - System.Boolean - - - - - To be added - an object of type - - - - - - Property - - System.Double - - - - - The current widget magnification level. - an object of type - - - - - - Property - - Gtk.HTMLParagraphAlignment - - - - - The alignment of text (right, left, center) - an object of type - - - - - - Property - - System.Boolean - - - - - Whether to allow framesets in this widget. - an object of type - - - - - - Event - - Gtk.InsertionFontStyleChangedHandler - - - - Raised when the font style under the cursor is changed. - - - - - GLib.Signal("insertion_font_style_changed") - - - - - - Event - - Gtk.TitleChangedHandler - - - - Occurs when the title changes in HTML - - This event is raised when the HTML parser encounters the - <title> tag on the HTML stream. To get the title, use - the property. - - - - - GLib.Signal("title_changed") - - - - - - Event - - Gtk.SetBaseHandler - - - - Raised when the base URL of the document is changed. - - - - - GLib.Signal("set_base") - - - - - - Event - - System.EventHandler - - - - Raised when the size of text is changed. - - - - - GLib.Signal("size_changed") - - - - - - Event - - Gtk.CurrentParagraphStyleChangedHandler - - - - Raised when the text style of this paragraph is changed. - - - - - GLib.Signal("current_paragraph_style_changed") - - - - - - Event - - System.EventHandler - - - - Raised after a webpage is finished loading. - - - - - GLib.Signal("load_done") - - - - - - Event - - Gtk.CursorMoveHandler - - - - Occurs when the cursor moves. - - This event is raised when the widget is in editing mode and - the cursor has moved. - - - - - GLib.Signal("cursor_move") - - - - - - Event - - Gtk.OnCommandHandler - - - - Raised when a command is issued to the widget. - - - - - GLib.Signal("command") - - - - - - Event - - Gtk.UrlRequestedHandler - - - - Occurs when a url is Requested - - - This event is raised when an URL is requested (typically - an image). - - - The following example shows how a simple HTML source that - requests an image (hello.png). If the file is found, then - it will be streamed into the HTML widget. The model - allows for data to be delivered as it comes, and when the - data has all arrived, the End method can be invoked on the - html stream provided by the . - - - -using System; -using System.IO; -using Gtk; - -class X { - - static void Main () - { - Application.Init (); - Window w = new Window ("Sample"); - HTML html = new HTML (); - html.UrlRequested += new UrlRequestedHandler (LoadFromDisk); - w.Add (html); - w.ShowAll (); - - HTMLStream s = html.Begin (); - s.Write ("<html><body>My image: <img src=\"hello.png\"></body></html>"); - html.End (s, HTMLStreamStatus.Ok); - Application.Run (); - } - - static void LoadFromDisk (object sender, UrlRequestedArgs args) - { - try { - FileStream s = File.OpenRead (args.Url); - byte [] buffer = new byte [8192]; - int n; - - while ((n = s.Read (buffer, 0, 8192)) != 0) { - args.Handle.Write (buffer, n); - } - args.Handle.Close (HTMLStreamStatus.Ok); - } catch { - // Ignore errors. - } - } -} - - - - Make sure there is a "hello.png" file in your directory to - see it, otherwise the sample will show the "broken image - link" image. - - - mcs sample.cs -pkg:gtkhtml-sharp - - - mono sample.exe - - - - - - GLib.Signal("url_requested") - - - - - - Event - - Gtk.IframeCreatedHandler - - - - Raised after an IFRAME is created. - - - - - GLib.Signal("iframe_created") - - - - - - Event - - Gtk.ScrollHandler - - - - Raised when the widget is scrolled. - - - - - GLib.Signal("scroll") - - - - - - Event - - Gtk.CurrentParagraphIndentationChangedHandler - - - - Raised when the indent level of the current paragraph is changed. - - - - - GLib.Signal("current_paragraph_indentation_changed") - - - - - - Event - - Gtk.CurrentParagraphAlignmentChangedHandler - - - - Raised when the alignment of the current paragraph is changed. - - - - - GLib.Signal("current_paragraph_alignment_changed") - - - - - - Event - - Gtk.InsertionColorChangedHandler - - - - Raised when the text color to insert is changed. - - - - - GLib.Signal("insertion_color_changed") - - - - - - Event - - Gtk.LinkClickedHandler - - - - Occurs when the user clicks on a hyperlink - - - This event is raised when the user clicks on a hyperlink - in the HTML widget. - - - -using System; -using System.IO; -using Gtk; - -class X { - - static void Main () - { - Application.Init (); - Window w = new Window ("Sample"); - HTML html = new HTML ("<html><body>Click <a href=\"http://www.go-mono.com\">me</a>"); - html.LinkClicked += new LinkClickedHandler (OnLinkClicked); - w.Add (html); - w.ShowAll (); - Application.Run (); - } - - static void OnLinkClicked (object o, LinkClickedArgs args) - { - Console.WriteLine ("The link clicked url is: " + args.Url); - } -} - - - - mcs sample.cs -pkg:gtkhtml-sharp - - - mono sample.exe - - - Click on the "me" link to see the message on the console. - - - - - - GLib.Signal("link_clicked") - - - - - - Event - - Gtk.SubmitHandler - - - - Raised when a form submit button is clicked. - - - - - GLib.Signal("submit") - - - - - - Event - - Gtk.RedirectHandler - - - - Raised when an HTTP redirect is received. - - - - - GLib.Signal("redirect") - - - - - - Event - - Gtk.OnUrlHandler - - - - Occurs when the user hovers over a hyper-link. - - - This event is raised when the mouse pointer hovers over a - hyper link or leaves a link. In the former case the value - of is the link - target, and in the later the empty string. - - - -using System; -using System.IO; -using Gtk; - -class X { - - static void Main () - { - Application.Init (); - Window w = new Window ("Sample"); - HTML html = new HTML ("<html><body>Click <a href=\"http://www.go-mono.com\">me</a>"); - html.OnUrl += new OnUrlHandler (OnUrl); - w.Add (html); - w.ShowAll (); - Application.Run (); - } - - static void OnUrl (object o, OnUrlArgs args) - { - Console.WriteLine ("The mouse is over: " + args.Url); - } -} - - - - mcs sample.cs -pkg:gtkhtml-sharp - - - mono sample.exe - - - Hover in and out of the link to see the effects on the console. - - - - - - GLib.Signal("on_url") - - - - - - Event - - Gtk.SetBaseTargetHandler - - - - Raised when the base URL target is changed. - - - - - GLib.Signal("set_base_target") - - - - - - Method - - System.Void - - - - - - Load a string into the HTML viewing widget. - The string to load. - - - - - - Constructor - - - - - - A constructor. - an object of type (FIXME: check this) - - - - - - Property - - System.String - - - - - The base URL of the document. - A containing the URL. - - - - - GLib.Property("document_base") - - - - - - Property - - System.String - - - - - To be added - an object of type - - - - - GLib.Property("target_base") - - - - - - Property - - System.Boolean - - - - - Whether magic links (auto-recognizing URLs and making them clickable) is activated. - a - - - - - - Property - - System.Boolean - - - - - Whether magic smileys (automatically recognizing smileys and turning them into small graphics) is activated. - a - - - - - - Property - - System.Boolean - - - - - To be added - a - - - - - - Property - - System.Boolean - - - - - Whether or not to check spelling inline by indicating misspelled words. - a - - - - - - Method - - System.Void - - - - - - - - - - Adds a header and footer to the HTML and prints it using . - a - a - a - a , a header generation routine - a , a footer generation routine - - - - - - Method - - System.Void - - - - - - To be added - a - - - - - - Method - - System.Void - - - - - - Prints this document using . - a - - - - - - Method - - System.Int32 - - - - - - - - Gets the number of pages this HTML would print to given a context with the given header and footer heights. - a - a - a - a - - - - - - Event - - Gtk.ObjectRequestedHandler - - - - To be added - - - - - GLib.Signal("object_requested") - - - - - - Property - - System.Boolean - - - - Whether the widget has an Undo option or not. - a - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Boolean - - - - - - Default handler for the event. - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - - Default handler for the event. - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - - - Default handler for the event. - a - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - - - Default handler for the event. - a - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Boolean - - - - - - Default handler for the event. - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - - Default handler for the event. - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Property - - System.IntPtr - - - Sets the indentation level for the widget. - a - - - - - - Method - - System.Void - - - - - - - Default handler for the event. - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - - - Writes bytes of content from to . - a - a - a - Use the overload with ulong size for 64 bit deployments. - - - - diff --git a/doc/en/Gtk/HTMLBeginFlags.xml b/doc/en/Gtk/HTMLBeginFlags.xml deleted file mode 100644 index 9f971476f..000000000 --- a/doc/en/Gtk/HTMLBeginFlags.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Flags for how to begin processing a chunk of HTML. - Mostly for internal use. - - - System.Enum - - - - System.Flags - - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - - Field - - Gtk.HTMLBeginFlags - - - To be added. - - - - diff --git a/doc/en/Gtk/HTMLClassProperties.xml b/doc/en/Gtk/HTMLClassProperties.xml deleted file mode 100644 index 22d4b552e..000000000 --- a/doc/en/Gtk/HTMLClassProperties.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A properties class for . - Internal. Do not use. - - - GLib.Opaque - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - diff --git a/doc/en/Gtk/HTMLCommandType.xml b/doc/en/Gtk/HTMLCommandType.xml deleted file mode 100644 index ee3710ce8..000000000 --- a/doc/en/Gtk/HTMLCommandType.xml +++ /dev/null @@ -1,2052 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration of commands that knows how to respond to. - - - - System.Enum - - - - - Field - - Gtk.HTMLCommandType - - - - Undo the last command - - - - - - - Field - - Gtk.HTMLCommandType - - - - Redo the last un-done command. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Copy the current selection. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Copy the current selection and make further selection impossible. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Cut the current selection. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Paste the current clipboard contents. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Cut the current line to the clipboard. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a new paragraph at the cursor location. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a tab character. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a rule line. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert parameters for a rule line. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert parameters for an image. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Add a new tab or increase the current indent level. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a new tab or go to the next table in a cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Create a new link. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Remove an existing link. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete the character before the cursor. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete the character before the cursor or remove an indent level. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Go into selection mode. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Disable selections. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make text bold. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make text non-bold. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Toggle the bold style for a character or region. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make text italic. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make text non-italic. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Toggle the italic attribute for a character or block of text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make text underlined. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make text non-underlined. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Toggle the underline attribute on a character or block of text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Strike out text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Remove strikeouts from text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Toggle the strikeout attribute on a character or block of text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to the smallest size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to the second-smallest size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to normal size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to a medium-large size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to a large size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to a very large size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets text to the largest possible size. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Makes text one size larger. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Makes text one size smaller. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Left-aligns text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Center-aligns text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Right-aligns text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Clears indent values on text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Indents text one level. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Indents text one level or moves it to the next cell in a table. - - - - - - - Field - - Gtk.HTMLCommandType - - - - De-indents text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Goes to the previous cell in a table. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Indents an entire paragraph. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Adds a new linebreak and re-flows text appropriately. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Adds a new space and re-flows text appropriately. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets the style of this paragraph to normal. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML H1 element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML H2 element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML H3 element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML H4 element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML H5 element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML H6 element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML <address> element. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be preformatted (i.e. fixed-width with carriage returns being significant). - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be an HTML <LI> item. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be part of a sequentially-Roman-numeral-numbered list. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be part of a sequentially-numbered list. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Sets this paragraph to be part of a sequentially-alphabetically-numbered list ("a. Item one; b. Item two; c. Item three.") - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection up. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection down. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection to the left. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection to the right. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection by one page upwards. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection by one page downwards. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection to the beginning of the line. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extends the current selection to the end of the line. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extend the selection to the beginning of the document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extend the selection to the end of the document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extend the selection to include the previous word. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Extend the selection to include the next word. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Capitalize the current word. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Turns this word into all-upper-case. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Turns this word into all-lower-case. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Suggest a spelling for the current (misspelled) word. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Add this word to the user's personal spellchecker dictionary. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Add this word to the spellchecker dictionary for this session, so that it doesn't show up as misspelled. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Search the widget for a given term. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Incremental search forward. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Incremental search backward. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Search the text using a regular expression. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Move focus forward one widget. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Move focus backward one widget. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Popup the context menu. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Pop up the properties dialog. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Move the cursor forward. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Move the cursor backward. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a table with empty text, one row, and one column. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a table column after the current one. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a table column before the current one. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a table row after the current one. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Insert a table row before the current one. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete a table column. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete a row from the current table. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Widen/increase the COLSPAN attribute for a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Narrow/decrease the COLSPAN attribute for a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Increase the ROWSPAN attribute for a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Decrease the ROWSPAN attribute for a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Join this table cell with one to its left. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Join this table cell with one to its right. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Join this table cell with one above it. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Join this table cell with one below it. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make the borders of this table wider. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make the borders of this table narrower. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make the borders of this table zero. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Set the default color of text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Select the current word. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Select the current line. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Select the current paragraph. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Select a paragraph or more. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Select all of this document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Save the cursor's current position to the cursor position stack. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Restores a cursor position that was saved to the cursor position stack. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Move the cursor to the beginning of the document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Move the cursor to the end of the document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Stops the widget from redrawing. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Allows the widget to redraw. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Magnify the text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make the text display size smaller. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Reset the zoom level to normal size text. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Increase the spacing between table cells. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Decrease the spacing between table cells. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Make the spacing between table cells zero. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Increase the padding between table cells. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Decrease the padding between table cells. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Set the padding between table cells to zero. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete an entire table. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete a row from a table. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Delete a column from a table. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Clear the contents of a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Grab the keyboard focus. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Deletes a word. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Deletes the word before the cursor. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Apply a certain color to a text selection. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Turn data-saving on. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Turn data-saving off. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Whether this data has been saved since the last change. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Whether this data has been saved since the last change. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Go to the beginning of the document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Go to the end of the document. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Increase the COLSPAN value of a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Increase the ROWSPAN value of a table cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Decrease the COLSPAN attribute of a cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - - Decrease the ROWSPAN attribute of a cell. - - - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - - Field - - Gtk.HTMLCommandType - - - To be added. - - - - diff --git a/doc/en/Gtk/HTMLCursorSkipType.xml b/doc/en/Gtk/HTMLCursorSkipType.xml deleted file mode 100644 index 259941c44..000000000 --- a/doc/en/Gtk/HTMLCursorSkipType.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Units for allowing the HTML widget's cursor to skip. - - - - System.Enum - - - - - Field - - Gtk.HTMLCursorSkipType - - - - Skip units should be counted in characters. - - - - - - - Field - - Gtk.HTMLCursorSkipType - - - - Skip units should be counted in words. - - - - - - - Field - - Gtk.HTMLCursorSkipType - - - - Skip units should be counted in pages. - - - - - - - Field - - Gtk.HTMLCursorSkipType - - - - Skip units should encompass the whole document. Use for skipping to the beginning or end of the document. - - - - - - - Field - - Gtk.HTMLCursorSkipType - - - To be added. - - - - diff --git a/doc/en/Gtk/HTMLEditorAPI.xml b/doc/en/Gtk/HTMLEditorAPI.xml deleted file mode 100644 index 41b15df0b..000000000 --- a/doc/en/Gtk/HTMLEditorAPI.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Hooks for an HTML editor. Currently unsupported in Gtk#. - See . - - - System.ValueType - - - - - - Field - - Gtk.HTMLEditorAPI - - - - An empty object. - - - - - - Method - - Gtk.HTMLEditorAPI - - - - - - Default constructor. - A , pointer to the underlying C object. - A - - - - - diff --git a/doc/en/Gtk/HTMLEditorEventType.xml b/doc/en/Gtk/HTMLEditorEventType.xml deleted file mode 100644 index c94cb63ff..000000000 --- a/doc/en/Gtk/HTMLEditorEventType.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration of possible kinds of HTML editing events. - - - - System.Enum - - - - - Field - - Gtk.HTMLEditorEventType - - - - To be added - - - - - - - Field - - Gtk.HTMLEditorEventType - - - - To be added - - - - - - - Field - - Gtk.HTMLEditorEventType - - - - To be added - - - - - - - Field - - Gtk.HTMLEditorEventType - - - - A deletion. - - - - - - diff --git a/doc/en/Gtk/HTMLEmbedded.xml b/doc/en/Gtk/HTMLEmbedded.xml deleted file mode 100644 index 4e72ce84e..000000000 --- a/doc/en/Gtk/HTMLEmbedded.xml +++ /dev/null @@ -1,339 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Embeds an HTML object. - - - - Gtk.Bin - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Property - - System.Int32 - - - To be added - a - - - - - - Event - - Gtk.DrawPrintHandler - - - - To be added - - - - - GLib.Signal("draw_print") - - - - - - Event - - System.EventHandler - - - - Raised when the HTML is changed. - - - - - GLib.Signal("changed") - - - - - - Event - - Gtk.DrawGdkHandler - - - - To be added - - - - - GLib.Signal("draw_gdk") - - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - - - - Default handler for the event. - a - a - a - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.String - - - - - - To be added - a - a - - - - - - Method - - System.Void - - - - - - - To be added - a - a - - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Constructor - - - - - - - - - - - To be added - a - a - a - a - a - a - - - - - - Constructor - - - System.Obsolete - - - - - - - To be added. - To be added. - To be added. - - - - - Constructor - - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.String - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - To be added. - To be added. - - - - - Method - - System.Void - - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gtk/HTMLFontStyle.xml b/doc/en/Gtk/HTMLFontStyle.xml deleted file mode 100644 index 94ead1d83..000000000 --- a/doc/en/Gtk/HTMLFontStyle.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration of possible font styles within a widget. - - - - System.Enum - - - - System.Flags - - - - - - Field - - Gtk.HTMLFontStyle - - - - The default style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - The smallest text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A small text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A medium-small text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A medium text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A medium-large text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A large text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - The largest text size. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A mask for changing font sizes. - FIXME: explain this. - - - - - - Field - - Gtk.HTMLFontStyle - - - - An italic style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - An italic style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - An underlined style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A strikeout style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A fixed-width style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A subscript style. - - - - - - - Field - - Gtk.HTMLFontStyle - - - - A superscript style. - - - - - - diff --git a/doc/en/Gtk/HTMLFontStyleShift.xml b/doc/en/Gtk/HTMLFontStyleShift.xml deleted file mode 100644 index bd171cfc9..000000000 --- a/doc/en/Gtk/HTMLFontStyleShift.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration for how HTML font styles can be changed. - - - - System.Enum - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Bold font style. - - - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Italic font style. - - - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Underlined font style. - - - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Strikeout font style. - - - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Fixed-width font style. - - - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Subscript font style. - - - - - - - Field - - Gtk.HTMLFontStyleShift - - - - Superscript font style. - - - - - - diff --git a/doc/en/Gtk/HTMLParagraphAlignment.xml b/doc/en/Gtk/HTMLParagraphAlignment.xml deleted file mode 100644 index f28182b07..000000000 --- a/doc/en/Gtk/HTMLParagraphAlignment.xml +++ /dev/null @@ -1,58 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration for representing the possible alignment of paragraphs. - - - - System.Enum - - - - - Field - - Gtk.HTMLParagraphAlignment - - - - Aligned with a straight left margin. - - - - - - - Field - - Gtk.HTMLParagraphAlignment - - - - Aligned with a straight right margin. - - - - - - - Field - - Gtk.HTMLParagraphAlignment - - - - Aligned so that every line is centered. - - - - - - diff --git a/doc/en/Gtk/HTMLParagraphStyle.xml b/doc/en/Gtk/HTMLParagraphStyle.xml deleted file mode 100644 index 6b401a3e6..000000000 --- a/doc/en/Gtk/HTMLParagraphStyle.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration of paragraph styles possible in . - - - - System.Enum - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Normal style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Header 1 style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Header 2 style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Header 3 style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Header 4 style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Header 5 style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Header 6 style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Email address style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Preformatted text style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Unnumbered list style. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Roman-numeral numbered list. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Arabic-numbered ordered list. - - - - - - - Field - - Gtk.HTMLParagraphStyle - - - - Greek-lettered ordered list. - - - - - - diff --git a/doc/en/Gtk/HTMLPrintCalcHeight.xml b/doc/en/Gtk/HTMLPrintCalcHeight.xml deleted file mode 100644 index d5d609fa3..000000000 --- a/doc/en/Gtk/HTMLPrintCalcHeight.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - - System.Delegate - - - - - - - - System.Int32 - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gtk/HTMLPrintCallback.xml b/doc/en/Gtk/HTMLPrintCallback.xml deleted file mode 100644 index bb874fdcf..000000000 --- a/doc/en/Gtk/HTMLPrintCallback.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - Delegate for printing page framing elements. - Used to print headers and footers in . - - - System.Delegate - - - - - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/HTMLPrintDrawFunc.xml b/doc/en/Gtk/HTMLPrintDrawFunc.xml deleted file mode 100644 index 0b60c770d..000000000 --- a/doc/en/Gtk/HTMLPrintDrawFunc.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - - System.Delegate - - - - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gtk/HTMLSaveReceiverFn.xml b/doc/en/Gtk/HTMLSaveReceiverFn.xml deleted file mode 100644 index 4f4a81d04..000000000 --- a/doc/en/Gtk/HTMLSaveReceiverFn.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - A delegate to receive HTML content from . In most cases, a delegate of this form probably saves HTML to a file, prints it, or similar. - - To be added. - - - System.Delegate - - - - - - - - System.Boolean - - diff --git a/doc/en/Gtk/HTMLStream.xml b/doc/en/Gtk/HTMLStream.xml deleted file mode 100644 index 042f468ce..000000000 --- a/doc/en/Gtk/HTMLStream.xml +++ /dev/null @@ -1,176 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Handles streaming I/O for . - TODO: needs examples. - - - GLib.Opaque - - - - - - Method - - Gtk.HTMLStream - - - - - - - To be added - A - A - A - - - - - - Method - - System.Void - - - - - - Writes the HTML out to - A - - - - - - Method - - System.Void - - - - Destroy the stream object and dispose of the memory it uses. - - - - - - Method - - System.Void - - - - - - Close the stream. - A - - - - - - Method - - System.Int32 - - - - - - - To be added - A - A - A - - - - - - Method - - System.Void - - - - - - - Write the HTML to . - a - a - - - - - - Property - - System.String - - - To be added - A - - - - - - Constructor - - - - - - Constructor for internal use only. Do not use. - a , the underlying C objject. - - - - - - Constructor - - - - - - - - - Constructor. - a - a - a - a - - - - - - Method - - System.Void - - - - - - - Write the HTML to . - a - a - Use the ulong size overload instead for 64 bit deployments. - - - - diff --git a/doc/en/Gtk/HTMLStreamCloseFunc.xml b/doc/en/Gtk/HTMLStreamCloseFunc.xml deleted file mode 100644 index d923854a5..000000000 --- a/doc/en/Gtk/HTMLStreamCloseFunc.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - A delegate for use with . Meant to be used for closing the stream. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/HTMLStreamStatus.xml b/doc/en/Gtk/HTMLStreamStatus.xml deleted file mode 100644 index e8232d0ed..000000000 --- a/doc/en/Gtk/HTMLStreamStatus.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - An enumeration of possible statuses for an HTML stream. - - - - System.Enum - - - - - Field - - Gtk.HTMLStreamStatus - - - - Okay; HTTP result 200 - - - - - - - Field - - Gtk.HTMLStreamStatus - - - - Not okay. - - (TODO: This is for everything non-200? Look up in source.) - - - - - diff --git a/doc/en/Gtk/HTMLStreamTypesFunc.xml b/doc/en/Gtk/HTMLStreamTypesFunc.xml deleted file mode 100644 index 893330a14..000000000 --- a/doc/en/Gtk/HTMLStreamTypesFunc.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - A delegate for use with . - - To be added. - - - System.Delegate - - - - - - - System.String - - diff --git a/doc/en/Gtk/HTMLStreamWriteFunc.xml b/doc/en/Gtk/HTMLStreamWriteFunc.xml deleted file mode 100644 index 6d313a2f1..000000000 --- a/doc/en/Gtk/HTMLStreamWriteFunc.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - To be added. - A delegate for use with . Meant to be used for writing the stream. - - - - System.Delegate - - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Activatable.xml b/doc/en/Gtk/IActivatable.xml similarity index 93% rename from doc/en/Gtk/Activatable.xml rename to doc/en/Gtk/IActivatable.xml index 1c6648556..66c01247a 100644 --- a/doc/en/Gtk/Activatable.xml +++ b/doc/en/Gtk/IActivatable.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/ActivatableImplementor.xml b/doc/en/Gtk/IActivatableImplementor.xml similarity index 91% rename from doc/en/Gtk/ActivatableImplementor.xml rename to doc/en/Gtk/IActivatableImplementor.xml index 1d508f49f..fa6c58de4 100644 --- a/doc/en/Gtk/ActivatableImplementor.xml +++ b/doc/en/Gtk/IActivatableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/AppChooser.xml b/doc/en/Gtk/IAppChooser.xml similarity index 83% rename from doc/en/Gtk/AppChooser.xml rename to doc/en/Gtk/IAppChooser.xml index 9faef27e2..85b818a6c 100644 --- a/doc/en/Gtk/AppChooser.xml +++ b/doc/en/Gtk/IAppChooser.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -16,11 +16,11 @@ - - + + Property - GLib.AppInfo + GLib.IAppInfo To be added. diff --git a/doc/en/Gtk/CellEditable.xml b/doc/en/Gtk/ICellEditable.xml similarity index 57% rename from doc/en/Gtk/CellEditable.xml rename to doc/en/Gtk/ICellEditable.xml index dff1a2c1e..6b1438f00 100644 --- a/doc/en/Gtk/CellEditable.xml +++ b/doc/en/Gtk/ICellEditable.xml @@ -1,21 +1,18 @@ - - - + + + gtk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - An interface for editing a single cell. - - + To be added. + To be added. + @@ -25,10 +22,10 @@ System.EventHandler - - Event that indicates to the cell renderer to update its value from the cell. - + To be added. + To be added. + @@ -40,12 +37,9 @@ - Emits the event. - - - This event is a sign for the cell renderer to update its value from the cell. - - + To be added. + To be added. + @@ -57,12 +51,9 @@ - Emits the event. - - - This event is meant to indicate that the cell is finished editing, and the may now be destroyed. - - + To be added. + To be added. + @@ -76,13 +67,10 @@ - A , or . - Begins editing on a cell editable. - - - is the that began the editing process. It may be , in the instance that editing was initiated through programatic means. - - + To be added. + To be added. + To be added. + @@ -92,10 +80,10 @@ System.EventHandler - - Event that indicates that the cell is finished editing, and the may now be destroyed. - + To be added. + To be added. + diff --git a/doc/en/Gtk/CellEditableImplementor.xml b/doc/en/Gtk/ICellEditableImplementor.xml similarity index 71% rename from doc/en/Gtk/CellEditableImplementor.xml rename to doc/en/Gtk/ICellEditableImplementor.xml index 9e1d5674e..9a9e1e59f 100644 --- a/doc/en/Gtk/CellEditableImplementor.xml +++ b/doc/en/Gtk/ICellEditableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - CellEditable implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -34,6 +34,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/CellLayout.xml b/doc/en/Gtk/ICellLayout.xml similarity index 58% rename from doc/en/Gtk/CellLayout.xml rename to doc/en/Gtk/ICellLayout.xml index 16c7c965a..239b7057e 100644 --- a/doc/en/Gtk/CellLayout.xml +++ b/doc/en/Gtk/ICellLayout.xml @@ -1,20 +1,18 @@ - - - + + + gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - Manages layout for table cells. - - + To be added. + To be added. + @@ -30,19 +28,12 @@ - a - a - a - - Adds an attribute mapping to the list for this cell layout. - - - The is the - column of the model to get a value from, and the is the - parameter on to be set from the value. So for example if column 2 - of the model contains strings, you could have the "text" attribute of a - get its values from column 2. - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -70,7 +61,7 @@ To be added. To be added. To be added. - + @@ -82,8 +73,9 @@ - Unsets all the mappings on all renderers for this cell layout. - + To be added. + To be added. + @@ -97,10 +89,10 @@ - a - Clears all existing attributes previously set with - . - + To be added. + To be added. + To be added. + @@ -115,17 +107,11 @@ - a - a , TRUE if is to be given extra space allocated to this cell layout. - - Adds the to the end of the cell layout. - - - If is FALSE, then the - cell is allocated no more space than it needs. Any unused space is - divided evenly between cells for which is - TRUE. - + To be added. + To be added. + To be added. + To be added. + @@ -140,17 +126,11 @@ - a - a , TRUE if is to be given extra space allocated to this cell layout. - - Packs into the beginning of the cell layout. - - - If is FALSE, then the - cell is allocated no more space than it needs. Any unused space is - divided evenly between cells for which is - TRUE. - + To be added. + To be added. + To be added. + To be added. + @@ -165,13 +145,11 @@ - a - a - Re-inserts at . - - Note that has already to be packed - into the cell layout for this to function properly. - + To be added. + To be added. + To be added. + To be added. + @@ -186,10 +164,11 @@ - a - a - Sets the attribute to model column bindings for a renderer. - The array should consist of pairs of attribute names and column indices. + To be added. + To be added. + To be added. + To be added. + @@ -204,14 +183,11 @@ - a - a - Sets up a data function for this layout. - - The data function is used instead of the standard attributes mapping for setting the - column value, and should set the value of the layout's cell renderer(s) - as appropriate. may be to remove an older one. - + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/CellLayoutImplementor.xml b/doc/en/Gtk/ICellLayoutImplementor.xml similarity index 91% rename from doc/en/Gtk/CellLayoutImplementor.xml rename to doc/en/Gtk/ICellLayoutImplementor.xml index 2a89b0a58..ad4c3699b 100644 --- a/doc/en/Gtk/CellLayoutImplementor.xml +++ b/doc/en/Gtk/ICellLayoutImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - CellLayout implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -38,6 +38,7 @@ To be added. To be added. To be added. + @@ -65,6 +66,7 @@ To be added. To be added. To be added. + @@ -78,6 +80,7 @@ To be added. To be added. + @@ -94,6 +97,7 @@ To be added. To be added. To be added. + @@ -112,6 +116,7 @@ To be added. To be added. To be added. + @@ -130,6 +135,7 @@ To be added. To be added. To be added. + @@ -148,6 +154,7 @@ To be added. To be added. To be added. + @@ -166,6 +173,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/Editable.xml b/doc/en/Gtk/IEditable.xml similarity index 61% rename from doc/en/Gtk/Editable.xml rename to doc/en/Gtk/IEditable.xml index aa889c7f2..8a21a2f62 100644 --- a/doc/en/Gtk/Editable.xml +++ b/doc/en/Gtk/IEditable.xml @@ -1,20 +1,18 @@ - - - + + + gtk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - Interface for text-editing widgets. - + To be added. + To be added. + @@ -24,10 +22,10 @@ System.EventHandler - - Raised when the user has changed the contents of the widget. - + To be added. + To be added. + @@ -39,8 +37,9 @@ - Causes the characters in the current selection to be copied to the clipboard. - + To be added. + To be added. + @@ -52,8 +51,9 @@ - Causes the characters in the current selection to be copied to the clipboard and then deleted from the widget. - + To be added. + To be added. + @@ -65,8 +65,9 @@ - Causes the characters in the current selection to be deleted. - + To be added. + To be added. + @@ -81,10 +82,11 @@ - An integer; the start position - An integer; the end position - Deletes a sequence of characters. The characters that are deleted are those characters at positions from up to, but not including . If is negative, then the the characters deleted will be those characters from to the end of the text. - + To be added. + To be added. + To be added. + To be added. + @@ -99,11 +101,12 @@ - An integer; the start position - An integer; the end position - Retrieves a sequence of characters. The characters that are retrieved are those characters at positions from up to, but not including . If is negative, then the the characters retrieved will be those characters from to the end of the text. - The characters between and (but not including) . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -120,9 +123,10 @@ To be added. To be added. - Gets the current selection bounds, if there is a selection - Boolean, TRUE if there is a selection. - + To be added. + To be added. + To be added. + @@ -137,10 +141,11 @@ - A string to insert. - A pointer to the position within the Editable object for inserting the string. - Inserts at . - + To be added. + To be added. + To be added. + To be added. + @@ -150,12 +155,11 @@ System.Boolean - - - Whether or not the user can edit the text in the editable widget or not. - A boolean; TRUE if the user can edit the text. - + To be added. + To be added. + To be added. + @@ -167,8 +171,9 @@ - Causes the contents of the clipboard to be pasted into the given widget at the current cursor position. - + To be added. + To be added. + @@ -178,12 +183,11 @@ System.Int32 - - - The current cursor position. - An integer position for the cursor. - + To be added. + To be added. + To be added. + @@ -200,9 +204,9 @@ To be added. To be added. - Selects a region of text. - The characters that are selected are those characters at positions from up to, but not including . If is negative, then the the characters selected will be those characters from to the end of the text. - + To be added. + To be added. + @@ -212,10 +216,10 @@ Gtk.TextDeletedHandler - - Raised whenever the user deletes text. - The default handler for this signal will normally be responsible for inserting the text, so by connecting to this signal and then stopping the signal with gtk_signal_emit_stop(), it is possible to modify the inserted text, or prevent it from being inserted entirely. The and parameters are interpreted as for (FIXME: need equivalent for gtk_signal_emit_stop().) + To be added. + To be added. + @@ -225,10 +229,10 @@ Gtk.TextInsertedHandler - - Raised whenever the user inserts text. - The default handler for this signal will normally be responsible for inserting the text, so by connecting to this signal and then stopping the signal with gtk_signal_emit_stop(), it is possible to modify the inserted text, or prevent it from being inserted entirely. (FIXME: Need Gtk# equivalent for gtk_signal_emit_stop().) + To be added. + To be added. + diff --git a/doc/en/Gtk/EditableImplementor.xml b/doc/en/Gtk/IEditableImplementor.xml similarity index 90% rename from doc/en/Gtk/EditableImplementor.xml rename to doc/en/Gtk/IEditableImplementor.xml index 4c645c6ec..909bbe764 100644 --- a/doc/en/Gtk/EditableImplementor.xml +++ b/doc/en/Gtk/IEditableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - Editable implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -36,6 +36,7 @@ To be added. To be added. To be added. + @@ -55,6 +56,7 @@ To be added. To be added. To be added. + @@ -74,6 +76,7 @@ To be added. To be added. To be added. + @@ -92,6 +95,7 @@ To be added. To be added. To be added. + @@ -105,6 +109,7 @@ To be added. To be added. To be added. + @@ -123,6 +128,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/FileChooser.xml b/doc/en/Gtk/IFileChooser.xml similarity index 57% rename from doc/en/Gtk/FileChooser.xml rename to doc/en/Gtk/IFileChooser.xml index c5c9d309a..3e7d804d5 100644 --- a/doc/en/Gtk/FileChooser.xml +++ b/doc/en/Gtk/IFileChooser.xml @@ -1,20 +1,18 @@ - - - + + + gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - Interface for a file-chooser. - See for an actual implementation. - + To be added. + To be added. + @@ -24,19 +22,11 @@ Gtk.FileChooserAction - - - Sets the type of operation that that the chooser is performing; the - user interface is adapted to suit the selected action. - - a - - For example, - an option to create a new folder might be shown if the action is - but not if the action is - . - + To be added. + To be added. + To be added. + @@ -50,15 +40,10 @@ - a - - Adds to the list of filters that the - user can select between. - - - When a filter is selected, only files that are passed by that - filter are displayed. - + To be added. + To be added. + To be added. + @@ -72,14 +57,11 @@ - a - Adds a folder to be displayed with the shortcut folders in a file chooser. - a - - Note that shortcut folders do not get saved, as they are provided by the - application. For example, you can use this to add a - "/usr/share/mydrawprogram/Clipart" folder to the volume list. - + To be added. + To be added. + To be added. + To be added. + @@ -93,18 +75,11 @@ - a - - Adds a folder URI to be displayed with the shortcut folders in a file - chooser. - - a , true if the folder - could be added successfully, false otherwise. - - Note that shortcut folders do not get saved, as they are provided - by the application. For example, you can use this to add a - "file:///usr/share/mydrawprogram/Clipart" folder to the volume list. - + To be added. + To be added. + To be added. + To be added. + @@ -115,9 +90,9 @@ Gtk.ConfirmOverwriteHandler - Indicates an overwrite confirmation is needed. - - + To be added. + To be added. + @@ -141,12 +116,11 @@ System.String - - The current folder for the file chooser, when the chooser has selected a local filename. - a - - + To be added. + To be added. + To be added. + @@ -156,29 +130,18 @@ System.EventHandler - - - This signal is emitted when the current folder in a file chooser - changes. - - - This event can happen due to the user performing some action that - changes folders, such as selecting a bookmark or visiting a folder on the - file list. It can also happen as a result of calling a function to - explicitly change the current folder in a file chooser. - - Normally you do not need to connect to this signal, unless you need to keep - track of which folder a file chooser is showing. - + To be added. + To be added. + - - + + Property - GLib.File + GLib.IFile To be added. @@ -194,12 +157,11 @@ System.String - - The file chooser's current folder, if set from a URI. - a - - + To be added. + To be added. + To be added. + @@ -210,16 +172,10 @@ System.String - - Property to represent the current name in the file selector, - as if entered by the user. - - a - - Note that the name passed in here is a UTF-8 - string rather than a filename. This function is meant for - such uses as a suggested name in a "Save As..." dialog. - + To be added. + To be added. + To be added. + @@ -230,11 +186,10 @@ System.Boolean - Controls if Overwrite Confirmation is performed. - - to perform overwrite confirmations. - When this property is set, the implementation will raise any time the chooser is in Save mode and an existing file is selected. - + To be added. + To be added. + To be added. + @@ -244,20 +199,19 @@ Gtk.Widget - - An application-supplied widget to provide extra options to the user. - a - - + To be added. + To be added. + To be added. + - - + + Property - GLib.File + GLib.IFile To be added. @@ -273,19 +227,10 @@ System.EventHandler - - - This signal is emitted when the user "activates" a file in the file - chooser. - - - This event can happen by double-clicking on a file in the file list, or - by pressing Enter. - - Normally you do not need to connect to this signal. It is used internally - by the file chooser code to know when to activate the default button in the dialog. - + To be added. + To be added. + @@ -295,12 +240,11 @@ System.String - - The current filename selected by the file chooser. - a - - + To be added. + To be added. + To be added. + @@ -314,14 +258,15 @@ To be added. To be added. To be added. + - - + + Property - GLib.File[] + GLib.IFile[] To be added. @@ -337,12 +282,11 @@ Gtk.FileFilter - - The currently-applied file filter. - a - - + To be added. + To be added. + To be added. + @@ -356,6 +300,7 @@ To be added. To be added. To be added. + @@ -365,32 +310,19 @@ System.Boolean - - - Sets whether only local files can be selected in the - file selector. - - a - - If true (the default), - then the selected file are files are guaranteed to be - accessible through the operating systems native file - file system and therefore the application only - needs to worry about the filename functions in - , like - , - rather than the URI functions like - . - + To be added. + To be added. + To be added. + - - + + Property - GLib.File + GLib.IFile To be added. @@ -406,11 +338,11 @@ System.String - - Internal function; gets the filename that should be previewed in a custom preview. - a - Not for general programmer use. + To be added. + To be added. + To be added. + @@ -420,12 +352,11 @@ System.String - - The URI that should be previewed in a custom preview widget. - a - - + To be added. + To be added. + To be added. + @@ -435,34 +366,11 @@ Gtk.Widget - - - An application-supplied widget to use to display a custom preview - of the currently selected file. - - a - - - To implement a preview, after setting the - preview widget, you connect to the - - signal, and check - or - - on each change. If you can - display a preview of the new file, update your widget and - set the preview active using - - Otherwise, set the preview inactive. - - - When there is no application-supplied preview widget, or the - application-supplied preview widget is not active, the file chooser - may display an internally generated preview of the current file or - it may display no preview at all. - - + To be added. + To be added. + To be added. + @@ -472,16 +380,11 @@ System.Boolean - - - Sets whether the preview widget set by - should be shown for the current filename. - - a - When this property is set to false, the file chooser - may display an internally generated preview of the current file - or it may display no preview at all. + To be added. + To be added. + To be added. + @@ -495,10 +398,10 @@ - a - Removes from the list of filters that the user can select between. - - + To be added. + To be added. + To be added. + @@ -512,10 +415,11 @@ - a - Removes a folder from a file chooser's list of shortcut folders. - a - See also . + To be added. + To be added. + To be added. + To be added. + @@ -529,14 +433,11 @@ - a - - Removes a folder URI from a file chooser's list of shortcut folders. - - a - - See also . - + To be added. + To be added. + To be added. + To be added. + @@ -548,20 +449,20 @@ - Selects all the files in the current folder of a file chooser. - - + To be added. + To be added. + - - + + Method System.Boolean - + To be added. @@ -582,14 +483,11 @@ - a - Selects a filename. - a - - If the file name isn't in the current - folder of the file chooser, then the current folder of the file chooser will - be changed to the folder containing . - + To be added. + To be added. + To be added. + To be added. + @@ -599,11 +497,10 @@ System.EventHandler - - This event is raised every time the selected file changes. - - + To be added. + To be added. + @@ -613,18 +510,11 @@ System.Boolean - - - Sets whether multiple files can be selected in the file selector. - - a - - This is only relevant if the action is set to be - or - . - It cannot be set with either of the folder actions. - + To be added. + To be added. + To be added. + @@ -638,17 +528,11 @@ - a - - Selects the file at . If the URI doesn't refer to a - file in the current folder of the file chooser, then the current folder of - the file chooser will be changed to the folder that's part of . - - a , true if both the - folder could be changed and the URI was - selected successfully, false otherwise. - - + To be added. + To be added. + To be added. + To be added. + @@ -662,26 +546,22 @@ - a - - Sets the current folder for the file chooser from a local filename. - - a - - The user will be shown the full contents of the current folder, - plus user interface elements for navigating to other folders. - + To be added. + To be added. + To be added. + To be added. + - - + + Method System.Boolean - + To be added. @@ -702,26 +582,22 @@ - a , the URI to use - - Sets the current folder for the chooser from an URI. - - a , true if the folder could be changed successfully, false otherwise - - The user will be shown the full contents of the current folder, - plus user interface elements for navigating to other folders. - + To be added. + To be added. + To be added. + To be added. + - - + + Method System.Boolean - + To be added. @@ -742,26 +618,11 @@ - a - - Sets as the current filename for - the file chooser; - If the file name isn't in the current folder of the file chooser, then the - current folder of the file chooser will be changed to the folder containing - . - - a , true if both the - folder could be changed and the file was - selected successfully, false otherwise. - - This is equivalent to a sequence of - - followed by . - - Note that the file must exist, or nothing will be done except - for the directory change. To pre-enter a filename for the user, as in - a save-as dialog, use . - + To be added. + To be added. + To be added. + To be added. + @@ -775,25 +636,11 @@ - a - - Sets the file referred to by as the - current file for the the file chooser. - - a , true if both the folder - could be changed and the URI was - selected successfully, false otherwise. - - If the file name isn't in the current folder of the file chooser, - then the current folder of the file chooser will be changed to the folder containing - . This is equivalent to a sequence of - - followed by . - - Note that the file must exist, or nothing will be done except - for the directory change. To pre-enter a filename for the user, as in - a save-as dialog, use . - + To be added. + To be added. + To be added. + To be added. + @@ -805,8 +652,9 @@ To be added. - An array of System.Strings. + To be added. To be added. + @@ -818,8 +666,9 @@ To be added. - An array of System.Strings. + To be added. To be added. + @@ -829,12 +678,11 @@ System.Boolean - - To be added - a - To be added - + To be added. + To be added. + To be added. + @@ -846,19 +694,20 @@ - Unselects all the files in the current folder of a file chooser. - + To be added. + To be added. + - - + + Method System.Void - + To be added. @@ -878,14 +727,10 @@ - a - - Unselects a currently selected filename. - - - If the filename is not in the current directory, does not exist, or - is otherwise not currently selected, does nothing. - + To be added. + To be added. + To be added. + @@ -899,14 +744,10 @@ - a - - Unselects the file referred to by . - - - If the file is not in the current directory, does not exist, or - is otherwise not currently selected, does nothing. - + To be added. + To be added. + To be added. + @@ -916,30 +757,10 @@ System.EventHandler - - - This signal is emitted when the preview in a file chooser should be - regenerated. For example, this can happen when the currently - selected file changes. - - - You should use this signal if you want your file chooser to have - a preview widget. - Once you have installed a preview widget with - , you should update it when this - signal is emitted. You can use the properties - or - - to get the name of the file to preview. - Your widget may not be able to preview all kinds of files; your callback - must set to inform the file - chooser about whether the preview was generated successfully or not. - - - TODO: insert example from gtkfilechooser-preview in gtk+ docs. - - + To be added. + To be added. + @@ -949,17 +770,11 @@ System.String - - The URI for the currently selected file in - the file selector. - a - - If multiple files are selected, - one of the filenames will be returned at random. - If the file chooser is in folder mode, this function returns the - selected folder. - + To be added. + To be added. + To be added. + @@ -973,6 +788,7 @@ To be added. To be added. To be added. + @@ -982,18 +798,11 @@ System.Boolean - - - Sets whether the file chooser should display a stock label with the name of - the file that is being previewed; the default is true. - - a - - Applications that - want to draw the whole preview area themselves should set this - to false and display the name themselves in their preview widget. - + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/Orientable.xml b/doc/en/Gtk/IOrientable.xml similarity index 82% rename from doc/en/Gtk/Orientable.xml rename to doc/en/Gtk/IOrientable.xml index 539cb10fb..bfd44edd2 100644 --- a/doc/en/Gtk/Orientable.xml +++ b/doc/en/Gtk/IOrientable.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/OrientableImplementor.xml b/doc/en/Gtk/IOrientableImplementor.xml similarity index 83% rename from doc/en/Gtk/OrientableImplementor.xml rename to doc/en/Gtk/IOrientableImplementor.xml index ff7041514..de9382bd6 100644 --- a/doc/en/Gtk/OrientableImplementor.xml +++ b/doc/en/Gtk/IOrientableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/PrintOperationPreview.xml b/doc/en/Gtk/IPrintOperationPreview.xml similarity index 87% rename from doc/en/Gtk/PrintOperationPreview.xml rename to doc/en/Gtk/IPrintOperationPreview.xml index 0fe5f099e..6aa4da75b 100644 --- a/doc/en/Gtk/PrintOperationPreview.xml +++ b/doc/en/Gtk/IPrintOperationPreview.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -26,6 +26,7 @@ To be added. To be added. + @@ -38,6 +39,7 @@ To be added. To be added. + @@ -55,6 +57,7 @@ To be added. To be added. To be added. + @@ -67,6 +70,7 @@ To be added. To be added. + @@ -83,6 +87,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/PrintOperationPreviewImplementor.xml b/doc/en/Gtk/IPrintOperationPreviewImplementor.xml similarity index 82% rename from doc/en/Gtk/PrintOperationPreviewImplementor.xml rename to doc/en/Gtk/IPrintOperationPreviewImplementor.xml index 9f41d4454..a2820455a 100644 --- a/doc/en/Gtk/PrintOperationPreviewImplementor.xml +++ b/doc/en/Gtk/IPrintOperationPreviewImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - PrintOperationPreview implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -31,6 +31,7 @@ To be added. To be added. + @@ -48,6 +49,7 @@ To be added. To be added. To be added. + @@ -64,6 +66,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentChooser.xml b/doc/en/Gtk/IRecentChooser.xml similarity index 90% rename from doc/en/Gtk/RecentChooser.xml rename to doc/en/Gtk/IRecentChooser.xml index 624272193..b85b86d50 100644 --- a/doc/en/Gtk/RecentChooser.xml +++ b/doc/en/Gtk/IRecentChooser.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -12,7 +12,7 @@ To be added. To be added. - + @@ -29,6 +29,7 @@ To be added. To be added. To be added. + @@ -42,6 +43,7 @@ To be added. To be added. To be added. + @@ -55,6 +57,7 @@ To be added. To be added. To be added. + @@ -68,6 +71,7 @@ To be added. To be added. To be added. + @@ -85,11 +89,11 @@ - - + + Method - System.String + System.String[] @@ -99,6 +103,7 @@ To be added. To be added. To be added. + @@ -112,6 +117,7 @@ To be added. To be added. To be added. + @@ -125,6 +131,7 @@ To be added. To be added. To be added. + @@ -138,6 +145,7 @@ To be added. To be added. To be added. + @@ -154,6 +162,7 @@ To be added. To be added. To be added. + @@ -167,6 +176,7 @@ To be added. To be added. + @@ -180,6 +190,7 @@ To be added. To be added. To be added. + @@ -197,6 +208,7 @@ To be added. To be added. To be added. + @@ -214,6 +226,7 @@ To be added. To be added. To be added. + @@ -227,6 +240,7 @@ To be added. To be added. To be added. + @@ -240,6 +254,7 @@ To be added. To be added. To be added. + @@ -253,6 +268,7 @@ To be added. To be added. To be added. + @@ -266,6 +282,7 @@ To be added. To be added. To be added. + @@ -279,6 +296,7 @@ To be added. To be added. To be added. + @@ -292,6 +310,7 @@ To be added. To be added. To be added. + @@ -305,6 +324,7 @@ To be added. To be added. + @@ -321,6 +341,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentChooserImplementor.xml b/doc/en/Gtk/IRecentChooserImplementor.xml similarity index 90% rename from doc/en/Gtk/RecentChooserImplementor.xml rename to doc/en/Gtk/IRecentChooserImplementor.xml index 29ba4c6cd..440a04308 100644 --- a/doc/en/Gtk/RecentChooserImplementor.xml +++ b/doc/en/Gtk/IRecentChooserImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - RecentChooser implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -34,6 +34,7 @@ To be added. To be added. To be added. + @@ -47,6 +48,7 @@ To be added. To be added. To be added. + @@ -74,6 +76,7 @@ To be added. To be added. To be added. + @@ -90,6 +93,7 @@ To be added. To be added. To be added. + @@ -103,6 +107,7 @@ To be added. To be added. + @@ -120,6 +125,7 @@ To be added. To be added. To be added. + @@ -137,6 +143,7 @@ To be added. To be added. To be added. + @@ -150,6 +157,7 @@ To be added. To be added. To be added. + @@ -163,6 +171,7 @@ To be added. To be added. + @@ -179,6 +188,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/Scrollable.xml b/doc/en/Gtk/IScrollable.xml similarity index 92% rename from doc/en/Gtk/Scrollable.xml rename to doc/en/Gtk/IScrollable.xml index b56ab93fa..2eb1199b9 100644 --- a/doc/en/Gtk/Scrollable.xml +++ b/doc/en/Gtk/IScrollable.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/ScrollableImplementor.xml b/doc/en/Gtk/IScrollableImplementor.xml similarity index 93% rename from doc/en/Gtk/ScrollableImplementor.xml rename to doc/en/Gtk/IScrollableImplementor.xml index bd67b77da..4a9b62eb0 100644 --- a/doc/en/Gtk/ScrollableImplementor.xml +++ b/doc/en/Gtk/IScrollableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/StyleProvider.xml b/doc/en/Gtk/IStyleProvider.xml similarity index 93% rename from doc/en/Gtk/StyleProvider.xml rename to doc/en/Gtk/IStyleProvider.xml index 2fefcfee9..08de71a90 100644 --- a/doc/en/Gtk/StyleProvider.xml +++ b/doc/en/Gtk/IStyleProvider.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/StyleProviderImplementor.xml b/doc/en/Gtk/IStyleProviderImplementor.xml similarity index 92% rename from doc/en/Gtk/StyleProviderImplementor.xml rename to doc/en/Gtk/IStyleProviderImplementor.xml index 01778eaf1..849d29001 100644 --- a/doc/en/Gtk/StyleProviderImplementor.xml +++ b/doc/en/Gtk/IStyleProviderImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/ToolShell.xml b/doc/en/Gtk/IToolShell.xml similarity index 96% rename from doc/en/Gtk/ToolShell.xml rename to doc/en/Gtk/IToolShell.xml index 83b65fb34..8655419c5 100644 --- a/doc/en/Gtk/ToolShell.xml +++ b/doc/en/Gtk/IToolShell.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/ToolShellImplementor.xml b/doc/en/Gtk/IToolShellImplementor.xml similarity index 95% rename from doc/en/Gtk/ToolShellImplementor.xml rename to doc/en/Gtk/IToolShellImplementor.xml index e2b347923..806c229eb 100644 --- a/doc/en/Gtk/ToolShellImplementor.xml +++ b/doc/en/Gtk/IToolShellImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp diff --git a/doc/en/Gtk/ITreeDragDest.xml b/doc/en/Gtk/ITreeDragDest.xml new file mode 100644 index 000000000..47d0daccf --- /dev/null +++ b/doc/en/Gtk/ITreeDragDest.xml @@ -0,0 +1,59 @@ + + + + + gtk-sharp + + + + GLib.IWrapper + + + + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + + + Method + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + + diff --git a/doc/en/Gtk/TreeDragDestImplementor.xml b/doc/en/Gtk/ITreeDragDestImplementor.xml similarity index 83% rename from doc/en/Gtk/TreeDragDestImplementor.xml rename to doc/en/Gtk/ITreeDragDestImplementor.xml index b1059cdcb..ee796ed7e 100644 --- a/doc/en/Gtk/TreeDragDestImplementor.xml +++ b/doc/en/Gtk/ITreeDragDestImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - TreeDragDest implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -37,6 +37,7 @@ To be added. To be added. To be added. + @@ -56,6 +57,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/TreeDragSource.xml b/doc/en/Gtk/ITreeDragSource.xml similarity index 50% rename from doc/en/Gtk/TreeDragSource.xml rename to doc/en/Gtk/ITreeDragSource.xml index 28f83c967..af48a8532 100644 --- a/doc/en/Gtk/TreeDragSource.xml +++ b/doc/en/Gtk/ITreeDragSource.xml @@ -1,20 +1,18 @@ - - - + + + gtk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - An interface to represent the rows of a tree when one of them is dragged to another location. - + To be added. + To be added. + @@ -28,12 +26,11 @@ - a to delete - - Asks the TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop. Returns FALSE if the deletion fails because path no longer exists, or for some model-specific reason. Should robustly handle a path no longer found in the model. - - A boolean for whether the deletion succeeded. - + To be added. + To be added. + To be added. + To be added. + @@ -48,11 +45,12 @@ - a - a object to fill with data - Asks the to fill in with a representation of the row at . Should robustly handle a path no longer found in the model. - A boolean; true if data of the required type was provided. - FIXME: the original doc says, "selection_data->target gives the required type of the data.", but there doesn't seem to be a parallel in Gtk#. Check this. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -66,10 +64,11 @@ - a - Check whether the row at is draggable. If the source doesn't implement this method, the row is assumed to be draggable. - A boolean, true if this row can be dragged. - + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/TreeDragSourceImplementor.xml b/doc/en/Gtk/ITreeDragSourceImplementor.xml similarity index 85% rename from doc/en/Gtk/TreeDragSourceImplementor.xml rename to doc/en/Gtk/ITreeDragSourceImplementor.xml index 9e8c14653..2ab7be070 100644 --- a/doc/en/Gtk/TreeDragSourceImplementor.xml +++ b/doc/en/Gtk/ITreeDragSourceImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - TreeDragSource implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -35,6 +35,7 @@ To be added. To be added. To be added. + @@ -54,6 +55,7 @@ To be added. To be added. To be added. + @@ -71,6 +73,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/TreeModel.xml b/doc/en/Gtk/ITreeModel.xml similarity index 56% rename from doc/en/Gtk/TreeModel.xml rename to doc/en/Gtk/ITreeModel.xml index 38eccfe98..e86d93f0f 100644 --- a/doc/en/Gtk/TreeModel.xml +++ b/doc/en/Gtk/ITreeModel.xml @@ -1,45 +1,18 @@ - - - + + + gtk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - The tree interface used by - - - The interface defines a generic tree interface for use by the widget. It is an abstract interface, and is designed to be usable with any appropriate data structure. The programmer just has to implement this interface on their own data type for it to be viewable by a widget. - - - The model is represented as a hierarchical tree of strongly-typed, columned data. In other words, the model can be seen as a tree where every node has different values depending on which column is being queried. The types are homogeneous per column across all nodes. It is important to note that this interface only provides a way of examining a model and observing changes. The implementation of each individual model decides how and if changes are made. - - - In order to make life simpler for programmers who do not need to write their own specialized model, two generic models are provided - the and the . To use these, the developer simply pushes data into these models as necessary. These models provide the data structure as well as all appropriate tree interfaces. As a result, implementing drag and drop, sorting, and storing data is trivial. For the vast majority of trees and lists, these two models are sufficient. - - - Models are accessed on a node/column level of granularity. One can query for the value of a model at a certain node and a certain column on that node. There are two structures used to reference a particular node in a model. They are the and the . Most of the interface consists of operations on a . - - - A path is essentially a potential node. It is a location on a model that may or may not actually correspond to a node on a specific model. The struct can be converted into either an array of unsigned integers or a string. The string form is a list of numbers separated by a colon. Each number refers to the offset at that level. Thus, the path "0" refers to the root node and the path "2:4" refers to the fifth child of the third node. - - - By contrast, a is a reference to a specific node on a specific model. It is a generic struct with an integer and three generic pointers. These are filled in by the model in a model-specific way. One can convert a path to an iterator by calling . These iterators are the primary way of accessing a model and are similar to the iterators used by . The model interface defines a set of operations using them for navigating the model. - - - It is expected that models fill in the iterator with private data. For example, the model, which is internally a simple linked list, stores a list node in one of the pointers. The stores an array and an offset in two of the pointers. Additionally, there is an integer field. This field is generally filled with a unique stamp per model. This stamp is for catching errors resulting from using invalid iterators with a model. - - - The lifecycle of an iterator can be a little confusing at first. Iterators are expected to always be valid for as long as the model is unchanged (and does not emit a signal). Additionally, some models guarantee that an iterator is valid for as long as the node it refers to is valid (most notably the and ). Although generally uninteresting, as one always has to allow for the case where iterators do not persist beyond a signal, some very important performance enhancements were made in the sort model. As a result, the flag was added to indicate this behavior. - - + To be added. + To be added. + @@ -54,11 +27,11 @@ - an object of type - an object of type - Emits the signal. - - + To be added. + To be added. + To be added. + To be added. + @@ -72,9 +45,10 @@ - an object of type - Emits the event. - This should be called by models after a row has been removed. The location pointed to by should be the location that the row previously was at. It may not be a valid location anymore. + To be added. + To be added. + To be added. + @@ -89,10 +63,11 @@ - an object of type - an object of type - Emits the event. - This should be called by models after the child state of a node changes. + To be added. + To be added. + To be added. + To be added. + @@ -107,11 +82,11 @@ - an object of type , path of the inserted row. - an object of type , points to the inserted row. - Emits the event. - - + To be added. + To be added. + To be added. + To be added. + @@ -143,9 +118,10 @@ Gtk.TreeModelFlags - Returns a set of flags supported by this interface. - an object of type - The flags are a bitwise combination of . The flags supported should not change during the lifecycle of the . + To be added. + To be added. + To be added. + @@ -159,9 +135,10 @@ - an object of type - Calls on each node in model in a depth-first fashion. - If func returns , then the tree ceases to be walked, and this method returns. + To be added. + To be added. + To be added. + @@ -175,10 +152,11 @@ - a , the column number. - Returns the type of the column at the given index. - a - + To be added. + To be added. + To be added. + To be added. + @@ -193,12 +171,12 @@ - an object of type - an object of type - Sets to a valid iterator pointing to . - an object of type - - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -212,10 +190,11 @@ - an object of type - Gets the first iterator in the tree (the one at the path "0") and returns . - an object of type - Returns if the tree is empty. + To be added. + To be added. + To be added. + To be added. + @@ -230,11 +209,12 @@ - an object of type - an object of type - Gets the at . - an object of type - Otherwise, is left invalid and is returned. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -248,11 +228,11 @@ - an object of type - Gets the of . - an object of type - - + To be added. + To be added. + To be added. + To be added. + @@ -266,10 +246,11 @@ - a - Generates a string representation of the path of . - a - This string is a ':' separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string. + To be added. + To be added. + To be added. + To be added. + @@ -284,10 +265,11 @@ - an object of type - a , pointer to the va_list data structure of arguments (FIXME: clarify what va_lists look like) - Gets the values of child properties for the row pointed to by . - + To be added. + To be added. + To be added. + To be added. + @@ -302,11 +284,12 @@ - a - a - Gets the value stored in column of the row pointed to by . - a - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -322,11 +305,12 @@ - a - a - a - Gets the value stored in column of the row pointed to by and stores it in - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -340,10 +324,11 @@ - an object of type - Sets the TreeIter object pointed to by to point to the first child of this tree. - an object of type , true if the iter has been set to the first child. - + To be added. + To be added. + To be added. + To be added. + @@ -358,11 +343,12 @@ - an object of type - an object of type - Sets to point to the first child of . - an object of type - If has no children, is returned and is set to be invalid. will remain a valid node after this function has been called. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -376,11 +362,11 @@ - an object of type - Returns if has children, otherwise. - an object of type - - + To be added. + To be added. + To be added. + To be added. + @@ -392,9 +378,10 @@ - Returns the number of children that the has. - an object of type - As a special case, if iter is , then the number of toplevel nodes is returned. + To be added. + To be added. + To be added. + @@ -408,10 +395,11 @@ - an object of type - Returns the number of children that has. - an object of type - As a special case, if is , then the number of toplevel nodes is returned. + To be added. + To be added. + To be added. + To be added. + @@ -425,10 +413,11 @@ - an object of type - Sets to point to the node following it at the current level. - an object of type - If there is no next iter, is returned and iter is set to be invalid. + To be added. + To be added. + To be added. + To be added. + @@ -443,11 +432,12 @@ - an object of type - an object of type - Sets to be the child of the root node, using the given index. - an object of type - In this case, the nth root node is set. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -463,12 +453,13 @@ - an object of type - an object of type - an object of type - Sets to be the child of , using the given index. - an object of type - The first index is 0. If is too big, or has no children, is set to an invalid iterator and is returned. will remain a valid node after this function has been called. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -483,11 +474,12 @@ - an object of type - an object of type - Sets to be the parent of . - an object of type - If is at the toplevel, and does not have a parent, then is set to an invalid iterator and is returned. will remain a valid node after this function has been called. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -516,10 +508,10 @@ System.Int32 - Returns the number of columns supported by the . - an object of type - - + To be added. + To be added. + To be added. + @@ -533,13 +525,10 @@ - an object of type - Lets the tree ref the node. - - This is an optional method for models to implement. To be more specific, models may ignore this call as it exists primarily for performance reasons. - This function is primarily meant as a way for views to let caching models know when nodes are being displayed (and hence, whether or not to cache that node.) For example, a file-system based model would not want to keep the entire file-hierarchy in memory, just the sections that are currently being displayed by every current view. - A model should be expected to be able to get an iter independent of its referenced state. - + To be added. + To be added. + To be added. + @@ -549,11 +538,10 @@ Gtk.RowChangedHandler - - Emitted when a row has changed. - - + To be added. + To be added. + @@ -563,11 +551,10 @@ Gtk.RowDeletedHandler - - Emitted when a row is deleted. - - + To be added. + To be added. + @@ -577,11 +564,10 @@ Gtk.RowHasChildToggledHandler - - Emitted when a child of a row is toggled. - - + To be added. + To be added. + @@ -591,11 +577,10 @@ Gtk.RowInsertedHandler - - Emitted when a row has been inserted into the model. - - + To be added. + To be added. + @@ -605,11 +590,10 @@ Gtk.RowsReorderedHandler - - Emitted when a row is re-ordered - - + To be added. + To be added. + @@ -625,11 +609,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is a boolean. - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -645,11 +630,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is a . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -665,11 +651,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is an . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -685,11 +672,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is an . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -705,11 +693,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is an . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -725,11 +714,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is an . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -745,11 +735,12 @@ - a - a - a - Sets the value of column in the row pointed to by to if the value is an . + To be added. + To be added. + To be added. + To be added. To be added. + @@ -763,9 +754,10 @@ - an object of type - Lets the tree unref the node. - This is an optional method for models to implement. To be more specific, models may ignore this call as it exists primarily for performance reasons. For more information on what this means, see . Please note that nodes that are deleted are not unreferenced. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/TreeModelImplementor.xml b/doc/en/Gtk/ITreeModelImplementor.xml similarity index 93% rename from doc/en/Gtk/TreeModelImplementor.xml rename to doc/en/Gtk/ITreeModelImplementor.xml index a42ad1894..62a41db04 100644 --- a/doc/en/Gtk/TreeModelImplementor.xml +++ b/doc/en/Gtk/ITreeModelImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - TreeModel implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -31,6 +31,7 @@ To be added. To be added. To be added. + @@ -48,6 +49,7 @@ To be added. To be added. To be added. + @@ -67,6 +69,7 @@ To be added. To be added. To be added. + @@ -84,6 +87,7 @@ To be added. To be added. To be added. + @@ -104,6 +108,7 @@ To be added. To be added. To be added. + @@ -123,6 +128,7 @@ To be added. To be added. To be added. + @@ -140,6 +146,7 @@ To be added. To be added. To be added. + @@ -157,6 +164,7 @@ To be added. To be added. To be added. + @@ -174,6 +182,7 @@ To be added. To be added. To be added. + @@ -195,6 +204,7 @@ To be added. To be added. To be added. + @@ -214,6 +224,7 @@ To be added. To be added. To be added. + @@ -245,6 +256,7 @@ To be added. To be added. To be added. + @@ -261,6 +273,7 @@ To be added. To be added. To be added. + @@ -277,6 +290,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/TreeSortable.xml b/doc/en/Gtk/ITreeSortable.xml similarity index 58% rename from doc/en/Gtk/TreeSortable.xml rename to doc/en/Gtk/ITreeSortable.xml index d7ec77b91..09a0cc3a7 100644 --- a/doc/en/Gtk/TreeSortable.xml +++ b/doc/en/Gtk/ITreeSortable.xml @@ -1,20 +1,18 @@ - - - + + + gtk-sharp - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper - An interface for specifying a tree model that is sortable. - See for a working example of a sortable TreeView. + To be added. + To be added. + @@ -26,8 +24,9 @@ - Fires a event. - Designed to be called by routines that change the sort of the tree. + To be added. + To be added. + @@ -38,10 +37,10 @@ Gtk.TreeIterCompareFunc - Function to sort columns by default if not otherwise specified by . - a - This method is meant to be used together with - + To be added. + To be added. + To be added. + @@ -56,11 +55,12 @@ - a , an integer to put the results in - a , an object to put the type of sort into - Returns the index of the column currently being used to sort the model data. - a - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -70,11 +70,11 @@ System.Boolean - - Return whether this TreeModel has a default sort function or not. - a , true if a default sort function exists. - See to set a default sort function. + To be added. + To be added. + To be added. + @@ -89,10 +89,11 @@ - A , the sort column index. - A , the kind of sort to use - Sets which column is to be used to sort the data in the tree. - + To be added. + To be added. + To be added. + To be added. + @@ -107,11 +108,11 @@ - A , the index of the column to be sorted - A , the function to use for sorting - Sets a function that should be used to be sort a particular column. - This method is meant to be used together with - + To be added. + To be added. + To be added. + To be added. + @@ -121,10 +122,10 @@ System.EventHandler - - Raised when the sort column is changed. - + To be added. + To be added. + diff --git a/doc/en/Gtk/TreeSortableImplementor.xml b/doc/en/Gtk/ITreeSortableImplementor.xml similarity index 90% rename from doc/en/Gtk/TreeSortableImplementor.xml rename to doc/en/Gtk/ITreeSortableImplementor.xml index 988093fe0..675df9161 100644 --- a/doc/en/Gtk/TreeSortableImplementor.xml +++ b/doc/en/Gtk/ITreeSortableImplementor.xml @@ -1,6 +1,6 @@ - - - + + + gtk-sharp @@ -15,9 +15,9 @@ - TreeSortable implementor interface. - The implementable portion of the interface. - + To be added. + To be added. + @@ -51,6 +51,7 @@ To be added. To be added. To be added. + @@ -64,6 +65,7 @@ To be added. To be added. To be added. + @@ -82,6 +84,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/IconTheme.xml b/doc/en/Gtk/IconTheme.xml index 1c18bcb83..8f6cb5d1e 100644 --- a/doc/en/Gtk/IconTheme.xml +++ b/doc/en/Gtk/IconTheme.xml @@ -312,14 +312,14 @@ In general, if you use you shoul - - + + Method Gtk.IconInfo - + diff --git a/doc/en/Gtk/IconView.xml b/doc/en/Gtk/IconView.xml index a6c96eb50..30af84afe 100644 --- a/doc/en/Gtk/IconView.xml +++ b/doc/en/Gtk/IconView.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,10 +11,10 @@ - Gtk.CellLayout + Gtk.ICellLayout - Gtk.Scrollable + Gtk.IScrollable @@ -218,17 +218,17 @@ public class DemoIconView : Window - - + + Constructor - - + - a - Create a new IconView with a model. - + To be added. + To be added. + To be added. + @@ -663,8 +663,8 @@ public class DemoIconView : Window - - + + Method System.Boolean @@ -673,7 +673,7 @@ public class DemoIconView : Window - + @@ -687,7 +687,7 @@ public class DemoIconView : Window To be added. To be added. To be added. - + @@ -877,8 +877,8 @@ public class DemoIconView : Window - - + + Property @@ -886,7 +886,7 @@ public class DemoIconView : Window - Gtk.TreeModel + Gtk.ITreeModel diff --git a/doc/en/Gtk/IframeCreatedArgs.xml b/doc/en/Gtk/IframeCreatedArgs.xml deleted file mode 100644 index 312dc66c3..000000000 --- a/doc/en/Gtk/IframeCreatedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTML - - - The IFRAME element that was created. - a - - - - - diff --git a/doc/en/Gtk/IframeCreatedHandler.xml b/doc/en/Gtk/IframeCreatedHandler.xml deleted file mode 100644 index 8d58e6924..000000000 --- a/doc/en/Gtk/IframeCreatedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the IframeCreatedHandler instance to the event. The methods referenced by the IframeCreatedHandler instance are invoked whenever the event is raised, until the IframeCreatedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Image.xml b/doc/en/Gtk/Image.xml index 4f35f193a..da69e0c7a 100644 --- a/doc/en/Gtk/Image.xml +++ b/doc/en/Gtk/Image.xml @@ -123,11 +123,11 @@ - - + + Constructor - + @@ -327,14 +327,14 @@ If the value is , the image will be looked up on the call - - + + Method System.Void - + @@ -418,8 +418,8 @@ If the value is , the image will be looked up on the call - - + + Property @@ -427,7 +427,7 @@ If the value is , the image will be looked up on the call - GLib.Icon + GLib.IIcon To be added. @@ -606,14 +606,14 @@ If the value is , the image will be looked up on the call - - + + Method System.Void - + diff --git a/doc/en/Gtk/Input.xml b/doc/en/Gtk/Input.xml deleted file mode 100644 index a7dcb4e53..000000000 --- a/doc/en/Gtk/Input.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Input-handling code for the main loop of programs. - - - - System.Object - - - - - - Method - - System.UInt32 - - - - - - - - - - - Registers a function to be called when a condition becomes true on a file descriptor. - an , a file descriptor. - an , the condition. - an , the function to call. - a , the marshaller to use instead of the function (if non-null). - a , callback data passed to the function. - a , the callback function to call with "data" when the input handler is removed, or null. - a , a unique id for the event source; to be used with . - - - - - - Method - - System.Void - - - - - - Removes the function with the given id. - a identifying the function to remove, provided by . - - - - - - Constructor - - - - Basic constructor. - - - - - diff --git a/doc/en/Gtk/InputDialog.xml b/doc/en/Gtk/InputDialog.xml deleted file mode 100644 index 4f7d32f3b..000000000 --- a/doc/en/Gtk/InputDialog.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Configure devices for the XInput extension. - - - NOTE: this is considered too specialized/little-used for Gtk#, and will in the future be moved to some other package. - If your application needs this , feel free to use it, as the does work and is useful in some applications; it's just not of general interest. - However, we are not accepting new features for the , and it will eventually move out of the Gtk# distribution. - - - displays a which allows the user to configure XInput extension devices. - For each device, they can control the mode of the device (disabled, screen-relative, or window-relative), the mapping of axes to coordinates, and the mapping of the devices macro keys to key press events. - - - contains two s to which the application can connect; one for closing the , and one for saving the changes. - No actions are bound to these by default. - The changes that the user makes take effect immediately. - - - - - Gtk.Dialog - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates an instance of - Creates an instance of - - - - - Event - - Gtk.DisableDeviceHandler - - - - Emitted when the user changes the mode of a device from a GDK_MODE_SCREEN or GDK_MODE_WINDOW to GDK_MODE_ENABLED. - - This signal is emitted when the user changes the mode of a device from a GDK_MODE_SCREEN or GDK_MODE_WINDOW to GDK_MODE_ENABLED. - - - - - GLib.Signal("disable_device") - - - - - - Event - - Gtk.EnableDeviceHandler - - - - Emitted when the user changes the mode of a device from GDK_MODE_DISABLED to a GDK_MODE_SCREEN or GDK_MODE_WINDOW. - - This signal is emitted when the user changes the mode of a device from GDK_MODE_DISABLED to a GDK_MODE_SCREEN or GDK_MODE_WINDOW. - - - - - GLib.Signal("enable_device") - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - Default handler for the event. - a - Override this method in a subclass to provide a default handler for the event. - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Property - - Gtk.Button - - - - The save button in this dialog. - a - - - - - - Property - - Gtk.Button - - - - The "close window" button in this dialog. - a - - - - - diff --git a/doc/en/Gtk/InsertionColorChangedArgs.xml b/doc/en/Gtk/InsertionColorChangedArgs.xml deleted file mode 100644 index ffb8b34c5..000000000 --- a/doc/en/Gtk/InsertionColorChangedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.Color - - - The color under the insertion point after the change. - The new color, a - - - - - diff --git a/doc/en/Gtk/InsertionColorChangedHandler.xml b/doc/en/Gtk/InsertionColorChangedHandler.xml deleted file mode 100644 index 9e1fe23c9..000000000 --- a/doc/en/Gtk/InsertionColorChangedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the InsertionColorChangedHandler instance to the event. The methods referenced by the InsertionColorChangedHandler instance are invoked whenever the event is raised, until the InsertionColorChangedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/InsertionFontStyleChangedArgs.xml b/doc/en/Gtk/InsertionFontStyleChangedArgs.xml deleted file mode 100644 index 0b8604fe4..000000000 --- a/doc/en/Gtk/InsertionFontStyleChangedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLFontStyle - - - The style that was set during the change. - a - - - - - diff --git a/doc/en/Gtk/InsertionFontStyleChangedHandler.xml b/doc/en/Gtk/InsertionFontStyleChangedHandler.xml deleted file mode 100644 index 6e9546354..000000000 --- a/doc/en/Gtk/InsertionFontStyleChangedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the InsertionFontStyleChangedHandler instance to the event. The methods referenced by the InsertionFontStyleChangedHandler instance are invoked whenever the event is raised, until the InsertionFontStyleChangedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Item.xml b/doc/en/Gtk/Item.xml deleted file mode 100644 index d050ea8e9..000000000 --- a/doc/en/Gtk/Item.xml +++ /dev/null @@ -1,219 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Abstract base class for , and . - The widget is an abstract base class for , and . - - - Gtk.Bin - - - - - - - Method - - System.Void - - - - Emits the event on the given item. - Emits the event on the given item. - - - - - Method - - System.Void - - - - Emits the event on the given item. - Emits the event on the given item. - - - - - Method - - System.Void - - - - Emits the event on the given item. - Emits the event on the given item. - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Event - - System.EventHandler - - - - Emitted when the is deselected. - Emitted when the is deselected. - - - - GLib.Signal("deselect") - - - - - - Event - - System.EventHandler - - - - Emitted when the is selected. - Emitted when the is selected. - - - - GLib.Signal("select") - - - - - - Event - - System.EventHandler - - - - Emitted when the is toggled. - Emitted when the is toggled. - - - - GLib.Signal("toggle") - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Constructor - - - - Constructor - - - - - - Method - - System.Void - - - - - - - Deletes all widgets constructed from the specified path. - a , a factory path to prepend to . May be if starts with a factory path. - a , a path - - - - - - - diff --git a/doc/en/Gtk/ItemFactory.xml b/doc/en/Gtk/ItemFactory.xml deleted file mode 100644 index 65537fd40..000000000 --- a/doc/en/Gtk/ItemFactory.xml +++ /dev/null @@ -1,546 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A factory for menus. - - To use this class, make an array of - objects which describe a menu, then invoke - to generate the menu. - - - - Gtk.Object - - - - - - System.Obsolete - - - - - - Method - - System.String - - - - - - If has been created by an item factory, returns the full path to it. - A . - The full path to if it has been created by an item factory, otherwise. This value is owned by GTK+ and must not be modified or freed. - - - The full path of a is the concatenation of the factory path specified in with the path specified in the from which the was created. - - - - - - - Method - - Gtk.ItemFactory - - - - - - Obtains the item factory from which a was created. - A . - The item factory from which was created, or . - - - - - - Method - - System.IntPtr - - - - - - Obtains the which was passed to . - A . - - associated with the item factory from which was created, or if wasn't created by an item factory. - - - This data is available until the menu is popped down again. - - - - - - - Method - - System.Void - - - - - - - - - - Installs an accelerator for in , that causes the activate event to be emitted it the accelerator is activated. - Widget to install an accelerator on. - The full path for the . - The accelerator group to install the accelerator in. - Key value of the accelerator. - Modifier combination of the acelerator. - - - This method can be used to make widgets participate in the accel saving/restoring functionality provided by and , even if they haven't been created by an item factory. The recommended API for this purpose are the and ; don't use in new code, since it is likely to be removed in the future. - - - - - - - Method - - System.Void - - - - - - - Deletes the menu items which were created from the entries by the given item factory. - The length of . - An array of s. - - - - - - Method - - Gtk.Widget - - - - - - Obtains the menu item which correponds to . - A (TODO: where is this enumerated?) - A - - - - - - Method - - System.Void - - - - - - Deletes the menu item which was created from by the given item factory. - A . - - - - - - Method - - System.Void - - - - - - - - Creates an item for . - The to create an item for. - Data passed to the callback method of . - 1 if the callback method of is of type , 2 if it is of type . - - - - - - Method - - Gtk.Widget - - - - - - Obtains the which corresponds to . - A (TODO: where is this enumerated?) - A - - - - - - - Method - - Gtk.Widget - - - - - - Obtains the menu item which corresponds to . - The path to the menu item. - The menu item for the given path, or if doesn't lead to a menu item. - - - If the corresponding to is a menu item which opens a submenum, then the item is returned. If you are interested in the submenum, use instead. - - - - - - - Method - - System.Void - - - - - - Deletes the menu item which was created for by the given item factory. - A path. - - - - - - Method - - System.IntPtr - - - - Obtains the which was passed to . - - associated. - - - This data is available until the menu is popped down again. - - - - - - - Method - - System.Void - - - - - - - - Creates the menu items from the . - The length of . - An array of s whose members must be of type . - Data passed to the callback methods of all entries. - - - - - - Method - - Gtk.Widget - - - - - - Obtains the which corresponds to . - The path to the . - The for the given path, or if doesn't lead to a . - - - If the corresponding to is a menu item which opens a submenu, then the submenu is returned. If you are interested in the menu item, use instead. - - - - - - - Method - - System.Void - - - - - - - - Sets a method to be used for translating the path elements before they are displayed. - The delegate to be used to traslate path elements. - ignored - ignored - This method is obsolete. New code should use the property instead. - - - - - Property - - Gtk.TranslateFunc - - - The method to be used for translating the path elements before they are displayed. - a - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Method - - System.Void - - - - - - - - - - - Pops up the menu constructed form the item factory at (, ). - Data available for callbacks while the menu is posted. - A to be called on when the menu is unposted. - The x position. - The y position. - The mouse button which was pressed to initiate the popup. - The time at which the activation event ocurred. - - - Callbacks can access the while the menu is posted via and . - - - The should be the mouse button pressed to initiate the menu popup. If the menu popup was initiated by something other than a mouse button press, such as a mouse button release or a keypress, should be 0. - - - The should be the time stamp of the event that initiated the popup. If such a event is not available, use instead. - - - The operation of the and the is the same as the and for . - - - - - - - Method - - System.Void - - - - - - - - - Pops up the menu constructed from the item factory at (, ). - The x position. - The y position. - The mouse button which was pressed to initiate the popup. - The time at which the activation event ocurred. - - - The should be the mouse button pressed to initiate the menu popup. If the menu popup was initiated by something other than a mouse button press, such as a mouse button release or a keypress, should be 0. - - - The should be the time stamp of the event that initiated the popup. If such a event is not available, use instead. - - - The operation of the and the is the same as the and for . - - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - - - - - Initializes a - The kind of menu to create; can be , , or - the factory path of the new item factory, a string of the form "<name>" - a to which the accelerators for the menu items will be added, or null to create a new one - - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Constructor - - - - - - - - Basic constructor. - The kind of menu to create; can be , , or - the factory path of the new item factory, a string of the form "<name>" - a to which the accelerators for the menu items will be added, or null to create a new one - - - - - - Constructor - - - - Protected constructor. - - - - - - Method - - Gtk.ItemFactory - - - - - - Finds an item factory which has been constructed using the - "<name>" prefix of as the path argument - building a new item factory. - - a - a , or - - - - - - - - Method - - System.Void - - - - - - - Creates menu items from a set of entries. - a , the number of entries - an array of objects - - - - - - - - Method - - System.Void - - - - - - - - - Creates menu items from entries. - a , the number of menu items - a , a list of information about menu items - a , pointer to data that should be passed to - the callback functions of all entries - a - FIXME: See bugzilla 70887. - - - - - diff --git a/doc/en/Gtk/ItemFactoryCallback.xml b/doc/en/Gtk/ItemFactoryCallback.xml deleted file mode 100644 index f900a513c..000000000 --- a/doc/en/Gtk/ItemFactoryCallback.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Delegate function to be invoked by . - TODO: offer an example. - - - System.Delegate - - - - - - System.Void - - diff --git a/doc/en/Gtk/ItemFactoryCallback1.xml b/doc/en/Gtk/ItemFactoryCallback1.xml deleted file mode 100644 index 2dcb49587..000000000 --- a/doc/en/Gtk/ItemFactoryCallback1.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - To be added. - Delegate function to be invoked by . - - - - System.Delegate - - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/ItemFactoryEntry.xml b/doc/en/Gtk/ItemFactoryEntry.xml deleted file mode 100644 index 64d2fb4b0..000000000 --- a/doc/en/Gtk/ItemFactoryEntry.xml +++ /dev/null @@ -1,129 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Class intended for use with . - FIXME: see bugzilla.ximian.com #70887, which directly concerns this API. - - - System.ValueType - - - - - - Field - - Gtk.ItemFactoryEntry - - - - Empty entry. - - - - - - Method - - Gtk.ItemFactoryEntry - - - - - - For internal use only. Do not use. - a , pointer to the underlying C data. - a - - - - - - Field - - System.String - - - - - The path of the item. - For example, "/File/_Open", where the "O" should be a mnemonic underline. - - - - - Field - - System.String - - - - - The accelerator key for this item. - For example, "<control>O". - - - - - Field - - System.UInt32 - - - - - A callback function to run when this item is activated. - NOTE: The API doesn't support the actual code here. - - - - - Field - - System.String - - - - - Type of item to add. - Possible values: - "<Title>" creates a title item, - "<Item>" creates a simple item, - "<ImageItem>" creates an item holding an image, - "<StockItem>" creates an item holding a stock image, - "<CheckItem>" creates a check item, - "<ToggleItem>" creates a toggle item, - "<RadioItem>" creates a radio item, - <path> for the path of a radio item to link against, - "<Separator>" creates a separator, - "<Tearoff>" creates a tearoff separator, - "<Branch>" creates an item to hold sub items, - "<LastBranch>" creates a right justified item to hold sub items. - - - - - Property - - Gtk.ItemFactoryCallback - - - To be added. - To be added. - To be added. - - - - - - System.Obsolete - - - diff --git a/doc/en/Gtk/Layout.xml b/doc/en/Gtk/Layout.xml index 3ef32ae2d..3a4c32e81 100644 --- a/doc/en/Gtk/Layout.xml +++ b/doc/en/Gtk/Layout.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Scrollable + Gtk.IScrollable diff --git a/doc/en/Gtk/LinkButtonUriFunc.xml b/doc/en/Gtk/LinkButtonUriFunc.xml deleted file mode 100644 index 54a036f69..000000000 --- a/doc/en/Gtk/LinkButtonUriFunc.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gtk/LinkClickedArgs.xml b/doc/en/Gtk/LinkClickedArgs.xml deleted file mode 100644 index b2597cef6..000000000 --- a/doc/en/Gtk/LinkClickedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.String - - - The URL the user clicked on. - A - - - - - diff --git a/doc/en/Gtk/LinkClickedHandler.xml b/doc/en/Gtk/LinkClickedHandler.xml deleted file mode 100644 index 91716f71b..000000000 --- a/doc/en/Gtk/LinkClickedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the LinkClickedHandler instance to the event. The methods referenced by the LinkClickedHandler instance are invoked whenever the event is raised, until the LinkClickedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/ListStore.xml b/doc/en/Gtk/ListStore.xml index 7ee8ce2f6..7ef8b7062 100644 --- a/doc/en/Gtk/ListStore.xml +++ b/doc/en/Gtk/ListStore.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,16 +12,16 @@ - Gtk.TreeDragDest + Gtk.ITreeDragDest - Gtk.TreeDragSource + Gtk.ITreeDragSource - Gtk.TreeModel + Gtk.ITreeModel - Gtk.TreeSortable + Gtk.ITreeSortable System.Collections.IEnumerable diff --git a/doc/en/Gtk/MatchSelectedArgs.xml b/doc/en/Gtk/MatchSelectedArgs.xml index e1eb68e0b..39f03b5e9 100644 --- a/doc/en/Gtk/MatchSelectedArgs.xml +++ b/doc/en/Gtk/MatchSelectedArgs.xml @@ -45,11 +45,11 @@ - - + + Property - Gtk.TreeModel + Gtk.ITreeModel diff --git a/doc/en/Gtk/MatchType.xml b/doc/en/Gtk/MatchType.xml deleted file mode 100644 index e30dc3c9d..000000000 --- a/doc/en/Gtk/MatchType.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Deprecated. Do not use. - - - - - - System.Enum - - - - GLib.GType(typeof(Gtk.MatchTypeGType)) - - - - - - Field - - Gtk.MatchType - - - - - Deprecated. Do not use. - - - - - - - Field - - Gtk.MatchType - - - - - Deprecated. Do not use. - - - - - - - Field - - Gtk.MatchType - - - - - Deprecated. Do not use. - - - - - - - Field - - Gtk.MatchType - - - - - Deprecated. Do not use. - - - - - - - Field - - Gtk.MatchType - - - - - Deprecated. Do not use. - - - - - - - Field - - Gtk.MatchType - - - - - Deprecated. Do not use. - - - - - - diff --git a/doc/en/Gtk/Menu.xml b/doc/en/Gtk/Menu.xml index acddfec37..58c567c4c 100644 --- a/doc/en/Gtk/Menu.xml +++ b/doc/en/Gtk/Menu.xml @@ -259,21 +259,21 @@ public class MenuApp - - + + Method - GLib.List + Gtk.Widget[] - a - To be added - a - To be added - + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/MenuCallback.xml b/doc/en/Gtk/MenuCallback.xml deleted file mode 100644 index e19a8147d..000000000 --- a/doc/en/Gtk/MenuCallback.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - Do not use. - Do not use. - - - - System.Delegate - - - - System.Void - - - - - diff --git a/doc/en/Gtk/MenuEntry.xml b/doc/en/Gtk/MenuEntry.xml deleted file mode 100644 index c5b3226b8..000000000 --- a/doc/en/Gtk/MenuEntry.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Class for use with in generating menus. - - See for more details. - FIXME: see bugzilla.ximian.com #70887, which directly concerns this API. - - - - - System.ValueType - - - - - - Field - - Gtk.MenuEntry - - - - - An empty menu entry. - - - - - - - Field - - System.String - - - - - The path of this menu item. - For example, "/File/_Open", where the "O" should be a mnemonic underline. - - - - - Field - - System.String - - - - - An accelerator key sequence - - - - - - - Method - - Gtk.MenuEntry - - - - - - For internal use only. Do not use. - a , pointer to the underlying C object. - a - - - - - - - Property - - Gtk.Widget - - - To be added. - To be added. - To be added. - - - - - Property - - Gtk.MenuCallback - - - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gtk/MenuItem.xml b/doc/en/Gtk/MenuItem.xml index 3b95a409c..2d1213637 100644 --- a/doc/en/Gtk/MenuItem.xml +++ b/doc/en/Gtk/MenuItem.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Activatable + Gtk.IActivatable diff --git a/doc/en/Gtk/MetricType.xml b/doc/en/Gtk/MetricType.xml deleted file mode 100644 index 28dd1f71a..000000000 --- a/doc/en/Gtk/MetricType.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - An enumeration used to determine which unit of measurement is currently being used. - This enumeration is used by , , and . - - - System.Enum - - - - GLib.GType(typeof(Gtk.MetricTypeGType)) - - - - - - Field - - Gtk.MetricType - - - - The pixel unit of measurement. - - - - - - - Field - - Gtk.MetricType - - - - The inch unit of measurement. - - - - - - - Field - - Gtk.MetricType - - - - The centimeter unit of measurement. - - - - - - diff --git a/doc/en/Gtk/ModifierStyle.xml b/doc/en/Gtk/ModifierStyle.xml index 21f4a2244..6d9eed84d 100644 --- a/doc/en/Gtk/ModifierStyle.xml +++ b/doc/en/Gtk/ModifierStyle.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.StyleProvider + Gtk.IStyleProvider diff --git a/doc/en/Gtk/NoExposeEventArgs.xml b/doc/en/Gtk/NoExposeEventArgs.xml deleted file mode 100644 index 5339e1175..000000000 --- a/doc/en/Gtk/NoExposeEventArgs.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gdk.Event - - - - The which triggered the . - a - - - - - - diff --git a/doc/en/Gtk/NoExposeEventHandler.xml b/doc/en/Gtk/NoExposeEventHandler.xml deleted file mode 100644 index 47bdbe538..000000000 --- a/doc/en/Gtk/NoExposeEventHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the NoExposeEventHandler instance to the event. The methods referenced by the NoExposeEventHandler instance are invoked whenever the event is raised, until the NoExposeEventHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/NotebookWindowCreationFunc.xml b/doc/en/Gtk/NotebookWindowCreationFunc.xml deleted file mode 100644 index 820a41b08..000000000 --- a/doc/en/Gtk/NotebookWindowCreationFunc.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - - - - Gtk.Notebook - - - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gtk/NumerableIcon.xml b/doc/en/Gtk/NumerableIcon.xml index c571095dd..52988ac05 100644 --- a/doc/en/Gtk/NumerableIcon.xml +++ b/doc/en/Gtk/NumerableIcon.xml @@ -15,11 +15,11 @@ - - + + Constructor - + To be added. @@ -43,11 +43,11 @@ - - + + Constructor - + @@ -59,11 +59,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/Gtk/Object.xml b/doc/en/Gtk/Object.xml deleted file mode 100644 index ca4519889..000000000 --- a/doc/en/Gtk/Object.xml +++ /dev/null @@ -1,464 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Base class for the Gtk object hierarchy. - Base object for the Gtk object hierarchy. - - The difference between Gtk.Object and GLib. is a historical one, and it matters little in Gtk#. - - - - GLib.InitiallyUnowned - - - - - - - Method - - System.Void - - - - Request all holders to the object to release the reference. - This method is used to notify objects that might hold a reference to this object to release the reference. - -This invokes the method and triggers the event. - -The object is only destroyed if all the references to the object are released, this is just a mechanism to request that references be released. - - - - - - - Method - - System.Void - - - - Removes the floating reference from a , if it exists; otherwise does - nothing. - - See the overview - documentation at the top of the page. - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Property - - System.IntPtr - - - - - Helper property to associate information with an object. - - This is not very useful with the Gtk# binding as it is with the C binding. - - - - GLib.Property("user-data") - - - System.Obsolete - - - - - - Event - - System.EventHandler - - - - Raised to signal that all references to this object should be removed. - This event is triggered if someone has invoked the 's method. It is used to inform that all references to the object must be discarded at this point. - - - - GLib.Signal("destroy") - - - - - - Property - - System.IntPtr - - - - - Diagnostic method to print the raw object and its reference count - as debug information. - - a , the internal C data underlying this object. - - - - - - - Method - - System.Void - - - - Invoked to request that references to the object be released. - This method is invoked when someone has called the 's method. Any references to the object held should be released at this point. - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - Internal. - Internal constructor. - - - - - Property - - System.Boolean - - - - Determines if the object reference is floating. - a - An object is floating until it is added to a container which claims ownership of the floating reference. - - - - - Method - - System.Void - - - - - - - - - Deprecated. Do not use in new code. - a - a - a - a - - - - - - - - Method - - System.Void - - - - Deprecated. Do not use. - - - - - - - - Method - - Gtk.Object - - - - Deprecated. Do not use. - a - - - - - - - - Method - - System.Void - - - - - - - - Deprecated. Do not use. - a - a - a - - - - - - - - Method - - System.IntPtr - - - - - - Deprecated. Do not use. - a - a - - - - - - - - Method - - System.Void - - - - - - Deprecated. Do not use. - a - - - - - - - - Method - - System.Void - - - - - - Deprecated. Do not use. - a - - - - - - - - Method - - System.Void - - - - - - - Deprecated. Do not use. - a - a - - - - - - - - Method - - System.Void - - - - - - Deprecated. Do not use. - a - - - - - - - - Method - - System.Void - - - - - - Deprecated. Do not use. - a - - - - - - - - Method - - System.Void - - - - - - Deprecated. Do not use. - a - - - - - - - - Method - - System.Void - - - - - - - - Deprecated. Do not use. - a - a - a - - - - - - - - Method - - System.Void - - - - - - - Deprecated. Do not use. - a - a - - - - - - - - Method - - System.IntPtr - - - - - - Deprecated. Do not use. - a - a - - - - - - - - Method - - System.Void - - - - - - Deprecated. Do not use. - a - - - - - - - diff --git a/doc/en/Gtk/ObjectDeleteArgs.xml b/doc/en/Gtk/ObjectDeleteArgs.xml deleted file mode 100644 index c31837e51..000000000 --- a/doc/en/Gtk/ObjectDeleteArgs.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - - GLib.SignalArgs - - - - - - Constructor - - - To be added. - To be added. - - - - - Property - - System.Int32 - - - To be added. - To be added. - To be added. - - - - - Property - - System.Int32 - - - To be added. - To be added. - To be added. - - - - - To be added. - To be added. - - - diff --git a/doc/en/Gtk/ObjectDeleteHandler.xml b/doc/en/Gtk/ObjectDeleteHandler.xml deleted file mode 100644 index 13d4f083f..000000000 --- a/doc/en/Gtk/ObjectDeleteHandler.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gtk/ObjectInsertedArgs.xml b/doc/en/Gtk/ObjectInsertedArgs.xml deleted file mode 100644 index a5e5c5d7c..000000000 --- a/doc/en/Gtk/ObjectInsertedArgs.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - - GLib.SignalArgs - - - - - - Constructor - - - To be added. - To be added. - - - - - Property - - System.Int32 - - - To be added. - To be added. - To be added. - - - - - Property - - System.Int32 - - - To be added. - To be added. - To be added. - - - - - To be added. - To be added. - - - diff --git a/doc/en/Gtk/ObjectInsertedHandler.xml b/doc/en/Gtk/ObjectInsertedHandler.xml deleted file mode 100644 index e506ce294..000000000 --- a/doc/en/Gtk/ObjectInsertedHandler.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - - System.Delegate - - - - - - - System.Void - - - To be added. - To be added. - To be added. - To be added. - - - diff --git a/doc/en/Gtk/ObjectRequestedArgs.xml b/doc/en/Gtk/ObjectRequestedArgs.xml deleted file mode 100644 index c7b867fb5..000000000 --- a/doc/en/Gtk/ObjectRequestedArgs.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLEmbedded - - - - To be added - a - - - - - - diff --git a/doc/en/Gtk/ObjectRequestedHandler.xml b/doc/en/Gtk/ObjectRequestedHandler.xml deleted file mode 100644 index eba787ab4..000000000 --- a/doc/en/Gtk/ObjectRequestedHandler.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the ObjectRequestedHandler instance to the event. The methods referenced by the ObjectRequestedHandler instance are invoked whenever the event is raised, until the ObjectRequestedHandler is removed from the event. - - - - System.Delegate - - - - System.Void - - - - - - diff --git a/doc/en/Gtk/OnCommandArgs.xml b/doc/en/Gtk/OnCommandArgs.xml deleted file mode 100644 index 695d3742e..000000000 --- a/doc/en/Gtk/OnCommandArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLCommandType - - - The kind of command that was issued to the HTML widget. - A - - - - - diff --git a/doc/en/Gtk/OnCommandHandler.xml b/doc/en/Gtk/OnCommandHandler.xml deleted file mode 100644 index a8466498c..000000000 --- a/doc/en/Gtk/OnCommandHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the OnCommandHandler instance to the event. The methods referenced by the OnCommandHandler instance are invoked whenever the event is raised, until the OnCommandHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/OnUrlArgs.xml b/doc/en/Gtk/OnUrlArgs.xml deleted file mode 100644 index 618cc88bf..000000000 --- a/doc/en/Gtk/OnUrlArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.String - - - The URL to act on. - A - - - - - diff --git a/doc/en/Gtk/OnUrlHandler.xml b/doc/en/Gtk/OnUrlHandler.xml deleted file mode 100644 index b1eb5b16e..000000000 --- a/doc/en/Gtk/OnUrlHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the OnUrlHandler instance to the event. The methods referenced by the OnUrlHandler instance are invoked whenever the event is raised, until the OnUrlHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/OptionMenu.xml b/doc/en/Gtk/OptionMenu.xml deleted file mode 100644 index 4d8d6fd94..000000000 --- a/doc/en/Gtk/OptionMenu.xml +++ /dev/null @@ -1,237 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A widget used to choose from a list of valid choices. - - - A is a widget that allows the user to choose from a list of valid choices. - The displays the selected choice. - When activated the displays a popup which allows the user to make a new choice. - - - Using a is simple; build a , by calling , then appending s to it with . - Set that menu on the with . - Set the selected with ; connect to the event ; when the event occurs, check the new selected with . - - - - -using System; -using Gtk; - -class OptionMenuSample -{ - OptionMenu opt; - - static void Main () - { - new OptionMenuSample (); - } - - OptionMenuSample () - { - Application.Init (); - - Window win = new Window ("OptionMenuSample"); - win.DeleteEvent += new DeleteEventHandler (OnWinDelete); - - // set up the OptionMenu - opt = new OptionMenu (); - opt.Changed += new EventHandler (OnOptionChanged); - Menu m = new Menu (); - MenuItem miOne = new MenuItem ("One"); - m.Append (miOne); - MenuItem miTwo = new MenuItem ("Two"); - m.Append (miTwo); - MenuItem miThree = new MenuItem ("Three"); - m.Append (miThree); - - // add children widgets to their parents - opt.Menu = m; - win.Add (opt); - - - // set the OptionMenu to a value - opt.SetHistory (2); - - win.ShowAll (); - - Application.Run (); - } - - void OnOptionChanged (object o, EventArgs args) - { - Console.WriteLine (opt.History); - } - - void OnWinDelete (object o, DeleteEventArgs args) - { - Application.Quit (); - } -} - - - - - Gtk.Button - - - - - - System.Obsolete - - - - - - Method - - System.Void - - - - Removes the menu from the . - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates a new - This is the default constructor for - - - - - Property - - System.Int32 - - - Retrieves the index of the currently selected . - an object of type - The s are numbered from top to bottom, starting with 0. - - - - - Property - - Gtk.Widget - - - - - The menu of options. - an object of type - - - - - GLib.Property("menu") - - - - - - Event - - System.EventHandler - - - - Emitted when the selection is changed. - - - - - GLib.Signal("changed") - - - - - - Method - - System.Void - - - - - - Selects the menu item specified by making it the newly selected value for the . - a - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - diff --git a/doc/en/Gtk/OrientableAdapter.xml b/doc/en/Gtk/OrientableAdapter.xml index 2b0588930..f8c443b72 100644 --- a/doc/en/Gtk/OrientableAdapter.xml +++ b/doc/en/Gtk/OrientableAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.Orientable + Gtk.IOrientable @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,11 +61,11 @@ - - + + Method - Gtk.Orientable + Gtk.IOrientable @@ -79,11 +79,11 @@ - - + + Method - Gtk.Orientable + Gtk.IOrientable @@ -98,9 +98,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -127,11 +141,11 @@ - - + + Property - Gtk.OrientableImplementor + Gtk.IOrientableImplementor To be added. diff --git a/doc/en/Gtk/PageHorizontallyArgs.xml b/doc/en/Gtk/PageHorizontallyArgs.xml deleted file mode 100644 index 7b9e20fe1..000000000 --- a/doc/en/Gtk/PageHorizontallyArgs.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.Boolean - - - Whether a selection is currently in progress that should be extended by the horizontal-page action. - A , true if a selection is in progress. - - - - - - Property - - System.Int32 - - - How many pages to move horizontally. - A - - - - - diff --git a/doc/en/Gtk/PageHorizontallyHandler.xml b/doc/en/Gtk/PageHorizontallyHandler.xml deleted file mode 100644 index 1b0e62379..000000000 --- a/doc/en/Gtk/PageHorizontallyHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the PageHorizontallyHandler instance to the event. The methods referenced by the PageHorizontallyHandler instance are invoked whenever the event is raised, until the PageHorizontallyHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Paned.xml b/doc/en/Gtk/Paned.xml index 0e854a259..1e2dc0937 100644 --- a/doc/en/Gtk/Paned.xml +++ b/doc/en/Gtk/Paned.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/PreviewArgs.xml b/doc/en/Gtk/PreviewArgs.xml index 6f0e5e6e2..80e5cf923 100644 --- a/doc/en/Gtk/PreviewArgs.xml +++ b/doc/en/Gtk/PreviewArgs.xml @@ -53,11 +53,11 @@ - - + + Property - Gtk.PrintOperationPreview + Gtk.IPrintOperationPreview The Print Preview operation. diff --git a/doc/en/Gtk/PreviewType.xml b/doc/en/Gtk/PreviewType.xml deleted file mode 100644 index e56701cbd..000000000 --- a/doc/en/Gtk/PreviewType.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Internal Enum for printing. Do not use. - - - - - - System.Enum - - - - GLib.GType(typeof(Gtk.PreviewTypeGType)) - - - - - - Field - - Gtk.PreviewType - - - - - Internal. Do not use. - - - - - - - Field - - Gtk.PreviewType - - - - - Internal. Do not use. - - - - - - diff --git a/doc/en/Gtk/PrintBackendError.xml b/doc/en/Gtk/PrintBackendError.xml deleted file mode 100644 index 96c617d36..000000000 --- a/doc/en/Gtk/PrintBackendError.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Enum - - - - - Field - - Gtk.PrintBackendError - - - Generic error. - - - - - Print backend error enumeration. - Not typically useful to user code. Exposed for managed backend implementations. - - - diff --git a/doc/en/Gtk/PrintFunc.xml b/doc/en/Gtk/PrintFunc.xml deleted file mode 100644 index ff29d30b6..000000000 --- a/doc/en/Gtk/PrintFunc.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Delegate for printing. - - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/PrintOperation.xml b/doc/en/Gtk/PrintOperation.xml index 092c0b06a..9b6ad2025 100644 --- a/doc/en/Gtk/PrintOperation.xml +++ b/doc/en/Gtk/PrintOperation.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.PrintOperationPreview + Gtk.IPrintOperationPreview @@ -611,8 +611,8 @@ - - + + Method @@ -623,7 +623,7 @@ System.Boolean - + @@ -634,6 +634,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/PrintOperationPreviewAdapter.xml b/doc/en/Gtk/PrintOperationPreviewAdapter.xml index c8d2e19cf..0dc4b6227 100644 --- a/doc/en/Gtk/PrintOperationPreviewAdapter.xml +++ b/doc/en/Gtk/PrintOperationPreviewAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.PrintOperationPreview + Gtk.IPrintOperationPreview @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -72,11 +73,11 @@ - - + + Method - Gtk.PrintOperationPreview + Gtk.IPrintOperationPreview @@ -90,11 +91,11 @@ - - + + Method - Gtk.PrintOperationPreview + Gtk.IPrintOperationPreview @@ -106,6 +107,21 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + @@ -126,8 +142,8 @@ - - + + Property GLib.GType @@ -154,11 +170,11 @@ - - + + Property - Gtk.PrintOperationPreviewImplementor + Gtk.IPrintOperationPreviewImplementor To be added. diff --git a/doc/en/Gtk/PrinterAddedArgs.xml b/doc/en/Gtk/PrinterAddedArgs.xml deleted file mode 100644 index 67f76371d..000000000 --- a/doc/en/Gtk/PrinterAddedArgs.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - GLib.SignalArgs - - - - - - Constructor - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.Printer - - - The sdded printer. - a . - - - - - - Event data. - - The event invokes delegates which pass event data via this class. - - - - diff --git a/doc/en/Gtk/PrinterAddedHandler.xml b/doc/en/Gtk/PrinterAddedHandler.xml deleted file mode 100644 index 3ddc66d19..000000000 --- a/doc/en/Gtk/PrinterAddedHandler.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - - System.Void - - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the PrinterAddedHandler instance to the event. The methods referenced by the PrinterAddedHandler instance are invoked whenever the event is raised, until the PrinterAddedHandler is removed from the event. - - - - diff --git a/doc/en/Gtk/PrinterOption.xml b/doc/en/Gtk/PrinterOption.xml deleted file mode 100644 index 1c613766d..000000000 --- a/doc/en/Gtk/PrinterOption.xml +++ /dev/null @@ -1,180 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - GLib.Object - - - - - - Constructor - - - System.Obsolete - - - - - - - To be added. - To be added. - To be added. - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Constructor - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - Event - - - GLib.Signal("changed") - - - - System.EventHandler - - - To be added. - To be added. - - - - - Method - - System.Void - - - - - - - - To be added. - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - To be added. - To be added. - - - - - Property - - GLib.GType - - - To be added. - To be added. - To be added. - - - - - Method - - System.Boolean - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - To be added. - To be added. - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - To be added. - To be added. - - - diff --git a/doc/en/Gtk/PrinterOptionSet.xml b/doc/en/Gtk/PrinterOptionSet.xml deleted file mode 100644 index beff26243..000000000 --- a/doc/en/Gtk/PrinterOptionSet.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - GLib.Object - - - - - - Constructor - - - To be added. - To be added. - - - - - Constructor - - - System.Obsolete - - - - - - - Native type value. - Obsolete Protected Constructor. - Do not use. Replaced by which registers native types automatically. Subclasses should chain to the IntPtr constructor passing and call CreateNativeObject instead of using this constructor. This constructor is provided for backward compatibility if you have manually registered a native value for your subclass. - - - - - Constructor - - - - - Native object pointer. - Internal constructor - This is not typically used by C# code. Exposed primarily for use by language bindings to wrap native object instances. - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Event - - - GLib.Signal("changed") - - - - System.EventHandler - - - To be added. - To be added. - - - - - Method - - System.Void - - - - To be added. - To be added. - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Property - - GLib.List - - - To be added. - To be added. - To be added. - - - - - Property - - GLib.GType - - - GType Property. - The native value. - Returns the native value for . - - - - - Method - - System.Void - - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - Gtk.PrinterOption - - - - - - To be added. - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - Default handler for the event. - Override this method in a subclass to provide a default handler for the event. - - - - - Method - - System.Void - - - - - - To be added. - To be added. - To be added. - - - - - Printer option set class. - Not typically useful to user code. Exposed for use by managed PrintBackend implementations. - - - diff --git a/doc/en/Gtk/PrinterOptionSetFunc.xml b/doc/en/Gtk/PrinterOptionSetFunc.xml deleted file mode 100644 index 8cdb25a03..000000000 --- a/doc/en/Gtk/PrinterOptionSetFunc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - System.Void - - - Printer option. - Printer option setting callback delegate. - Used only be backend code. Exposed for use by managed backend implementations. - - - diff --git a/doc/en/Gtk/PrinterOptionType.xml b/doc/en/Gtk/PrinterOptionType.xml deleted file mode 100644 index d92923239..000000000 --- a/doc/en/Gtk/PrinterOptionType.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Enum - - - - - Field - - Gtk.PrinterOptionType - - - Alternative option. - - - - - Field - - Gtk.PrinterOptionType - - - A true/false option. - - - - - Field - - Gtk.PrinterOptionType - - - File save option. - - - - - Field - - Gtk.PrinterOptionType - - - A list option. - - - - - Field - - Gtk.PrinterOptionType - - - String option. - - - - - Field - - Gtk.PrinterOptionType - - - To be added. - - - - - - Field - - Gtk.PrinterOptionType - - - To be added. - - - - - - Field - - Gtk.PrinterOptionType - - - To be added. - - - - - - Field - - Gtk.PrinterOptionType - - - To be added. - - - - - - Field - - Gtk.PrinterOptionType - - - To be added. - - - - - - PrinterOptionType enumeration. - - - - diff --git a/doc/en/Gtk/PrinterOptionWidget.xml b/doc/en/Gtk/PrinterOptionWidget.xml deleted file mode 100644 index 4cb2f894d..000000000 --- a/doc/en/Gtk/PrinterOptionWidget.xml +++ /dev/null @@ -1,152 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - Gtk.HBox - - - - - - Constructor - - - System.Obsolete - - - - - - - To be added. - To be added. - To be added. - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Constructor - - - - - To be added. - To be added. - To be added. - - - - - Event - - - GLib.Signal("changed") - - - - System.EventHandler - - - To be added. - To be added. - - - - - Property - - Gtk.Widget - - - To be added. - To be added. - To be added. - - - - - Property - - GLib.GType - - - To be added. - To be added. - To be added. - - - - - Property - - System.Boolean - - - To be added. - To be added. - To be added. - - - - - Method - - System.Void - - - - To be added. - To be added. - - - - - Property - - - GLib.Property("source") - - - - Gtk.PrinterOption - - - To be added. - To be added. - To be added. - - - - - Property - - System.String - - - To be added. - To be added. - To be added. - - - - - To be added. - To be added. - - - diff --git a/doc/en/Gtk/PrinterRemovedArgs.xml b/doc/en/Gtk/PrinterRemovedArgs.xml deleted file mode 100644 index 127e0fe6d..000000000 --- a/doc/en/Gtk/PrinterRemovedArgs.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - GLib.SignalArgs - - - - - - Constructor - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.Printer - - - The removed printer. - A . - - - - - - Event data. - - The event invokes delegates which pass event data via this class. - - - - diff --git a/doc/en/Gtk/PrinterRemovedHandler.xml b/doc/en/Gtk/PrinterRemovedHandler.xml deleted file mode 100644 index 60a422734..000000000 --- a/doc/en/Gtk/PrinterRemovedHandler.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - - System.Void - - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the PrinterRemovedHandler instance to the event. The methods referenced by the PrinterRemovedHandler instance are invoked whenever the event is raised, until the PrinterRemovedHandler is removed from the event. - - - - diff --git a/doc/en/Gtk/PrinterStatusChangedArgs.xml b/doc/en/Gtk/PrinterStatusChangedArgs.xml deleted file mode 100644 index bf8679b18..000000000 --- a/doc/en/Gtk/PrinterStatusChangedArgs.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - GLib.SignalArgs - - - - - - Constructor - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.Printer - - - The updated printer. - A . - - - - - - Event data. - - The event invokes delegates which pass event data via this class. - - - - diff --git a/doc/en/Gtk/PrinterStatusChangedHandler.xml b/doc/en/Gtk/PrinterStatusChangedHandler.xml deleted file mode 100644 index ccfb5a5e9..000000000 --- a/doc/en/Gtk/PrinterStatusChangedHandler.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - - System.Delegate - - - - - - - System.Void - - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the PrinterStatusChangedHandler instance to the event. The methods referenced by the PrinterStatusChangedHandler instance are invoked whenever the event is raised, until the PrinterStatusChangedHandler is removed from the event. - - - - diff --git a/doc/en/Gtk/ProgressBar.xml b/doc/en/Gtk/ProgressBar.xml index 3d8dd858b..2f7f7fe35 100644 --- a/doc/en/Gtk/ProgressBar.xml +++ b/doc/en/Gtk/ProgressBar.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/ProgressBarOrientation.xml b/doc/en/Gtk/ProgressBarOrientation.xml deleted file mode 100644 index 4792c6c70..000000000 --- a/doc/en/Gtk/ProgressBarOrientation.xml +++ /dev/null @@ -1,72 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - An enumeration representing possible orientations and growth directions for the visible . - An enumeration representing possible orientations and growth directions for the visible . - - - System.Enum - - - - GLib.GType(typeof(Gtk.ProgressBarOrientationGType)) - - - - - - Field - - Gtk.ProgressBarOrientation - - - - A horizontal growing from left to right. - A horizontal growing from left to right. - - - - - Field - - Gtk.ProgressBarOrientation - - - - A horizontal growing from right to left. - A horizontal growing from right to left. - - - - - Field - - Gtk.ProgressBarOrientation - - - - A vertical growing from bottom to top. - A vertical growing from bottom to top. - - - - - Field - - Gtk.ProgressBarOrientation - - - - A vertical growing from top to bottom. - A vertical growing from top to bottom. - - - - diff --git a/doc/en/Gtk/ProgressBarStyle.xml b/doc/en/Gtk/ProgressBarStyle.xml deleted file mode 100644 index ea156b500..000000000 --- a/doc/en/Gtk/ProgressBarStyle.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - An enumeration representing the styles for drawing the . - An enumeration representing the styles for drawing the . - - - System.Enum - - - - GLib.GType(typeof(Gtk.ProgressBarStyleGType)) - - - - - - Field - - Gtk.ProgressBarStyle - - - - The grows in a smooth, continuous manner. - The grows in a smooth, continuous manner. - - - - - Field - - Gtk.ProgressBarStyle - - - - The grows in discrete, visible blocks. - The grows in discrete, visible blocks. - - - - diff --git a/doc/en/Gtk/Quit.xml b/doc/en/Gtk/Quit.xml deleted file mode 100644 index ca4c9db22..000000000 --- a/doc/en/Gtk/Quit.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Object to encapsulate code for running at the end of program execution. - - - - - System.Object - - - - - - Method - - System.Void - - - - - - Removes a quit handler by its identifier. - a - - - - - - - Method - - System.UInt32 - - - - - - - Registers a function to be called when an instance of the mainloop is left. - a - a - a - - - - - - - Method - - System.UInt32 - - - - - - - - - - Registers a function to be called when an instance of the mainloop is left. - a - a - a - a - a - a - - In comparison to this function adds the possibility to pass a marshaller and a function to be called when the quit handler is freed. - The former can be used to run interpreted code instead of a compiled function while the latter can be used to free the information stored in data. - - - - - - Method - - System.Void - - - - - - Removes a quit handler identified by its field. - a - - - - - - - Method - - System.Void - - - - - - - Trigger destruction of in case the mainloop at level is quit. - a - a - - - - - - - Constructor - - - - Default Constructor - - - - - - diff --git a/doc/en/Gtk/RadioAction.xml b/doc/en/Gtk/RadioAction.xml index 14f331ff5..4bc3e265e 100644 --- a/doc/en/Gtk/RadioAction.xml +++ b/doc/en/Gtk/RadioAction.xml @@ -96,8 +96,8 @@ - - + + Property @@ -105,7 +105,7 @@ - GLib.SList + Gtk.RadioAction[] diff --git a/doc/en/Gtk/RadioButton.xml b/doc/en/Gtk/RadioButton.xml index b0114b6da..bc052cf9a 100644 --- a/doc/en/Gtk/RadioButton.xml +++ b/doc/en/Gtk/RadioButton.xml @@ -93,11 +93,16 @@ - - + + Property + + + GLib.Property("group") + + - GLib.SList + Gtk.RadioButton[] diff --git a/doc/en/Gtk/RadioMenuItem.xml b/doc/en/Gtk/RadioMenuItem.xml index 8930cea09..cbeed0146 100644 --- a/doc/en/Gtk/RadioMenuItem.xml +++ b/doc/en/Gtk/RadioMenuItem.xml @@ -63,22 +63,6 @@ - - - - Constructor - - - - - - - A , the group this item belongs to - A , this item's label. - Constructor - - - @@ -99,9 +83,25 @@ + + + + Constructor + + + + + + To be added. + To be added. + To be added. + To be added. + + + - - + + Property @@ -109,7 +109,7 @@ - GLib.SList + Gtk.RadioMenuItem[] diff --git a/doc/en/Gtk/RadioToolButton.xml b/doc/en/Gtk/RadioToolButton.xml index f05181db3..cebddce25 100644 --- a/doc/en/Gtk/RadioToolButton.xml +++ b/doc/en/Gtk/RadioToolButton.xml @@ -18,23 +18,6 @@ - - - - Constructor - - - - - - a , an existing - radio button group, or if you are creating - a new group - Constructor with support for button groups. - - - - @@ -50,6 +33,20 @@ + + + + Constructor + + + + + To be added. + To be added. + To be added. + + + @@ -65,26 +62,6 @@ - - - - Constructor - - - - - - - a , an existing - radio button group, or if you are creating - a new group - a , the ID - for a stock item to use for an icon and label. - Constructor for stock buttons with groups. - - - - @@ -102,9 +79,25 @@ + + + + Constructor + + + + + + To be added. + To be added. + To be added. + To be added. + + + - - + + Property @@ -112,7 +105,7 @@ - GLib.SList + Gtk.RadioToolButton[] diff --git a/doc/en/Gtk/RecentAction.xml b/doc/en/Gtk/RecentAction.xml index be53e99fe..7514a1af2 100644 --- a/doc/en/Gtk/RecentAction.xml +++ b/doc/en/Gtk/RecentAction.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.RecentChooser + Gtk.IRecentChooser @@ -141,11 +141,11 @@ - - + + Method - System.String + System.String[] @@ -155,6 +155,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentChooserAdapter.xml b/doc/en/Gtk/RecentChooserAdapter.xml index 23acd1530..6a29400f7 100644 --- a/doc/en/Gtk/RecentChooserAdapter.xml +++ b/doc/en/Gtk/RecentChooserAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.RecentChooser + Gtk.IRecentChooser @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -142,11 +143,11 @@ - - + + Method - Gtk.RecentChooser + Gtk.IRecentChooser @@ -160,11 +161,11 @@ - - + + Method - Gtk.RecentChooser + Gtk.IRecentChooser @@ -176,14 +177,15 @@ To be added. To be added. To be added. + - - + + Method - System.String + System.String[] @@ -193,11 +195,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -224,11 +241,11 @@ - - + + Property - Gtk.RecentChooserImplementor + Gtk.IRecentChooserImplementor To be added. diff --git a/doc/en/Gtk/RecentChooserDefault.xml b/doc/en/Gtk/RecentChooserDefault.xml index f9f25c7c8..25ff06b45 100644 --- a/doc/en/Gtk/RecentChooserDefault.xml +++ b/doc/en/Gtk/RecentChooserDefault.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,10 +9,10 @@ - Gtk.Activatable + Gtk.IActivatable - Gtk.RecentChooser + Gtk.IRecentChooser @@ -131,11 +131,11 @@ - - + + Method - System.String + System.String[] @@ -145,6 +145,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentChooserDialog.xml b/doc/en/Gtk/RecentChooserDialog.xml index 4fa36fd9e..7f7dc00fb 100644 --- a/doc/en/Gtk/RecentChooserDialog.xml +++ b/doc/en/Gtk/RecentChooserDialog.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.RecentChooser + Gtk.IRecentChooser @@ -111,11 +111,11 @@ - - + + Method - System.String + System.String[] @@ -125,6 +125,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentChooserMenu.xml b/doc/en/Gtk/RecentChooserMenu.xml index 90fe06079..f72e6a0a8 100644 --- a/doc/en/Gtk/RecentChooserMenu.xml +++ b/doc/en/Gtk/RecentChooserMenu.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,10 +9,10 @@ - Gtk.Activatable + Gtk.IActivatable - Gtk.RecentChooser + Gtk.IRecentChooser @@ -144,11 +144,11 @@ - - + + Method - System.String + System.String[] @@ -158,6 +158,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentChooserWidget.xml b/doc/en/Gtk/RecentChooserWidget.xml index a53c8b4be..d523ca5b1 100644 --- a/doc/en/Gtk/RecentChooserWidget.xml +++ b/doc/en/Gtk/RecentChooserWidget.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.RecentChooser + Gtk.IRecentChooser @@ -124,11 +124,11 @@ - - + + Method - System.String + System.String[] @@ -138,6 +138,7 @@ To be added. To be added. To be added. + diff --git a/doc/en/Gtk/RecentInfo.xml b/doc/en/Gtk/RecentInfo.xml index 3d78b9bb1..049379a2a 100644 --- a/doc/en/Gtk/RecentInfo.xml +++ b/doc/en/Gtk/RecentInfo.xml @@ -54,11 +54,11 @@ - - + + Method - GLib.AppInfo + GLib.IAppInfo @@ -201,11 +201,11 @@ - - + + Property - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/Gtk/RedirectArgs.xml b/doc/en/Gtk/RedirectArgs.xml deleted file mode 100644 index f496fc0c3..000000000 --- a/doc/en/Gtk/RedirectArgs.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.Int32 - - - Number of seconds to wait before the redirect. - A - - - - - - Property - - System.String - - - The URL being redirected to. - A - - - - - diff --git a/doc/en/Gtk/RedirectHandler.xml b/doc/en/Gtk/RedirectHandler.xml deleted file mode 100644 index 0994a13c4..000000000 --- a/doc/en/Gtk/RedirectHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the RedirectHandler instance to the event. The methods referenced by the RedirectHandler instance are invoked whenever the event is raised, until the RedirectHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/RemoveEditableArgs.xml b/doc/en/Gtk/RemoveEditableArgs.xml index b10dc8d36..34fe8e617 100644 --- a/doc/en/Gtk/RemoveEditableArgs.xml +++ b/doc/en/Gtk/RemoveEditableArgs.xml @@ -40,11 +40,11 @@ - - + + Property - Gtk.CellEditable + Gtk.ICellEditable To be added. diff --git a/doc/en/Gtk/Ruler.xml b/doc/en/Gtk/Ruler.xml deleted file mode 100644 index 5a2d32a91..000000000 --- a/doc/en/Gtk/Ruler.xml +++ /dev/null @@ -1,244 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A base class for ruler widgets. - - The Ruler widget is a base class for horizontal and vertical rulers. Rulers are used to show the mouse pointer's location in a window. Within the ruler a small triangle indicates the location of the mouse relative to the horizontal or vertical ruler. Concrete classes are and for horizontal and vertical rulers, respectively. - With this class, you can adjust the unit type and the range of values that a ruler displays. - Note:- This widget is considered too specialized for GTK+, and will likely be moved to some other package in the future. - - - - Gtk.Widget - - - - - - - Method - - System.Void - - - - Draws tickmarks on the ruler. - - - - - - Method - - System.Void - - - - Draws the mouse position mark on the ruler. - - - - - - Method - - System.Void - - - - - - - - - Sets the range information. - The lower value to display on the Ruler. - The upper value to display on the Ruler. - The current position of the mouse aligned with this Ruler. - A , the maximum size of the ruler. - - - - - - Method - - System.Void - - - - - - - - - Gets the range information. - A for the lower value to display on the Ruler. - A for the upper value to display on the Ruler. - A for the current position of the mouse aligned with this Ruler. - A , the maximum size of the ruler. - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Property - - Gtk.MetricType - - - - - Manage the measurement unit that is displayed. - The current units in use. - - If this property is not explicitly set, the default for a ruler is . - - - - - GLib.Property("metric") - - - - - - Property - - System.Double - - - - - The upper value to display on the ruler. - A - - - - - GLib.Property("upper") - - - - - - Property - - System.Double - - - - - The position of the mouse mark on the ruler. - A - - - - - GLib.Property("position") - - - - - - Property - - System.Double - - - - - The maximum size of the ruler. - A - - - - - GLib.Property("max-size") - - - - - - Property - - System.Double - - - - - The lower limit of the ruler. - A - - - - - GLib.Property("lower") - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Constructor - - - - Protected constructor. - - - - - diff --git a/doc/en/Gtk/RulerMetric.xml b/doc/en/Gtk/RulerMetric.xml deleted file mode 100644 index 8521c69b3..000000000 --- a/doc/en/Gtk/RulerMetric.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Information about measurement units on objects. - - - - System.ValueType - - - - - - Field - - Gtk.RulerMetric - - - - An empty/default RulerMetric. - - - - - - Method - - Gtk.RulerMetric - - - - - - Default constructor. - A , pointer to the underlying C object. - A - For internal use only. - - - - - Field - - System.String - - - - - The name of the units this ruler measures: one of Pixels, Inches, or Centimeters. - - - - - - Field - - System.String - - - - - The abbreviations for this metric's units: "Pi" for pixels, "In" for inches, "Cn" for centimeters. - "Cn" isn't a typo; that's how it's defined in Gtk+. See bugzilla.gnome.org bug 151944. - - - - - Field - - System.Double - - - - - The conversion factor between pixels and the given unit for the ruler. - - - - - - Field - - System.Double[] - - - - - An array of possible scales for the ruler, dependent on the units chosen. - - - - - - Field - - System.Int32[] - - - - - How many sub-units to break up each ruler unit into. - - - - - diff --git a/doc/en/Gtk/ScaleButton.xml b/doc/en/Gtk/ScaleButton.xml index 04bef3bfe..6c1386687 100644 --- a/doc/en/Gtk/ScaleButton.xml +++ b/doc/en/Gtk/ScaleButton.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/ScrollAdjustmentsSetArgs.xml b/doc/en/Gtk/ScrollAdjustmentsSetArgs.xml deleted file mode 100644 index 44ea0f8fc..000000000 --- a/doc/en/Gtk/ScrollAdjustmentsSetArgs.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The following events invoke delegates which pass event data via this class: - - - - - - - - - - - - - - - - - - - - - - - - - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.Adjustment - - - The vertical adjustment for the scrolling event. - a - - - - - - Property - - Gtk.Adjustment - - - The horizontal adjustment for the scrolling event. - a - - - - - diff --git a/doc/en/Gtk/ScrollAdjustmentsSetHandler.xml b/doc/en/Gtk/ScrollAdjustmentsSetHandler.xml deleted file mode 100644 index ee14b4a65..000000000 --- a/doc/en/Gtk/ScrollAdjustmentsSetHandler.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The following events utilize this delegate: - - - - - - - - - - - - - - - - - - - - - - - - - Event data is passed via the parameter. - To attach a to an event, add the ScrollAdjustmentsSetHandler instance to the event. The methods referenced by the ScrollAdjustmentsSetHandler instance are invoked whenever the event is raised, until the ScrollAdjustmentsSetHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/ScrollArgs.xml b/doc/en/Gtk/ScrollArgs.xml deleted file mode 100644 index c16d27e54..000000000 --- a/doc/en/Gtk/ScrollArgs.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.Single - - - The position of the scroller. - a - - - - - - Property - - Gtk.ScrollType - - - What kind of scrolling happened in this event. - A - - - - - - Property - - Gtk.Orientation - - - The orientation of the scroller in question, horizontal or vertical. - A - - - - - diff --git a/doc/en/Gtk/ScrollHandler.xml b/doc/en/Gtk/ScrollHandler.xml deleted file mode 100644 index dacf279d5..000000000 --- a/doc/en/Gtk/ScrollHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the ScrollHandler instance to the event. The methods referenced by the ScrollHandler instance are invoked whenever the event is raised, until the ScrollHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/ScrollableAdapter.xml b/doc/en/Gtk/ScrollableAdapter.xml index cce15f396..4f88ea89a 100644 --- a/doc/en/Gtk/ScrollableAdapter.xml +++ b/doc/en/Gtk/ScrollableAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.Scrollable + Gtk.IScrollable @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -61,11 +61,11 @@ - - + + Method - Gtk.Scrollable + Gtk.IScrollable @@ -79,11 +79,11 @@ - - + + Method - Gtk.Scrollable + Gtk.IScrollable @@ -98,9 +98,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -165,11 +179,11 @@ - - + + Property - Gtk.ScrollableImplementor + Gtk.IScrollableImplementor To be added. diff --git a/doc/en/Gtk/Separator.xml b/doc/en/Gtk/Separator.xml index b1185c4dc..6fe695fce 100644 --- a/doc/en/Gtk/Separator.xml +++ b/doc/en/Gtk/Separator.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Orientable + Gtk.IOrientable diff --git a/doc/en/Gtk/SetBaseArgs.xml b/doc/en/Gtk/SetBaseArgs.xml deleted file mode 100644 index a44faaea3..000000000 --- a/doc/en/Gtk/SetBaseArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.String - - - The base URL for this HTML widget. - A . - - - - - diff --git a/doc/en/Gtk/SetBaseHandler.xml b/doc/en/Gtk/SetBaseHandler.xml deleted file mode 100644 index c39416c2f..000000000 --- a/doc/en/Gtk/SetBaseHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the SetBaseHandler instance to the event. The methods referenced by the SetBaseHandler instance are invoked whenever the event is raised, until the SetBaseHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/SetBaseTargetArgs.xml b/doc/en/Gtk/SetBaseTargetArgs.xml deleted file mode 100644 index ba3d80a7c..000000000 --- a/doc/en/Gtk/SetBaseTargetArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.String - - - The base target URL being set. - A - - - - - diff --git a/doc/en/Gtk/SetBaseTargetHandler.xml b/doc/en/Gtk/SetBaseTargetHandler.xml deleted file mode 100644 index 807ba346e..000000000 --- a/doc/en/Gtk/SetBaseTargetHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the SetBaseTargetHandler instance to the event. The methods referenced by the SetBaseTargetHandler instance are invoked whenever the event is raised, until the SetBaseTargetHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Settings.xml b/doc/en/Gtk/Settings.xml index c12d8caa6..07a3f0dd7 100644 --- a/doc/en/Gtk/Settings.xml +++ b/doc/en/Gtk/Settings.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.StyleProvider + Gtk.IStyleProvider diff --git a/doc/en/Gtk/SideType.xml b/doc/en/Gtk/SideType.xml deleted file mode 100644 index 2dc759ea9..000000000 --- a/doc/en/Gtk/SideType.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Gtk.SideType is deprecated and should not be used in newly-written code. - - - - - - System.Enum - - - - GLib.GType(typeof(Gtk.SideTypeGType)) - - - - - - Field - - Gtk.SideType - - - - - SideTop - - - - - - - Field - - Gtk.SideType - - - - - SideBottom - - - - - - - Field - - Gtk.SideType - - - - - SideLeft - - - - - - - Field - - Gtk.SideType - - - - - SideRight - - - - - - diff --git a/doc/en/Gtk/SignalFunc.xml b/doc/en/Gtk/SignalFunc.xml deleted file mode 100644 index 2e213106e..000000000 --- a/doc/en/Gtk/SignalFunc.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Deprecated. Do not use. - - - - - System.Delegate - - - - - - System.Void - - diff --git a/doc/en/Gtk/SizeRequestedArgs.xml b/doc/en/Gtk/SizeRequestedArgs.xml deleted file mode 100644 index e4ee95f1e..000000000 --- a/doc/en/Gtk/SizeRequestedArgs.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.Requisition - - - - The width and height this widget would like to have. - A - - - Requisition req = args.Requisition; -req.Width = 100; -req.Height = 200; - -// NB: You must assign the value back to args.Requisition -args.Requisition = req; - - - - - - diff --git a/doc/en/Gtk/SizeRequestedHandler.xml b/doc/en/Gtk/SizeRequestedHandler.xml deleted file mode 100644 index a2461bde5..000000000 --- a/doc/en/Gtk/SizeRequestedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the SizeRequestedHandler instance to the event. The methods referenced by the SizeRequestedHandler instance are invoked whenever the event is raised, until the SizeRequestedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/StatusIcon.xml b/doc/en/Gtk/StatusIcon.xml index 7341ee68b..2bbde6043 100644 --- a/doc/en/Gtk/StatusIcon.xml +++ b/doc/en/Gtk/StatusIcon.xml @@ -38,11 +38,11 @@ - - + + Constructor - + To be added. @@ -321,8 +321,8 @@ - - + + Property @@ -330,7 +330,7 @@ - GLib.Icon + GLib.IIcon To be added. diff --git a/doc/en/Gtk/Style.xml b/doc/en/Gtk/Style.xml index ef9e9fca1..d3a6e5c44 100644 --- a/doc/en/Gtk/Style.xml +++ b/doc/en/Gtk/Style.xml @@ -12,6 +12,11 @@ + + + System.Obsolete("Replaced by StyleContext") + + Methods for drawing widget parts. diff --git a/doc/en/Gtk/StyleContext.xml b/doc/en/Gtk/StyleContext.xml index 175927b63..f0e73acfa 100644 --- a/doc/en/Gtk/StyleContext.xml +++ b/doc/en/Gtk/StyleContext.xml @@ -57,14 +57,14 @@ - - + + Method System.Void - + @@ -76,15 +76,15 @@ - - + + Method System.Void - + @@ -601,14 +601,14 @@ - - + + Method System.Void - + To be added. @@ -618,15 +618,15 @@ - - + + Method System.Void - + To be added. diff --git a/doc/en/Gtk/StyleProperties.xml b/doc/en/Gtk/StyleProperties.xml index 6b770931d..8ab654a93 100644 --- a/doc/en/Gtk/StyleProperties.xml +++ b/doc/en/Gtk/StyleProperties.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.StyleProvider + Gtk.IStyleProvider diff --git a/doc/en/Gtk/StyleProviderAdapter.xml b/doc/en/Gtk/StyleProviderAdapter.xml index 26d911f7f..2bf1e805c 100644 --- a/doc/en/Gtk/StyleProviderAdapter.xml +++ b/doc/en/Gtk/StyleProviderAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.StyleProvider + Gtk.IStyleProvider @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -79,11 +79,11 @@ - - + + Method - Gtk.StyleProvider + Gtk.IStyleProvider @@ -97,11 +97,11 @@ - - + + Method - Gtk.StyleProvider + Gtk.IStyleProvider @@ -158,9 +158,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -187,11 +201,11 @@ - - + + Property - Gtk.StyleProviderImplementor + Gtk.IStyleProviderImplementor To be added. diff --git a/doc/en/Gtk/SubmenuDirection.xml b/doc/en/Gtk/SubmenuDirection.xml deleted file mode 100644 index 59cfdee03..000000000 --- a/doc/en/Gtk/SubmenuDirection.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration for direction of submenus. - - - - - System.Enum - - - - GLib.GType(typeof(Gtk.SubmenuDirectionGType)) - - - - - - Field - - Gtk.SubmenuDirection - - - - - Left direction. - - - - - - Field - - Gtk.SubmenuDirection - - - - - Right direction. - - - - - diff --git a/doc/en/Gtk/SubmenuPlacement.xml b/doc/en/Gtk/SubmenuPlacement.xml deleted file mode 100644 index 2074ec44b..000000000 --- a/doc/en/Gtk/SubmenuPlacement.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Enumeration for placement of submenus. - - - - - System.Enum - - - - GLib.GType(typeof(Gtk.SubmenuPlacementGType)) - - - - - - Field - - Gtk.SubmenuPlacement - - - - - Place submenu top-to-bottom. - - - - - - Field - - Gtk.SubmenuPlacement - - - - - Place submenu left-to-right. - - - - - diff --git a/doc/en/Gtk/SubmitArgs.xml b/doc/en/Gtk/SubmitArgs.xml deleted file mode 100644 index e497c0883..000000000 --- a/doc/en/Gtk/SubmitArgs.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.String - - - The text encoding to use for submitting the form. - A - - - - - - Property - - System.String - - - The URL to submit the form data to. - A - - - - - - Property - - System.String - - - The HTTP method to use for submitting. - A - Usually GET, POST, or PUT. - - - - diff --git a/doc/en/Gtk/SubmitHandler.xml b/doc/en/Gtk/SubmitHandler.xml deleted file mode 100644 index ff07798c2..000000000 --- a/doc/en/Gtk/SubmitHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the SubmitHandler instance to the event. The methods referenced by the SubmitHandler instance are invoked whenever the event is raised, until the SubmitHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/Switch.xml b/doc/en/Gtk/Switch.xml index bcca2a891..34b6db590 100644 --- a/doc/en/Gtk/Switch.xml +++ b/doc/en/Gtk/Switch.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.Activatable + Gtk.IActivatable diff --git a/doc/en/Gtk/TargetPair.xml b/doc/en/Gtk/TargetPair.xml deleted file mode 100644 index 0e9e6228a..000000000 --- a/doc/en/Gtk/TargetPair.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Do not use. - - - - System.ValueType - - - - - - Field - - Gtk.TargetPair - - - - An empty target. - - - - - - Method - - Gtk.TargetPair - - - - - - Constructor for internal use only. - a , pointer to the underlying C structure. - a - - - - - - Property - - Gdk.Atom - - - - - Do not use. - a - - - - - System.Obsolete("Replaced by Target property.") - - - - - - Field - - System.UInt32 - - - - - Do not use. - - - - - - Field - - System.UInt32 - - - - - Do not use. - - - - - - Property - - Gdk.Atom - - - To be added. - To be added. - To be added. - - - - diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml index ffc2ef87a..8855e5608 100644 --- a/doc/en/Gtk/TextIter.xml +++ b/doc/en/Gtk/TextIter.xml @@ -599,9 +599,9 @@ You do not want to use this function to decide whether text can be inserted at i Word breaks are determined by Pango and should be correct for nearly any language (if not, the correct fix would be to the Pango word break algorithms). - - - + + + Method System.Boolean @@ -610,25 +610,7 @@ You do not want to use this function to decide whether text can be inserted at i - another - Tests whether two iterators are equal, using the fastest possible mechanism. - - if the iterators point to the same place in the buffer - This function is very fast; you can expect it to perform better than e.g. getting the character offset for each iterator and comparing the offsets yourself. Also, it's a bit faster than . - - - - - - Method - - System.Boolean - - - - - - To be added. + To be added. To be added. To be added. To be added. diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index 324c7d9f8..60abd56b3 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Scrollable + Gtk.IScrollable diff --git a/doc/en/Gtk/Timeout.xml b/doc/en/Gtk/Timeout.xml deleted file mode 100644 index 15de109ba..000000000 --- a/doc/en/Gtk/Timeout.xml +++ /dev/null @@ -1,97 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Registers a method to be called periodically. - - - - - System.Object - - - - - System.Obsolete("Replaced by GLib.Timeout") - - - - - - Method - - System.UInt32 - - - - - - - Registers a to be called periodically. - number of miliseconds between function calls - delegate that will be called until it return false - a - The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again. - - The first execution of the callback will only occur after the has elapsed. In other words, it won't be executed right away after calling . - - - - - - Method - - System.UInt32 - - - - - - - - - - Registers a to be called periodically. - a - a - a - a - a - a - The will be called repeatedly after milliseconds until it returns at which point the is destroyed and will not be called again. - - - - - Method - - System.Void - - - - - - Removes the given timeout destroying all information about it. - a - - - - - - - Constructor - - - - Internal Constructor - This should not be called directly by typical applications. - - - - diff --git a/doc/en/Gtk/TitleChangedArgs.xml b/doc/en/Gtk/TitleChangedArgs.xml deleted file mode 100644 index 91acd4959..000000000 --- a/doc/en/Gtk/TitleChangedArgs.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - System.String - - - Holds the new title for the window. - the new title. - - - - - diff --git a/doc/en/Gtk/TitleChangedHandler.xml b/doc/en/Gtk/TitleChangedHandler.xml deleted file mode 100644 index 2327e7a37..000000000 --- a/doc/en/Gtk/TitleChangedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the TitleChangedHandler instance to the event. The methods referenced by the TitleChangedHandler instance are invoked whenever the event is raised, until the TitleChangedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/ToolItem.xml b/doc/en/Gtk/ToolItem.xml index 6f4a1bcb1..85a5383a8 100644 --- a/doc/en/Gtk/ToolItem.xml +++ b/doc/en/Gtk/ToolItem.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,7 +11,7 @@ - Gtk.Activatable + Gtk.IActivatable diff --git a/doc/en/Gtk/ToolItemGroup.xml b/doc/en/Gtk/ToolItemGroup.xml index 869ab4e1a..10f498ae9 100644 --- a/doc/en/Gtk/ToolItemGroup.xml +++ b/doc/en/Gtk/ToolItemGroup.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.ToolShell + Gtk.IToolShell diff --git a/doc/en/Gtk/ToolPalette.xml b/doc/en/Gtk/ToolPalette.xml index fe6cf486c..58d9e46ba 100644 --- a/doc/en/Gtk/ToolPalette.xml +++ b/doc/en/Gtk/ToolPalette.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,10 +9,10 @@ - Gtk.Orientable + Gtk.IOrientable - Gtk.Scrollable + Gtk.IScrollable diff --git a/doc/en/Gtk/ToolShellAdapter.xml b/doc/en/Gtk/ToolShellAdapter.xml index cf299d8f7..262cbcada 100644 --- a/doc/en/Gtk/ToolShellAdapter.xml +++ b/doc/en/Gtk/ToolShellAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.ToolShell + Gtk.IToolShell @@ -33,11 +33,11 @@ - - + + Constructor - + To be added. @@ -75,11 +75,11 @@ - - + + Method - Gtk.ToolShell + Gtk.IToolShell @@ -93,11 +93,11 @@ - - + + Method - Gtk.ToolShell + Gtk.IToolShell @@ -112,9 +112,23 @@ + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -155,11 +169,11 @@ - - + + Property - Gtk.ToolShellImplementor + Gtk.IToolShellImplementor To be added. diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index 9445b5897..681a1e614 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,10 +12,10 @@ - Gtk.Orientable + Gtk.IOrientable - Gtk.ToolShell + Gtk.IToolShell @@ -170,9 +170,9 @@ - - - + + + Property Gtk.IconSize @@ -184,9 +184,9 @@ - - - + + + Property Gtk.Orientation @@ -198,9 +198,9 @@ - - - + + + Property Gtk.ReliefStyle @@ -212,9 +212,9 @@ - - - + + + Property Gtk.ToolbarStyle diff --git a/doc/en/Gtk/ToolbarChildType.xml b/doc/en/Gtk/ToolbarChildType.xml deleted file mode 100644 index 5df36abee..000000000 --- a/doc/en/Gtk/ToolbarChildType.xml +++ /dev/null @@ -1,90 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Set the type of new elements that are added to a . - - is used to set the type of new elements that are added to a . - - - System.Enum - - - - GLib.GType(typeof(Gtk.ToolbarChildTypeGType)) - - - - - - Field - - Gtk.ToolbarChildType - - - - - Add blank space to the toolbar. - - - - - - Field - - Gtk.ToolbarChildType - - - - - Add buttons to the toolbar. - - - - - - Field - - Gtk.ToolbarChildType - - - - - Add toggle buttons to the toolbar. - - - - - - Field - - Gtk.ToolbarChildType - - - - - Add radio buttons to the toolbar. - - - - - - Field - - Gtk.ToolbarChildType - - - - - Add widgets to the toolbar. - - - - - diff --git a/doc/en/Gtk/Tooltip.xml b/doc/en/Gtk/Tooltip.xml index c1020f815..01881084a 100644 --- a/doc/en/Gtk/Tooltip.xml +++ b/doc/en/Gtk/Tooltip.xml @@ -90,14 +90,14 @@ - - + + Method System.Void - + diff --git a/doc/en/Gtk/TooltipSetArgs.xml b/doc/en/Gtk/TooltipSetArgs.xml deleted file mode 100644 index f8106699f..000000000 --- a/doc/en/Gtk/TooltipSetArgs.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.Tooltips - - - - The tooltips group. - a - (XXX: should this be the entire tooltips group, or just the tooltip that was set?) - - - - - Property - - System.String - - - - The public tooltip text that was set. - a - - - - - - - Property - - System.String - - - - The private/detail tooltip text that was set. - a - - - - - - diff --git a/doc/en/Gtk/TooltipSetHandler.xml b/doc/en/Gtk/TooltipSetHandler.xml deleted file mode 100644 index 615c835da..000000000 --- a/doc/en/Gtk/TooltipSetHandler.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - gtk-sharp - [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event sender. - Event arguments. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the TooltipSetHandler instance to the event. The methods referenced by the TooltipSetHandler instance are invoked whenever the event is raised, until the TooltipSetHandler is removed from the event. - - - - - System.Delegate - - - - System.Void - - - - - - diff --git a/doc/en/Gtk/Tooltips.xml b/doc/en/Gtk/Tooltips.xml deleted file mode 100644 index c12b28430..000000000 --- a/doc/en/Gtk/Tooltips.xml +++ /dev/null @@ -1,231 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Add Tooltips to your widgets. - - Tooltips are the messages that appear next to a widget when the mouse pointer is held over it for a short amount of time. - They are especially helpful for adding more verbose descriptions of things such as in a toolbar. - An individual tooltip belongs to a group of tooltips. - A group is created by calling the constructor . - Every tooltip in the group can then be turned off with and on with . - To assign a tip to a particular , is used. - Note: Tooltips can only be set on widgets which have their own X window. - To add a tooltip to a that does not have its own , place the widget inside a and add a tooltip to that instead. - The default appearance of all tooltips in a program is determined by the current Gtk theme that the user has selected. - - -using Gtk; - -class ToolTipsExample -{ - static void Main() - { - - Application.Init(); - - Window win = new Window("Tooltips"); - Button load_button, save_button; - HBox hbox; - Tooltips button_bar_tips; - - button_bar_tips = new Tooltips (); - - // Create the buttons and pack them into a Gtk.HBox - hbox = new HBox (true, 2); - win.Add(hbox); - - load_button = new Button ("Load a file"); - hbox.Add(load_button); - - save_button = new Button ("Save a file"); - hbox.Add(save_button); - - // Add the tips - button_bar_tips.SetTip (load_button, - "Load a new document into this window", - "longer explanation"); - - button_bar_tips.SetTip (save_button, - "Saves the current document to a file", - "longer explanation"); - - win.ShowAll(); - Application.Run(); - } -} - - - - - - Gtk.Object - - - - - - - Method - - System.Void - - - - Allows the user to see your tooltips as they navigate your application. - Allows the user to see your tooltips as they navigate your application. - - - - - Method - - System.Void - - - - Causes all tooltips in the tooltips group to become inactive. - Causes all tooltips in the tooltips group to become inactive. - Any widgets that have tips associated with that group will no longer display their tips until they are enabled again with . - - - - - Method - - System.Void - - - - Ensures that the window used for displaying the given tooltip is created. - Ensures that the window used for displaying the given tooltip is created. - (Applications should never have to call this function, since Gtk# takes care of this.) - - - - - Method - - System.Void - - - - - - - - Adds a tooltip containing the specified message to the specified . - an object of type - an object of type - an object of type - Adds a tooltip containing the specified message to the specified . - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates an empty group of tooltips. - Creates an empty group of tooltips. This function initializes a structure. - Without at least one such structure, you can not add individual tips to your application. - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - - Property - - System.UInt32 - - - Number of milliseconds of mouse-hover before tooltips pop up. - a - - - - - - - - Method - - System.Boolean - - - - - - - - Determines the tooltips and the widget they belong - to from the window in which they are displayed. - a - a - a - a - This function is mostly intended for use by - accessibility technologies; applications should have little use for - it. - - - - - - - System.Obsolete - - - diff --git a/doc/en/Gtk/TooltipsData.xml b/doc/en/Gtk/TooltipsData.xml deleted file mode 100644 index 3e932f7bf..000000000 --- a/doc/en/Gtk/TooltipsData.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - The data needed for a object. - - - - - System.ValueType - - - - - - Field - - Gtk.TooltipsData - - - - A with default values. - - - - - - - Method - - Gtk.TooltipsData - - - - - - Gets the associated with . - an object of type - an object of type - - - - - - - Method - - Gtk.TooltipsData - - - - - - Creates a new TooltipsData object. - an object of type - an object of type - This is not typically used directly by applications. - - - - - Property - - Gtk.Widget - - - - - The that this is associated with. - an object of type - - - - - - System.Obsolete("Replaced by Widget property.") - - - - - - Property - - Gtk.Tooltips - - - - - Generates a Tooltips object out of this data. - an object of type - To be added. - - - - System.Obsolete("Replaced by Tooltips property.") - - - - - - Field - - System.String - - - - - A string containing the tooltip message. - - - - - - Field - - System.String - - - - - A string that is not shown as the default tooltip. - - - Instead, this message may be more informative and go towards forming a context-sensitive help system for your application. (FIXME: how to actually "switch on" private tips?) - - - - - - - Property - - Gtk.Tooltips - - - To be added. - To be added. - To be added. - - - - - Property - - Gtk.Widget - - - To be added. - To be added. - To be added. - - - - - - System.Obsolete - - - diff --git a/doc/en/Gtk/Tree.xml b/doc/en/Gtk/Tree.xml index 13c6a0621..9e3fd690c 100644 --- a/doc/en/Gtk/Tree.xml +++ b/doc/en/Gtk/Tree.xml @@ -35,46 +35,47 @@ - - + + Method System.Boolean - + - a - a - a - Gets row information from a Drag Selection. - a - - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + - - + + Method System.Boolean - + - a - a - a - Deprecated. - a - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/TreeCellDataFunc.xml b/doc/en/Gtk/TreeCellDataFunc.xml index 53d0003d7..be0ae12f7 100644 --- a/doc/en/Gtk/TreeCellDataFunc.xml +++ b/doc/en/Gtk/TreeCellDataFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -11,7 +11,7 @@ - + diff --git a/doc/en/Gtk/TreeDragDest.xml b/doc/en/Gtk/TreeDragDest.xml deleted file mode 100644 index 3c6c338df..000000000 --- a/doc/en/Gtk/TreeDragDest.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - gtk-sharp - - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - - GLib.IWrapper - - - - An interface to represent the rows of a tree when something is drag-and-dropped onto them. - - - - - - - Method - - System.Boolean - - - - - - - To be added. - a , the data to drop - - Asks the TreeDragDest to insert a row before the given , deriving the contents of the row from the given . - - A boolean for whether the row was dropped successfully. - If dest_path is outside the tree so that inserting before it is impossible, FALSE will be returned. Also, FALSE may be returned if the new row cannot be created for some model-specific reason. Should robustly handle a destination path no longer found in the model. - - - - - - Method - - System.Boolean - - - - - - - To be added. - a , the data to drop - - Determines whether a drop is possible before the given , at the same depth as . i.e., can we drop the data in at that location. does not have to exist; the return value will almost certainly be FALSE if the parent of doesn't exist, though. - - A boolean for whether the drop is possible. - - - - - diff --git a/doc/en/Gtk/TreeDragDestAdapter.xml b/doc/en/Gtk/TreeDragDestAdapter.xml index f06e3964f..74567e699 100644 --- a/doc/en/Gtk/TreeDragDestAdapter.xml +++ b/doc/en/Gtk/TreeDragDestAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.TreeDragDest + Gtk.ITreeDragDest @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -78,11 +79,11 @@ - - + + Method - Gtk.TreeDragDest + Gtk.ITreeDragDest @@ -96,11 +97,11 @@ - - + + Method - Gtk.TreeDragDest + Gtk.ITreeDragDest @@ -112,11 +113,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -143,11 +159,11 @@ - - + + Property - Gtk.TreeDragDestImplementor + Gtk.ITreeDragDestImplementor To be added. diff --git a/doc/en/Gtk/TreeDragSourceAdapter.xml b/doc/en/Gtk/TreeDragSourceAdapter.xml index 06ee25194..9275d9e48 100644 --- a/doc/en/Gtk/TreeDragSourceAdapter.xml +++ b/doc/en/Gtk/TreeDragSourceAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.TreeDragSource + Gtk.ITreeDragSource @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -95,11 +96,11 @@ - - + + Method - Gtk.TreeDragSource + Gtk.ITreeDragSource @@ -113,11 +114,11 @@ - - + + Method - Gtk.TreeDragSource + Gtk.ITreeDragSource @@ -129,11 +130,26 @@ To be added. To be added. To be added. + + + + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + - - + + Property GLib.GType @@ -160,11 +176,11 @@ - - + + Property - Gtk.TreeDragSourceImplementor + Gtk.ITreeDragSourceImplementor To be added. diff --git a/doc/en/Gtk/TreeIterCompareFunc.xml b/doc/en/Gtk/TreeIterCompareFunc.xml index 75c90d960..4878c58cd 100644 --- a/doc/en/Gtk/TreeIterCompareFunc.xml +++ b/doc/en/Gtk/TreeIterCompareFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -9,7 +9,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeMenu.xml b/doc/en/Gtk/TreeMenu.xml index 5ef4f5355..e768a945f 100644 --- a/doc/en/Gtk/TreeMenu.xml +++ b/doc/en/Gtk/TreeMenu.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -9,7 +9,7 @@ - Gtk.CellLayout + Gtk.ICellLayout @@ -180,8 +180,8 @@ - - + + Property @@ -189,7 +189,7 @@ - Gtk.TreeModel + Gtk.ITreeModel To be added. diff --git a/doc/en/Gtk/TreeMenuHeaderFunc.xml b/doc/en/Gtk/TreeMenuHeaderFunc.xml index 7b2186ca2..6668833e9 100644 --- a/doc/en/Gtk/TreeMenuHeaderFunc.xml +++ b/doc/en/Gtk/TreeMenuHeaderFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -8,7 +8,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeModelAdapter.xml b/doc/en/Gtk/TreeModelAdapter.xml index 17dd8cb07..d80527aeb 100644 --- a/doc/en/Gtk/TreeModelAdapter.xml +++ b/doc/en/Gtk/TreeModelAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.TreeModel + Gtk.ITreeModel @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -251,11 +252,11 @@ - - + + Method - Gtk.TreeModel + Gtk.ITreeModel @@ -269,11 +270,11 @@ - - + + Method - Gtk.TreeModel + Gtk.ITreeModel @@ -285,6 +286,7 @@ To be added. To be added. To be added. + @@ -378,9 +380,23 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -407,11 +423,11 @@ - - + + Property - Gtk.TreeModelImplementor + Gtk.ITreeModelImplementor To be added. diff --git a/doc/en/Gtk/TreeModelFilter.xml b/doc/en/Gtk/TreeModelFilter.xml index 950e5f03d..1a6cd888d 100644 --- a/doc/en/Gtk/TreeModelFilter.xml +++ b/doc/en/Gtk/TreeModelFilter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp [00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4] @@ -11,10 +11,10 @@ - Gtk.TreeDragSource + Gtk.ITreeDragSource - Gtk.TreeModel + Gtk.ITreeModel @@ -111,24 +111,24 @@ public class MyWindow : Window - - + + Constructor - - + - a , the model this object is to filter - a , the node to use as the model's root node, pass null to use the entire child tree model. - Constructor - + To be added. + To be added. + To be added. + To be added. + - - + + Property @@ -136,7 +136,7 @@ public class MyWindow : Window - Gtk.TreeModel + Gtk.ITreeModel @@ -762,11 +762,11 @@ public class MyWindow : Window - - + + Property - Gtk.TreeModel + Gtk.ITreeModel @@ -790,8 +790,8 @@ public class MyWindow : Window - - + + Method @@ -802,7 +802,7 @@ public class MyWindow : Window System.Void - + @@ -963,8 +963,8 @@ public class MyWindow : Window - - + + Method @@ -975,7 +975,7 @@ public class MyWindow : Window System.Boolean - + diff --git a/doc/en/Gtk/TreeModelFilterModifyFunc.xml b/doc/en/Gtk/TreeModelFilterModifyFunc.xml index 589c6c43c..70c456d14 100644 --- a/doc/en/Gtk/TreeModelFilterModifyFunc.xml +++ b/doc/en/Gtk/TreeModelFilterModifyFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -10,7 +10,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeModelFilterVisibleFunc.xml b/doc/en/Gtk/TreeModelFilterVisibleFunc.xml index 43f49c192..f8847fde5 100644 --- a/doc/en/Gtk/TreeModelFilterVisibleFunc.xml +++ b/doc/en/Gtk/TreeModelFilterVisibleFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -10,7 +10,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeModelForeachFunc.xml b/doc/en/Gtk/TreeModelForeachFunc.xml index bf880a90e..19436fd69 100644 --- a/doc/en/Gtk/TreeModelForeachFunc.xml +++ b/doc/en/Gtk/TreeModelForeachFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -9,7 +9,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index c7f83edf5..ac771cd95 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,13 +12,13 @@ - Gtk.TreeDragSource + Gtk.ITreeDragSource - Gtk.TreeModel + Gtk.ITreeModel - Gtk.TreeSortable + Gtk.ITreeSortable @@ -27,17 +27,17 @@ - - + + Constructor - - + - A , the child model for the new object. - Constructor. - FIXME: needs more explanation. + To be added. + To be added. + To be added. + @@ -777,8 +777,8 @@ node is always the parent. - - + + Property @@ -786,7 +786,7 @@ node is always the parent. - Gtk.TreeModel + Gtk.ITreeModel diff --git a/doc/en/Gtk/TreeRowReference.xml b/doc/en/Gtk/TreeRowReference.xml index ff9a7ae2c..40be1f573 100644 --- a/doc/en/Gtk/TreeRowReference.xml +++ b/doc/en/Gtk/TreeRowReference.xml @@ -34,37 +34,37 @@ - - + + Constructor - - + - an object of type - an object of type - Do not use. - Do not use. + To be added. + To be added. + To be added. + To be added. + - - + + Constructor - - + - an object of type - an object of type - an object of type - Do not use. - Do not use. + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -181,11 +181,11 @@ - - + + Property - Gtk.TreeModel + Gtk.ITreeModel Do not use. diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index f03537f09..2deba277f 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -149,25 +149,23 @@ class Selection - - + + Method System.Boolean - + - A convenient accessor to the that this TreeSelection's is associated with. - The position that was selected. - Get information about the currently selected node. - - if a row was selected. - - This method will not work if the TreeSelection has been set to . In that case you should use . - + To be added. + To be added. + To be added. + To be added. + To be added. + @@ -186,20 +184,21 @@ class Selection - - + + Method Gtk.TreePath[] - + - The model the is bound to. - Returns an array of s representing the selected rows. - Selected rows in an array of s - + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/TreeSelectionForeachFunc.xml b/doc/en/Gtk/TreeSelectionForeachFunc.xml index a045ae98e..1e39dccab 100644 --- a/doc/en/Gtk/TreeSelectionForeachFunc.xml +++ b/doc/en/Gtk/TreeSelectionForeachFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -9,7 +9,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeSelectionFunc.xml b/doc/en/Gtk/TreeSelectionFunc.xml index e432a8883..481a3fef4 100644 --- a/doc/en/Gtk/TreeSelectionFunc.xml +++ b/doc/en/Gtk/TreeSelectionFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -10,7 +10,7 @@ - + diff --git a/doc/en/Gtk/TreeSortableAdapter.xml b/doc/en/Gtk/TreeSortableAdapter.xml index f97485246..82841ccb5 100644 --- a/doc/en/Gtk/TreeSortableAdapter.xml +++ b/doc/en/Gtk/TreeSortableAdapter.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ GLib.IWrapper - Gtk.TreeSortable + Gtk.ITreeSortable @@ -32,16 +32,17 @@ - - + + Constructor - + To be added. To be added. To be added. + @@ -85,11 +86,11 @@ - - + + Method - Gtk.TreeSortable + Gtk.ITreeSortable @@ -103,11 +104,11 @@ - - + + Method - Gtk.TreeSortable + Gtk.ITreeSortable @@ -119,6 +120,7 @@ To be added. To be added. To be added. + @@ -140,9 +142,23 @@ To be added. + + + + Property + + GLib.GType + + + To be added. + To be added. + To be added. + + + - - + + Property GLib.GType @@ -182,11 +198,11 @@ - - + + Property - Gtk.TreeSortableImplementor + Gtk.ITreeSortableImplementor To be added. diff --git a/doc/en/Gtk/TreeStore.xml b/doc/en/Gtk/TreeStore.xml index dc5c6b318..181c10f33 100644 --- a/doc/en/Gtk/TreeStore.xml +++ b/doc/en/Gtk/TreeStore.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,16 +12,16 @@ - Gtk.TreeDragDest + Gtk.ITreeDragDest - Gtk.TreeDragSource + Gtk.ITreeDragSource - Gtk.TreeModel + Gtk.ITreeModel - Gtk.TreeSortable + Gtk.ITreeSortable diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index 9e2cd38ca..ea570239f 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Scrollable + Gtk.IScrollable @@ -223,17 +223,17 @@ public class TreeViewDemo { - - + + Constructor - - + - an object of type - Creates a new object. - In this constructor the is set from . + To be added. + To be added. + To be added. + @@ -1155,17 +1155,17 @@ class MainClass - - + + Method System.Boolean - - + + - + @@ -1179,7 +1179,7 @@ class MainClass To be added. To be added. To be added. - + @@ -1497,8 +1497,8 @@ class MainClass - - + + Property @@ -1506,7 +1506,7 @@ class MainClass - Gtk.TreeModel + Gtk.ITreeModel diff --git a/doc/en/Gtk/TreeViewColumn.xml b/doc/en/Gtk/TreeViewColumn.xml index d0d27aba5..c8b5c428b 100644 --- a/doc/en/Gtk/TreeViewColumn.xml +++ b/doc/en/Gtk/TreeViewColumn.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.CellLayout + Gtk.ICellLayout @@ -256,20 +256,6 @@ - - - - Property - - Gtk.CellRenderer[] - - - - Returns a list of all the s in the column, in no particular order. - An array of s. - - - @@ -285,25 +271,26 @@ - - + + Method System.Void - + - an object of type - an object of type - an object of type - an object of type - Sets the cell renderer based on the and . - That is, for every attribute mapping in , it will get a value from the set column on the , and use that value to set the attribute on the cell renderer. This is used primarily by the . + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + diff --git a/doc/en/Gtk/TreeViewRowSeparatorFunc.xml b/doc/en/Gtk/TreeViewRowSeparatorFunc.xml index d2f50772a..7a19a5206 100644 --- a/doc/en/Gtk/TreeViewRowSeparatorFunc.xml +++ b/doc/en/Gtk/TreeViewRowSeparatorFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -10,7 +10,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/TreeViewSearchEqualFunc.xml b/doc/en/Gtk/TreeViewSearchEqualFunc.xml index 9074ec075..6383ff3c3 100644 --- a/doc/en/Gtk/TreeViewSearchEqualFunc.xml +++ b/doc/en/Gtk/TreeViewSearchEqualFunc.xml @@ -1,5 +1,5 @@ - + gtk-sharp @@ -9,7 +9,7 @@ System.Delegate - + diff --git a/doc/en/Gtk/UpdateType.xml b/doc/en/Gtk/UpdateType.xml deleted file mode 100644 index 33fd97245..000000000 --- a/doc/en/Gtk/UpdateType.xml +++ /dev/null @@ -1,64 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Provides a method of indicating how 'updates' should occur. - - The purpose of this type is most easily explained in the context of its use. , a base class for slider widgets such as , uses an UpdateType to determine how often to update a text value when the user is dragging a slider bar around. - - - - System.Enum - - - - GLib.GType(typeof(Gtk.UpdateTypeGType)) - - - - - - Field - - Gtk.UpdateType - - - - Indicates that updates should occur as soon as possible. - - - - - - Field - - Gtk.UpdateType - - - - Indicates that updates are not urgent. - - This typically indicates that a whole group of updates can be done at once when a user action has finished. - - - - - - Field - - Gtk.UpdateType - - - - Indicates that updates should happen as often as possible, but a delay between an action and its update, is allowed. - - - - - diff --git a/doc/en/Gtk/UrlRequestedArgs.xml b/doc/en/Gtk/UrlRequestedArgs.xml deleted file mode 100644 index 45d7358e1..000000000 --- a/doc/en/Gtk/UrlRequestedArgs.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - gtkhtml-sharp - - - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Event data. - - The event invokes delegates which pass event data via this class. - - - - GLib.SignalArgs - - - - - - Constructor - - - - Public Constructor. - Create a new instance with this constructor if you need to invoke a delegate. - - - - - Property - - Gtk.HTMLStream - - - An object for the HTML from the URL as it opens. - a - - - - - - Property - - System.String - - - The URL that was requested. - A string containing the URL. - - - - - diff --git a/doc/en/Gtk/UrlRequestedHandler.xml b/doc/en/Gtk/UrlRequestedHandler.xml deleted file mode 100644 index 34f6f4616..000000000 --- a/doc/en/Gtk/UrlRequestedHandler.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtkhtml-sharp - 3.16.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - Event handler. - - The event utilizes this delegate: - Event data is passed via the parameter. - To attach a to an event, add the UrlRequestedHandler instance to the event. The methods referenced by the UrlRequestedHandler instance are invoked whenever the event is raised, until the UrlRequestedHandler is removed from the event. - - - - System.Delegate - - - - - - - - System.Void - - diff --git a/doc/en/Gtk/VRuler.xml b/doc/en/Gtk/VRuler.xml deleted file mode 100644 index 3c3db8a13..000000000 --- a/doc/en/Gtk/VRuler.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - A vertical ruler. - - This ruler is used to show the vertical location of the mouse in the window and to display the vertical size of the window in the specified units. The available units of measurement are , and . The default is . - A vertical ruler is typically used along the left or right edge of another widget such as a . - Note:- This widget is considered too specialized for GTK+, and will likely be moved to some other package in the future. - - - - Gtk.Ruler - - - - - - - Constructor - - - - - - Internal constructor - Pointer to the C object. - - This is an internal constructor, and should not be used by user code. - - - - - - Constructor - - - - Creates a new vertical Ruler. - - - - - - Property - - GLib.GType - - - - GType Property. - a - Returns the native value for . - - - - - Constructor - - - - - - Protected Constructor. - a - Chain to this constructor if you have manually registered a native value for your subclass. - - - - System.Obsolete - - - - - diff --git a/doc/en/Gtk/Viewport.xml b/doc/en/Gtk/Viewport.xml index 81869249a..35e54a81b 100644 --- a/doc/en/Gtk/Viewport.xml +++ b/doc/en/Gtk/Viewport.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Gtk.Scrollable + Gtk.IScrollable diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index 34a0567e0..e10b377a3 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -1,6 +1,6 @@ - - + + gtk-sharp @@ -12,7 +12,7 @@ - Atk.Implementor + Atk.IImplementor @@ -397,28 +397,28 @@ Widgets are required to honor the size allocation they receive; a size request i that indicates if the widget can grab the default focus, using . - -When this property is set to true, the widget itself will reserve space to -draw the default if possible. + +When this property is set to true, the widget itself will reserve space to +draw the default if possible. - -If either the widget's property or -the 's property evaluates -to false, the property will return false. Otherwise, the - property will return its own value. + +If either the widget's property or +the 's property evaluates +to false, the property will return false. Otherwise, the + property will return its own value. - Typically, you'd like to set the default widget using - , but you must set the - property to true before you call it, in order to force the focus to be grabbed - into the widget. + Typically, you'd like to set the default widget using + , but you must set the + property to true before you call it, in order to force the focus to be grabbed + into the widget. - - When certain conditions are met and the user press Enter, the default - widget will be focused. Conditions: the property is set - to true, the has been called and - the containing the widget have the focus. - This state is common when your window is shown for the first time, and no - call has been made (or when by no + + When certain conditions are met and the user press Enter, the default + widget will be focused. Conditions: the property is set + to true, the has been called and + the containing the widget have the focus. + This state is common when your window is shown for the first time, and no + call has been made (or when by no other means, the focus has been set to any particular widget). @@ -444,25 +444,25 @@ to false, the property will return false. Determines whether the is able to receive the focus. - Evaluates to if the is able to + Evaluates to if the is able to handle focus grabs. - - If the widget property evaluates - to , the property will also return - . widget - must be a focusable widget, such as an ; something - like won't work. More precisely, it must have the - property set. + + If the widget property evaluates + to , the property will also return + . widget + must be a focusable widget, such as an ; something + like won't work. More precisely, it must have the + property set. - - The property is just the helper that will tell you whether - the widget is focusable. + + The property is just the helper that will tell you whether + the widget is focusable. - - Evaluate it before you make a call to , - if you are unsure about the "focusability" of the widget. - [FIXME] This two links are seealso instead see: and + + Evaluate it before you make a call to , + if you are unsure about the "focusability" of the widget. + [FIXME] This two links are seealso instead see: and @@ -5636,23 +5636,23 @@ To change the font of a simple Widget: if the responds to input. - Insensitive widgets are "grayed out" and the user can't -interact with them. Insensitive widgets are known as -"inactive", "disabled", or "ghosted" in some other toolkits. -The sensitivity of a widget determines whether it will receive + Insensitive widgets are "grayed out" and the user can't +interact with them. Insensitive widgets are known as +"inactive", "disabled", or "ghosted" in some other toolkits. +The sensitivity of a widget determines whether it will receive certain events (e.g. button or key presses). - -If the ancestor (parent) widget sesitivity is set to false, -it does not matter what the sensitivity property have, -the widget will not be sensitive. Use -widget.Parent.Sensitive -to check whether the ancestor widget is sensitive or not. + +If the ancestor (parent) widget sesitivity is set to false, +it does not matter what the sensitivity property have, +the widget will not be sensitive. Use +widget.Parent.Sensitive +to check whether the ancestor widget is sensitive or not. - -When the sensitive property is set to false, the widget -property will return false. + +When the sensitive property is set to false, the widget +property will return false. diff --git a/doc/en/Gtk/WidgetFlags.xml b/doc/en/Gtk/WidgetFlags.xml deleted file mode 100644 index 9a611f152..000000000 --- a/doc/en/Gtk/WidgetFlags.xml +++ /dev/null @@ -1,344 +0,0 @@ - - - - gtk-sharp - - - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - Tells about certain properties of the . - - - - System.Enum - - - - GLib.GType(typeof(Gtk.WidgetFlagsGType)) - - - System.Flags - - - - - - Field - - Gtk.WidgetFlags - - - - - Widgets without a real parent, as there are s and s have this flag set throughout their lifetime. - - - Toplevel widgets always contain their own . - - - - - - - Field - - Gtk.WidgetFlags - - - - - Indicative for a that does not provide its own . - - - Visible action (e.g. drawing) is performed on the parent's . - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set by , unset by . - - - A realized has an associated . - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set by , unset by . - - - Only realized widgets can be mapped. It means that has been called on the widgets window(s). - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set by , unset by . Implies that a will be mapped as soon as its parent is mapped. - - - Implies that a will be mapped as soon as its parent is mapped. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set and unset by . The sensitivity of a determines whether it will receive certain events (e.g. button or key presses). - - - One premise for the widgets sensitivity is to have this flag set. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set and unset by operations on the parents of the . - - - This is the second premise for the widgets sensitivity. Once it has and set, its state is effectively sensitive. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Determines whether a is able to handle focus grabs. - - - Determines whether a is able to handle focus grabs. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set by for widgets that also have set. - - - The flag will be unset once another widget grabs the focus. - - - - - - - Field - - Gtk.WidgetFlags - - - - - The is allowed to receive the default action via . - - - The is allowed to receive the default action via . - - - - - - - Field - - Gtk.WidgetFlags - - - - - The currently is receiving the default action. - - - The currently is receiving the default action. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set by gtk_grab_add(), unset by gtk_grab_remove(). - - - It means that the widget is in the grab_widgets stack, and will be the preferred one for receiving events other than ones of cosmetic value. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Indicates that the widgets style has been looked up through the rc mechanism. - - - It does not imply that the actually had a style defined through the rc mechanism. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Indicates that the is a composite child of its parent. - - - See , . - - - - - - - Field - - Gtk.WidgetFlags - - - - - Unused since before GTK 1.2, will be removed in a future version. - - - - - - Field - - Gtk.WidgetFlags - - - - - Set and unset by . - - - Must be set on widgets whose window the application directly draws on, in order to keep GTK# from overwriting the drawn stuff. - - - - - - - Field - - Gtk.WidgetFlags - - - - - The when focused will receive the default action and have set even if there is a different widget set as default. - - - The when focused will receive the default action and have set even if there is a different widget set as default. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Set and unset by . Indicates that exposes done on the should be double-buffered. - - - Indicates that exposes done on the should be double-buffered. - - - - - - - Field - - Gtk.WidgetFlags - - - - - Whether calls to ShowAll and HideAll will effect the widget. - - - - - - - diff --git a/doc/en/Gtk/WidgetPath.xml b/doc/en/Gtk/WidgetPath.xml index 077f3f8f4..8adc18afd 100644 --- a/doc/en/Gtk/WidgetPath.xml +++ b/doc/en/Gtk/WidgetPath.xml @@ -388,11 +388,11 @@ - - + + Method - GLib.SList + System.String[] @@ -406,11 +406,11 @@ - - + + Method - GLib.SList + System.String[] diff --git a/doc/en/Gtk/WindowGroup.xml b/doc/en/Gtk/WindowGroup.xml index b5978fdd5..6cb9700b1 100644 --- a/doc/en/Gtk/WindowGroup.xml +++ b/doc/en/Gtk/WindowGroup.xml @@ -109,11 +109,11 @@ - - + + Method - GLib.List + Gtk.Window[] diff --git a/doc/en/Gtk/WindowKeysForeachFunc.xml b/doc/en/Gtk/WindowKeysForeachFunc.xml deleted file mode 100644 index f3414aed3..000000000 --- a/doc/en/Gtk/WindowKeysForeachFunc.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - gtk-sharp - 2.12.0.0 - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - To be added. - To be added. - To be added. - To be added. - Delegate class. - TODO: There are no references to this class elsewhere in the doc; is it obsolete? - - - System.Delegate - - - - - - - - - - System.Void - - diff --git a/doc/en/index.xml b/doc/en/index.xml index 6a531554b..754e51d96 100644 --- a/doc/en/index.xml +++ b/doc/en/index.xml @@ -63,9 +63,7 @@ - - @@ -77,16 +75,10 @@ - - - - - - @@ -98,19 +90,37 @@ - - - - - + + + + + + + + + + + + + + + + - - - + + + + + + + + + + @@ -121,6 +131,7 @@ + @@ -140,22 +151,15 @@ - - - - - - - @@ -165,7 +169,6 @@ - @@ -175,9 +178,7 @@ - - @@ -192,30 +193,23 @@ - - - - - - - @@ -224,19 +218,14 @@ - - - - - @@ -260,19 +249,10 @@ - - - - - - - - - @@ -284,37 +264,25 @@ - - - - - - - - - - - - @@ -345,37 +313,22 @@ - - - - - - - - - - - - - - - @@ -388,7 +341,6 @@ - @@ -396,7 +348,6 @@ - @@ -415,23 +366,18 @@ - - - - - @@ -445,13 +391,9 @@ - - - - @@ -477,13 +419,12 @@ + - - + - @@ -493,7 +434,10 @@ + + + @@ -543,7 +487,6 @@ - @@ -568,7 +511,6 @@ - @@ -579,9 +521,7 @@ - - @@ -607,6 +547,7 @@ + @@ -616,24 +557,42 @@ - + + + + + + + + + + + + + + + + + + + + + - - - + @@ -646,6 +605,22 @@ + + + + + + + + + + + + + + + + @@ -653,9 +628,7 @@ - - @@ -670,7 +643,6 @@ - @@ -684,6 +656,7 @@ + @@ -702,27 +675,21 @@ - - - - + - - - - + @@ -731,9 +698,7 @@ - - @@ -754,7 +719,6 @@ - @@ -765,21 +729,26 @@ - - + + + + + + + @@ -793,20 +762,18 @@ + + - - - - @@ -826,7 +793,6 @@ - @@ -850,7 +816,6 @@ - @@ -880,9 +845,7 @@ - - @@ -900,10 +863,8 @@ - - @@ -914,7 +875,6 @@ - @@ -959,7 +919,6 @@ - @@ -969,14 +928,10 @@ - - - - @@ -1007,8 +962,6 @@ - - @@ -1025,9 +978,7 @@ - - @@ -1053,18 +1004,8 @@ - - - - - - - - - - @@ -1090,7 +1031,6 @@ - @@ -1100,8 +1040,6 @@ - - @@ -1132,25 +1070,16 @@ - - - - - - - - - @@ -1168,9 +1097,6 @@ - - - @@ -1182,8 +1108,6 @@ - - @@ -1212,12 +1136,7 @@ - - - - - @@ -1244,30 +1163,17 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + @@ -1287,8 +1193,9 @@ - - + + + @@ -1303,29 +1210,38 @@ - - - - - - - + + + + + + + + + + - - - - + + + + + + + + + + @@ -1345,8 +1261,6 @@ - - @@ -1361,17 +1275,14 @@ - - - @@ -1379,7 +1290,6 @@ - @@ -1420,26 +1330,14 @@ - - - - - - - - - - - - @@ -1451,8 +1349,6 @@ - - @@ -1501,7 +1397,6 @@ - @@ -1513,14 +1408,11 @@ - - - @@ -1531,8 +1423,6 @@ - - @@ -1544,7 +1434,6 @@ - @@ -1559,12 +1448,10 @@ - - @@ -1578,8 +1465,6 @@ - - @@ -1626,27 +1511,19 @@ - - - - - - - - @@ -1679,10 +1556,6 @@ - - - - @@ -1691,16 +1564,12 @@ - - - - @@ -1740,16 +1609,10 @@ - - - - - - @@ -1772,7 +1635,6 @@ - @@ -1831,9 +1693,6 @@ - - - @@ -1850,7 +1709,6 @@ - @@ -1863,37 +1721,25 @@ - - - - - - - - - - - - @@ -1906,9 +1752,7 @@ - - @@ -1932,9 +1776,6 @@ - - - @@ -1945,7 +1786,6 @@ - @@ -1954,14 +1794,12 @@ - -