From 12e3dbe0ad207fe5025e0564e230334f26b819d4 Mon Sep 17 00:00:00 2001 From: John Luke Date: Tue, 27 Jul 2004 22:40:32 +0000 Subject: [PATCH] more Atk, mostly the enums svn path=/trunk/gtk-sharp/; revision=31531 --- doc/en/Atk/CoordType.xml | 8 +- doc/en/Atk/Focus.xml | 4 +- doc/en/Atk/GObjectAccessible.xml | 20 ++-- doc/en/Atk/Global.xml | 8 +- doc/en/Atk/Hyperlink.xml | 57 ++++++----- doc/en/Atk/HyperlinkStateFlags.xml | 6 +- doc/en/Atk/Implementor.xml | 6 +- doc/en/Atk/KeyEventStruct.xml | 12 +-- doc/en/Atk/KeyEventType.xml | 10 +- doc/en/Atk/Layer.xml | 20 ++-- doc/en/Atk/NoOpObject.xml | 4 +- doc/en/Atk/NoOpObjectFactory.xml | 8 +- doc/en/Atk/Object.xml | 15 ++- doc/en/Atk/ObjectFactory.xml | 8 +- doc/en/Atk/PropertyValues.xml | 12 +-- doc/en/Atk/Registry.xml | 8 +- doc/en/Atk/Relation.xml | 2 +- doc/en/Atk/RelationType.xml | 26 ++--- doc/en/Atk/Role.xml | 154 ++++++++++++++--------------- doc/en/Atk/StateType.xml | 66 ++++++------- doc/en/Atk/TextAttribute.xml | 62 ++++++------ doc/en/Atk/TextBoundary.xml | 4 +- 22 files changed, 265 insertions(+), 255 deletions(-) diff --git a/doc/en/Atk/CoordType.xml b/doc/en/Atk/CoordType.xml index 762403074..1c32d3764 100644 --- a/doc/en/Atk/CoordType.xml +++ b/doc/en/Atk/CoordType.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies how xy coordinates are to be interpreted. + Used by functions such as and System.Enum @@ -37,7 +37,7 @@ - To be added + specifies xy coordinates relative to the screen @@ -50,7 +50,7 @@ - To be added + specifies xy coordinates relative to the widget's top-level window diff --git a/doc/en/Atk/Focus.xml b/doc/en/Atk/Focus.xml index 012c0cd0c..fdccca68a 100644 --- a/doc/en/Atk/Focus.xml +++ b/doc/en/Atk/Focus.xml @@ -55,9 +55,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/GObjectAccessible.xml b/doc/en/Atk/GObjectAccessible.xml index 9aa9a6165..6a6b65cde 100644 --- a/doc/en/Atk/GObjectAccessible.xml +++ b/doc/en/Atk/GObjectAccessible.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + This object class is derived from and can be used as a basis implementing accessible objects. + This object class is derived from . It can be used as a basis for implementing accessible objects for s which are not derived from . One example of its use is in providing an accessible object for in the GAIL library. Atk.Object @@ -36,10 +36,10 @@ - To be added + Gets the accessible object for the specified . an object of type - an object of type - To be added + the for + @@ -77,9 +77,9 @@ GLib.Object - To be added - an object of type - To be added + Gets the GObject for which is the accessible object. + a which is the object for which is the accessible object + @@ -115,9 +115,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/Global.xml b/doc/en/Atk/Global.xml index 22e7083b8..eddc6b71e 100644 --- a/doc/en/Atk/Global.xml +++ b/doc/en/Atk/Global.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Global API elements for + System.Object @@ -166,9 +166,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/Hyperlink.xml b/doc/en/Atk/Hyperlink.xml index 863e19c35..627077856 100644 --- a/doc/en/Atk/Hyperlink.xml +++ b/doc/en/Atk/Hyperlink.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An ATK object which encapsulates a link or set of links in a hypertext document. + GLib.Object @@ -124,10 +124,13 @@ - To be added + Returns the item associated with this hyperlinks nth anchor. an object of type an object of type - To be added + For instance, the returned will implement if the link is a text hyperlink, if the link is an image hyperlink etc. + +Multiple anchors are primarily used by client-side image maps. + @@ -140,10 +143,10 @@ - To be added - an object of type - an object of type - To be added + Get a the URI associated with the anchor specified by + a (zero-index) integer specifying the desired anchor + a string specifying the URI + Multiple anchors are primarily used by client-side image maps. @@ -181,9 +184,9 @@ System.Int32 - To be added + The number of actions. an object of type - To be added + @@ -193,9 +196,9 @@ System.Int32 - To be added - an object of type - To be added + Gets the number of anchors associated with this hyperlink. + the number of anchors associated with this hyperlink + @@ -205,9 +208,9 @@ System.Int32 - To be added - an object of type - To be added + Gets the index with the hypertext document at which this link ends. + the index with the hypertext document at which this link ends + @@ -217,9 +220,9 @@ System.Int32 - To be added - an object of type - To be added + Gets the index with the hypertext document at which this link begins. + the index with the hypertext document at which this link begins + @@ -246,9 +249,9 @@ - To be added - a - To be added + Since the document that a link is associated with may have changed this method returns if the link is still valid (with respect to the document it references) and otherwise. + whether or not this link is still valid + @@ -259,9 +262,9 @@ - To be added - a - To be added + Indicates whether the link currently displays some or all of its content inline. + whether or not this link displays its content inline. + Ordinary HTML links will usually return , but an inline <src> HTML element will return . @@ -297,9 +300,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/HyperlinkStateFlags.xml b/doc/en/Atk/HyperlinkStateFlags.xml index 717d02946..f359eb5ed 100644 --- a/doc/en/Atk/HyperlinkStateFlags.xml +++ b/doc/en/Atk/HyperlinkStateFlags.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Describes the type of link + System.Enum @@ -42,7 +42,7 @@ - To be added + Link is inline diff --git a/doc/en/Atk/Implementor.xml b/doc/en/Atk/Implementor.xml index 82013ffc9..c2638b4e8 100644 --- a/doc/en/Atk/Implementor.xml +++ b/doc/en/Atk/Implementor.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added - To be added + @@ -30,8 +30,8 @@ To be added - To be added: an object of type 'Atk.Object' - To be added + a + diff --git a/doc/en/Atk/KeyEventStruct.xml b/doc/en/Atk/KeyEventStruct.xml index 7f6a1d964..d3702e55a 100644 --- a/doc/en/Atk/KeyEventStruct.xml +++ b/doc/en/Atk/KeyEventStruct.xml @@ -27,8 +27,8 @@ - To be added - To be added + Returns an empty + @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.KeyEventStruct' - To be added + Internal method + an object of type + a + This is an internal method and should not be used by user code. diff --git a/doc/en/Atk/KeyEventType.xml b/doc/en/Atk/KeyEventType.xml index 4e2d78e0d..809626d91 100644 --- a/doc/en/Atk/KeyEventType.xml +++ b/doc/en/Atk/KeyEventType.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Specifies the type of a keyboard event. + System.Enum @@ -37,7 +37,7 @@ - To be added + specifies a key press event @@ -50,7 +50,7 @@ - To be added + specifies a key release event @@ -63,7 +63,7 @@ - To be added + Not a valid value; specifies end of enumeration diff --git a/doc/en/Atk/Layer.xml b/doc/en/Atk/Layer.xml index 6aaba4c58..1f0eb85b8 100644 --- a/doc/en/Atk/Layer.xml +++ b/doc/en/Atk/Layer.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Describes the layer of a component + These enumerated "layer values" are used when determining which UI rendering layer a component is drawn into, which can help in making determinations of when components occlude one another. System.Enum @@ -37,7 +37,7 @@ - To be added + The object does not have a layer @@ -50,7 +50,7 @@ - To be added + This layer is reserved for the desktop background @@ -63,7 +63,7 @@ - To be added + This layer is used for Canvas components @@ -76,7 +76,7 @@ - To be added + This layer is normally used for components @@ -89,7 +89,7 @@ - To be added + This layer is used for layered components @@ -102,7 +102,7 @@ - To be added + This layer is used for popup components, such as menus @@ -115,7 +115,7 @@ - To be added + This layer is reserved for future use. @@ -129,7 +129,7 @@ - To be added + This layer is used for toplevel windows. diff --git a/doc/en/Atk/NoOpObject.xml b/doc/en/Atk/NoOpObject.xml index f0e9d1c02..274b3ac81 100644 --- a/doc/en/Atk/NoOpObject.xml +++ b/doc/en/Atk/NoOpObject.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An which purports to implement all Atk interfaces. + It is the type of which is created if an accessible object is requested for an object type for which no factory type is specified. Atk.Object diff --git a/doc/en/Atk/NoOpObjectFactory.xml b/doc/en/Atk/NoOpObjectFactory.xml index a1846e3fa..0bfef3f55 100644 --- a/doc/en/Atk/NoOpObjectFactory.xml +++ b/doc/en/Atk/NoOpObjectFactory.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The which creates an . + The which creates an . An instance of this is created by an if no factory type has not been specified to create an accessible object of a particular type. Atk.ObjectFactory @@ -60,9 +60,9 @@ - To be added + Default constructor an object of type - To be added + diff --git a/doc/en/Atk/Object.xml b/doc/en/Atk/Object.xml index be61c2892..d2d4fc13b 100644 --- a/doc/en/Atk/Object.xml +++ b/doc/en/Atk/Object.xml @@ -10,8 +10,15 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The base object class for the Accessibility Toolkit API. + + +This class is the primary class for accessibility support via the Accessibility ToolKit (Atk). Objects which are instances of (or instances of -derived types) are queried for properties which relate basic (and generic) properties of a UI component such as name and description. Instances of may also be queried as to whether they implement other Atk interfaces (e.g. , , etc.), as appropriate to the role which a given UI component plays in a user interface. + + +All UI components in an application which provide useful information or services to the user must provide corresponding instances on request (in Gtk, for instance, usually on a call to ), either via Atk support built into the toolkit for the widget class or ancestor class, or in the case of custom widgets, if the inherited implementation is insufficient, via instances of a new subclass. + + GLib.Object @@ -688,9 +695,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/ObjectFactory.xml b/doc/en/Atk/ObjectFactory.xml index 0600edd47..338ca8a43 100644 --- a/doc/en/Atk/ObjectFactory.xml +++ b/doc/en/Atk/ObjectFactory.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The base object class for a factory used to create accessible objects for objects of a specific . + The function is normally called to store in the registry the factory type to be used to create an accessible of a particular . GLib.Object @@ -128,9 +128,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/PropertyValues.xml b/doc/en/Atk/PropertyValues.xml index dccef4bcf..fe0259eb2 100644 --- a/doc/en/Atk/PropertyValues.xml +++ b/doc/en/Atk/PropertyValues.xml @@ -27,8 +27,8 @@ - To be added - To be added + Returns an empty + @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Atk.PropertyValues' - To be added + Internal method + a + a new + This is an internal method and should not be used by user code. diff --git a/doc/en/Atk/Registry.xml b/doc/en/Atk/Registry.xml index 65cca00d1..f46080a34 100644 --- a/doc/en/Atk/Registry.xml +++ b/doc/en/Atk/Registry.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An object used to store the of the factories used to create an accessible object for an object of a particular . + GLib.Object @@ -136,9 +136,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Atk/Relation.xml b/doc/en/Atk/Relation.xml index 64c513a65..39df67a66 100644 --- a/doc/en/Atk/Relation.xml +++ b/doc/en/Atk/Relation.xml @@ -74,7 +74,7 @@ n - To be addedan object of type an object of type an object of type an object of type To be added + Creates a new with the provided information.an object of type an object of type an object of type an object of type diff --git a/doc/en/Atk/RelationType.xml b/doc/en/Atk/RelationType.xml index d79b2cf8b..5ba3ef413 100644 --- a/doc/en/Atk/RelationType.xml +++ b/doc/en/Atk/RelationType.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Describes the type of the relation + System.Enum @@ -37,7 +37,7 @@ - To be added + No Relation @@ -50,7 +50,7 @@ - To be added + Indicates an object controlled by one or more target objects. @@ -63,7 +63,7 @@ - To be added + Indicates an object is an controller for one or more target objects. @@ -76,7 +76,7 @@ - To be added + Indicates an object is a label for one or more target objects. @@ -89,7 +89,7 @@ - To be added + Indicates an object is labelled by one or more target objects. @@ -102,7 +102,7 @@ - To be added + Indicates an object is a member of a group of one or more target objects. @@ -115,7 +115,7 @@ - To be added + Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell. @@ -142,7 +142,7 @@ - To be added + Indicates that the object has content that flows logically to another AtkObject in a sequential way, (for instance text-flow). @@ -156,7 +156,7 @@ - To be added + Indicates that the object has content that flows logically from another AtkObject in a sequential way, (for instance text-flow). @@ -184,7 +184,7 @@ - To be added + Indicates that the object visually embeds another object's content, i.e. this object's content flows around another's content. @@ -198,7 +198,7 @@ - To be added + Inverse of , indicates that this object's content is visualy embedded in another object. diff --git a/doc/en/Atk/Role.xml b/doc/en/Atk/Role.xml index b022826b5..c9d2da145 100644 --- a/doc/en/Atk/Role.xml +++ b/doc/en/Atk/Role.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Describes the role of an object + System.Enum @@ -37,7 +37,7 @@ - To be added + Invalid role @@ -50,7 +50,7 @@ - To be added + A label which represents an accelerator @@ -63,7 +63,7 @@ - To be added + An object which is an alert to the user @@ -76,7 +76,7 @@ - To be added + An object which is an animated image @@ -89,7 +89,7 @@ - To be added + An arrow in one of the four cardinal directions @@ -102,7 +102,7 @@ - To be added + An object that displays a calendar and allows the user to select a date @@ -115,7 +115,7 @@ - To be added + An object that can be drawn into and is used to trap events @@ -128,7 +128,7 @@ - To be added + A choice that can be checked or unchecked and provides a separate indicator for the current state @@ -141,7 +141,7 @@ - To be added + A menu item with a check box @@ -154,7 +154,7 @@ - To be added + A specialized dialog that lets the user choose a color @@ -167,7 +167,7 @@ - To be added + The header for a column of data @@ -180,7 +180,7 @@ - To be added + A list of choices the user can select from @@ -193,7 +193,7 @@ - To be added + An object whose purpose is to allow a user to edit a date @@ -206,7 +206,7 @@ - To be added + An inconifed internal frame within a @@ -219,7 +219,7 @@ - To be added + A pane that supports internal frames and iconified versions of those internal frames @@ -232,7 +232,7 @@ - To be added + An object whose purpose is to allow a user to set a value @@ -245,7 +245,7 @@ - To be added + A top level window with title bar and a border @@ -258,7 +258,7 @@ - To be added + A pane that allows the user to navigate through and select the contents of a directory @@ -271,7 +271,7 @@ - To be added + An object used for drawing custom user interface elements @@ -284,7 +284,7 @@ - To be added + A specialized dialog that lets the user choose a file @@ -297,7 +297,7 @@ - To be added + A object that fills up space in a user interface @@ -310,7 +310,7 @@ - To be added + A specialized dialog that lets the user choose a font @@ -323,7 +323,7 @@ - To be added + A top level window with a title bar, border, menubar, etc. @@ -336,7 +336,7 @@ - To be added + A pane that is guaranteed to be painted on top of all panes beneath it @@ -349,7 +349,7 @@ - To be added + A document container for HTML, whose children represent the document content @@ -362,7 +362,7 @@ - To be added + A small fixed size picture, typically used to decorate components @@ -375,7 +375,7 @@ - To be added + An object whose primary purpose is to display an image @@ -388,7 +388,7 @@ - To be added + A frame-like object that is clipped by a desktop pane @@ -401,7 +401,7 @@ - To be added + An object used to present an icon or short string in an interface @@ -414,7 +414,7 @@ - To be added + A specialized pane that allows its children to be drawn in layers, providing a form of stacking order @@ -427,7 +427,7 @@ - To be added + An object that presents a list of objects to the user and allows the user to select one or more of them @@ -440,7 +440,7 @@ - To be added + An object that represents an element of a list @@ -453,7 +453,7 @@ - To be added + An object usually found inside a menu bar that contains a list of actions the user can choose from @@ -466,7 +466,7 @@ - To be added + An object usually drawn at the top of the primary dialog box of an application that contains a list of menus the user can choose from @@ -479,7 +479,7 @@ - To be added + An object usually contained in a menu that presents an action the user can choose @@ -492,7 +492,7 @@ - To be added + A specialized pane whose primary use is inside a Dialog @@ -505,7 +505,7 @@ - To be added + An object that is a child of a page tab list @@ -518,7 +518,7 @@ - To be added + An object that presents a series of panels (or page tabs), one at a time, through some mechanism provided by the object @@ -531,7 +531,7 @@ - To be added + A generic container that is often used to group objects @@ -544,7 +544,7 @@ - To be added + A text object uses for passwords, or other places where the text content is not shown visibly to the user @@ -557,7 +557,7 @@ - To be added + A temporary window that is usually used to offer the user a list of choices, and then hides when the user selects one of those choices @@ -570,7 +570,7 @@ - To be added + An object used to indicate how much of a task has been completed @@ -583,7 +583,7 @@ - To be added + An object the user can manipulate to tell the application to do something @@ -596,7 +596,7 @@ - To be added + A specialized check box that will cause other radio buttons in the same group to become unchecked when this one is checked @@ -609,7 +609,7 @@ - To be added + A check menu item which belongs to a group. At each instant exactly one of the radio menu items from a group is selected @@ -622,7 +622,7 @@ - To be added + A specialized pane that has a glass pane and a layered pane as its children @@ -635,7 +635,7 @@ - To be added + The header for a row of data @@ -648,7 +648,7 @@ - To be added + An object usually used to allow a user to incrementally view a large amount of data. @@ -661,7 +661,7 @@ - To be added + An object that allows a user to incrementally view a large amount of information @@ -674,7 +674,7 @@ - To be added + An object usually contained in a menu to provide a visible and logical separation of the contents in a menu @@ -687,7 +687,7 @@ - To be added + An object that allows the user to select from a bounded range @@ -700,7 +700,7 @@ - To be added + A specialized panel that presents two other panels at the same time @@ -713,7 +713,7 @@ - To be added + An object used to get an integer or floating point number from the user @@ -726,7 +726,7 @@ - To be added + An object which reports messages of minor importance to the user @@ -739,7 +739,7 @@ - To be added + An object used to represent information in terms of rows and columns @@ -752,7 +752,7 @@ - To be added + A cell in a table @@ -765,7 +765,7 @@ - To be added + The header for a column of a table @@ -778,7 +778,7 @@ - To be added + The header for a row of a table @@ -791,7 +791,7 @@ - To be added + A menu item used to tear off and reattach its menu @@ -804,7 +804,7 @@ - To be added + An object that represents an accessible terminal @@ -817,7 +817,7 @@ - To be added + An object that presents text to the user @@ -830,7 +830,7 @@ - To be added + A specialized push button that can be checked or unchecked, but does not provide a separate indicator for the current state @@ -843,7 +843,7 @@ - To be added + A bar or palette usually composed of push buttons or toggle buttons @@ -856,7 +856,7 @@ - To be added + An object that provides information about another object @@ -869,7 +869,7 @@ - To be added + An object used to represent hierarchical information to the user @@ -882,7 +882,7 @@ - To be added + An object capable of expanding and collapsing rows as well as showing multiple columns of data @@ -895,7 +895,7 @@ - To be added + The object contains some Accessible information, but its role is not known @@ -908,7 +908,7 @@ - To be added + An object usually used in a scroll pane @@ -921,7 +921,7 @@ - To be added + A top level window with no title or border. @@ -934,7 +934,7 @@ - To be added + not a valid role, used for finding end of enumeration @@ -948,7 +948,7 @@ - To be added + An object that serves as a document header. @@ -962,7 +962,7 @@ - To be added + An object that serves as a document footer. @@ -976,7 +976,7 @@ - To be added + An object which is contains a paragraph of text content. @@ -990,7 +990,7 @@ - To be added + An object which describes margins and tab stops, etc. for text objects which it controls (should have CONTROLLER_FOR relation to such). @@ -1004,7 +1004,7 @@ - To be added + The object is an application object, which may contain objects or other types of accessibles. diff --git a/doc/en/Atk/StateType.xml b/doc/en/Atk/StateType.xml index 98c071fe8..9522a88fe 100644 --- a/doc/en/Atk/StateType.xml +++ b/doc/en/Atk/StateType.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + The possible types of states of an object + System.Enum @@ -37,7 +37,7 @@ - To be added + Indicates an invalid state @@ -50,7 +50,7 @@ - To be added + Indicates a window is currently the active window @@ -63,7 +63,7 @@ - To be added + Indicates that the object is armed @@ -76,7 +76,7 @@ - To be added + Indicates the current object is busy @@ -89,7 +89,7 @@ - To be added + Indicates this object is currently checked @@ -102,7 +102,7 @@ - To be added + Indicates the user interface object corresponding to this object no longer exists @@ -115,7 +115,7 @@ - To be added + Indicates the user can change the contents of this object @@ -128,7 +128,7 @@ - To be added + Indicates that this object is enabled. An inconsistent is an example of an object which is sensitive but not enabled. @@ -141,7 +141,7 @@ - To be added + Indicates this object allows progressive disclosure of its children @@ -154,7 +154,7 @@ - To be added + Indicates this object its expanded @@ -167,7 +167,7 @@ - To be added + Indicates this object can accept keyboard focus, which means all events resulting from typing on the keyboard will normally be passed to it when it has focus @@ -180,7 +180,7 @@ - To be added + Indicates this object currently has the keyboard focus @@ -193,7 +193,7 @@ - To be added + Indicates the orientation of this object is horizontal @@ -206,7 +206,7 @@ - To be added + Indicates this object is minimized and is represented only by an icon @@ -219,7 +219,7 @@ - To be added + Indicates something must be done with this object before the user can interact with an object in a different window @@ -232,7 +232,7 @@ - To be added + Indicates this (text) object can contain multiple lines of text @@ -245,7 +245,7 @@ - To be added + Indicates this object allows more than one of its children to be selected at the same time @@ -258,7 +258,7 @@ - To be added + Indicates this object paints every pixel within its rectangular region @@ -271,7 +271,7 @@ - To be added + Indicates this object is currently pressed @@ -284,7 +284,7 @@ - To be added + Indicates the size of this object is not fixed @@ -297,7 +297,7 @@ - To be added + Indicates this object is the child of an object that allows its children to be selected and that this child is one of those children that can be selected @@ -310,7 +310,7 @@ - To be added + Indicates this object is the child of an object that allows its children to be selected and that this child is one of those children that has been selected @@ -323,7 +323,7 @@ - To be added + Indicates this object is sensitive @@ -336,7 +336,7 @@ - To be added + Indicates this object, the object's parent, the object's parent's parent, and so on, are all visible @@ -349,7 +349,7 @@ - To be added + Indicates this (text) object can contain only a single line of text @@ -362,7 +362,7 @@ - To be added + Indicates that the index associated with this object has changed since the user accessed the object. @@ -375,7 +375,7 @@ - To be added + Indicates this object is transient @@ -388,7 +388,7 @@ - To be added + Indicates the orientation of this object is vertical @@ -401,7 +401,7 @@ - To be added + Indicates this object is visible @@ -414,7 +414,7 @@ - To be added + Not a valid state, used for finding end of enumeration @@ -428,7 +428,7 @@ - To be added + Indicates that "active-descendant-changed" event is sent when children become 'active' (i.e. are selected or navigated to onscreen). Used to prevent need to enumerate all children in very large containers, like tables. diff --git a/doc/en/Atk/TextAttribute.xml b/doc/en/Atk/TextAttribute.xml index d5393b7e2..876bad568 100644 --- a/doc/en/Atk/TextAttribute.xml +++ b/doc/en/Atk/TextAttribute.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Describes the text attributes supported + System.Enum @@ -37,7 +37,7 @@ - To be added + Invalid attribute @@ -50,7 +50,7 @@ - To be added + The pixel width of the left margin @@ -63,7 +63,7 @@ - To be added + The pixel width of the right margin @@ -76,7 +76,7 @@ - To be added + The number of pixels that the text is indented @@ -89,7 +89,7 @@ - To be added + Either "true" or "false" indicating whether text is visible or not @@ -102,7 +102,7 @@ - To be added + Either "true" or "false" indicating whether text is editable or not @@ -115,7 +115,7 @@ - To be added + Pixels of blank space to leave above each newline-terminated line. @@ -128,7 +128,7 @@ - To be added + Pixels of blank space to leave below each newline-terminated line. @@ -141,7 +141,7 @@ - To be added + Pixels of blank space to leave between wrapped lines inside the same newline-terminated line (paragraph). @@ -154,7 +154,7 @@ - To be added + "true" or "false" whether to make the background color for each character the height of the highest font used on the current line, or the height of the font used for the current character. @@ -167,7 +167,7 @@ - To be added + Number of pixels that the characters are risen above the baseline @@ -180,7 +180,7 @@ - To be added + "none", "single", "double" or "low" @@ -193,7 +193,7 @@ - To be added + "true" or "false" whether the text is strikethrough @@ -206,7 +206,7 @@ - To be added + The size of the characters. @@ -219,7 +219,7 @@ - To be added + The scale of the characters. The value is a string representation of a double @@ -232,7 +232,7 @@ - To be added + The weight of the characters. @@ -245,7 +245,7 @@ - To be added + The language used @@ -258,7 +258,7 @@ - To be added + The font family name @@ -271,7 +271,7 @@ - To be added + The background color. The value is an RGB value of the format "u,u,u" @@ -284,7 +284,7 @@ - To be added + The foreground color. The value is an RGB value of the format "u,u,u" @@ -297,7 +297,7 @@ - To be added + "true" if a GdkBitmap is set for stippling the background color. @@ -310,7 +310,7 @@ - To be added + "true" if a GdkBitmap is set for stippling the foreground color. @@ -323,7 +323,7 @@ - To be added + The wrap mode of the text, if any. Values are "none", "char" or "word" @@ -336,7 +336,7 @@ - To be added + The direction of the text, if set. Values are "none", "ltr" or "rtl" @@ -349,7 +349,7 @@ - To be added + The justification of the text, if set. Values are "left", "right", "center" or "fill" @@ -362,7 +362,7 @@ - To be added + The stretch of the text, if set. Values are "ultra_condensed", "extra_condensed", "condensed", "semi_condensed", "normal", "semi_expanded", "expanded", "extra_expanded" or "ultra_expanded" @@ -375,7 +375,7 @@ - To be added + The capitalization variant of the text, if set. Values are "normal" or "small_caps" @@ -388,7 +388,7 @@ - To be added + The slant style of the text, if set. Values are "normal", "oblique" or "italic" @@ -401,7 +401,7 @@ - To be added + not a valid text attribute, used for finding end of enumeration diff --git a/doc/en/Atk/TextBoundary.xml b/doc/en/Atk/TextBoundary.xml index 002b99c74..c9a5474eb 100644 --- a/doc/en/Atk/TextBoundary.xml +++ b/doc/en/Atk/TextBoundary.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Text boundary types used for specifying boundaries for regions of text + System.Enum