diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml index 389c603d4..a3908740e 100644 --- a/doc/en/Gtk/TextBuffer.xml +++ b/doc/en/Gtk/TextBuffer.xml @@ -172,8 +172,8 @@ - To be added - To be added + Should be paired with a call to . + See for an explanation. @@ -242,8 +242,13 @@ - To be added - To be added + Called to indicate that the buffer operations between here and a call to are part of a single user-visible operation. + + The operations between and can then be grouped when creating an undo stack. maintains a count of calls to that have not been closed with a call to , and emits and signals only for the outermost pair of calls. This allows you to build user actions from other user actions. + + The "interactive" buffer mutation functions, such as , automatically call begin/end user action around the buffer operations they perform, so there is no need to add extra calls if you user action consists solely of a single call to one of those functions. + + @@ -509,9 +514,9 @@ - To be added + Removes a added with . an object of type - To be added + @@ -580,9 +585,9 @@ - To be added + Adds to the list of clipboards in which the selection contents of buffer are available. an object of type - To be added + In most cases, clipboard will be the of type for a view of buffer. @@ -838,10 +843,10 @@ - To be added + Copies the currently-selected text to a clipboard, then deletes said text if it is editable. an object of type an object of type - To be added + @@ -1053,8 +1058,8 @@ - To be added - To be added + Emitted when a UserAction ends on the buffer. + @@ -1065,8 +1070,8 @@ - To be added - To be added + Emitted when a tag is removed from the buffer. + @@ -1077,8 +1082,8 @@ - To be added - To be added + Emitted when a UserAction is begun on the buffer. + @@ -1089,8 +1094,8 @@ - To be added - To be added + Emitted when a mark is set in the buffer. + @@ -1101,8 +1106,8 @@ - To be added - To be added + Emitted when a tag is applied to the buffer. + @@ -1113,8 +1118,8 @@ - To be added - To be added + Emitted when a ChildAnchor has been inserted in the buffer. + @@ -1125,8 +1130,8 @@ - To be added - To be added + Emitted when a mark has been deleted from the buffer. + @@ -1137,8 +1142,8 @@ - To be added - To be added + Emitted when a range of text has been deleted from the buffer. + @@ -1149,8 +1154,8 @@ - To be added - To be added + Emitted when a Pixbuf is inserted into the buffer. + @@ -1161,8 +1166,8 @@ - To be added - To be added + Emitted when the text in the buffer has been changed. + @@ -1173,8 +1178,8 @@ - To be added - To be added + Emitted when text is inserted into the buffer. + @@ -1185,8 +1190,8 @@ - To be added - To be added + Emitted when the Modified status of the buffer is changed. + @@ -1331,9 +1336,9 @@ - To be added + Pastes the contents of a clipboard at the insertion point. a - To be added + @@ -1652,11 +1657,11 @@ - To be added + Inserts into buffer at , applying the list of to the newly-inserted text. a a a - To be added + Equivalent to calling , then on the inserted text; It is just a convenience function. diff --git a/doc/en/Gtk/TextMark.xml b/doc/en/Gtk/TextMark.xml index f37eb363d..afc9a0536 100644 --- a/doc/en/Gtk/TextMark.xml +++ b/doc/en/Gtk/TextMark.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A GtkTextMark is like a bookmark in a text buffer; it preserves a position in the text. + A is like a bookmark in a text buffer; it preserves a position in the text. @@ -204,9 +204,9 @@ - To be added + Default constructor a - To be added + diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index 8ae7ecbcd..6479143a2 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -12,7 +12,14 @@ A tag that can be applied to text in a - To be added + + +Tags should be in the for a given before using them with that buffer. + + + is the best way to create tags. + + GLib.Object @@ -106,7 +113,7 @@ The priority of the current tag - Sets the priority of a GtkTextTag. Valid priorities are + Sets the priority of a . Valid priorities are start at 0 and go to one less than . @@ -628,10 +635,10 @@ - To be added - To be added: an object of type 'Pango.FontDescription' - To be added: an object of type 'Pango.FontDescription' - To be added + The FontDescription for the tag. + a + a + @@ -660,9 +667,19 @@ - To be added + Font weight as an integer. a - To be added + + +see predefined values in ; for example, . + + +Allowed values: >= 0 + + +Default value: 400 + + diff --git a/doc/en/Gtk/TextTagTable.xml b/doc/en/Gtk/TextTagTable.xml index 8b30093db..c209e4766 100644 --- a/doc/en/Gtk/TextTagTable.xml +++ b/doc/en/Gtk/TextTagTable.xml @@ -98,9 +98,9 @@ - To be added - To be added: an object of type 'Gtk.TextTagTableForeach' - To be added + Calls func on each tag in table + a + @@ -137,9 +137,9 @@ - To be added - To be added: an object of type 'Gtk.TextTagTable' - To be added + Default constructor + a + diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index a24ace2f4..7ad9a4fd6 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -670,7 +670,7 @@ class TextViewSample The default text attributes - To be added: an object of type 'Gtk.TextAttributes' + a s Obtains a copy of the default text attributes. These are