diff --git a/doc/en/Atk/EditableText.xml b/doc/en/Atk/EditableText.xml index a65346293..6a0a8d21d 100644 --- a/doc/en/Atk/EditableText.xml +++ b/doc/en/Atk/EditableText.xml @@ -10,8 +10,20 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + 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. + + @@ -32,10 +44,14 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Delete text + start position + end position + + + This only deletes text up to, but not including . + @@ -48,9 +64,9 @@ - To be added - To be added: an object of type 'int' - To be added + Paste text from clipboard to specified position. + position to paste + @@ -64,10 +80,15 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Cut text + start position + end position + + + This method only cuts the text up to , it does not include the text at that position. + + @@ -81,10 +102,15 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Copy text + start position + end position + + + This method only copies the text up to , it does not include the text at that position. + + @@ -99,12 +125,24 @@ - To be added - To be added: an object of type 'GLib.SList' - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added: an object of type 'bool' - To be added + Sets the attributes for a specified range. + an + start of range in which to set attributes + end of range in which to set attributes + + 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. + + @@ -116,10 +154,10 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added + Set text contents of text. + string to set for text contents of text + contents of text + @@ -132,10 +170,10 @@ - To be added - a - a - To be added + Insert text at a given position. + the text to insert + the position after the text has been inserted. + diff --git a/doc/en/Atk/Image.xml b/doc/en/Atk/Image.xml index fbb29c462..e8cc93971 100644 --- a/doc/en/Atk/Image.xml +++ b/doc/en/Atk/Image.xml @@ -10,8 +10,31 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + + 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. + + @@ -31,10 +54,10 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'bool' - To be added + Sets the textual description for this image. + a description to set for image + , or if operation could not be completed. + @@ -44,9 +67,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + Get a textual description of this image. + a string representing the image description + @@ -61,11 +84,19 @@ - To be added - a - a - a - To be added + Gets the position of the image in the form of a point specifying the images top-left corner. + x coordinate position + y coordinate position + + specifies whether the coordinates are relative to the + screen or to the components top level window + + + + The values of and are returned as -1 if the values cannot be obtained. + + @@ -79,10 +110,13 @@ - To be added - a - a - To be added + Get the width and height in pixels for the specified image. + the image width + the image height + + The values of and are returned as -1 if the values cannot be + obtained. +