From efb53c5ec765145519972f94079becc3021f9613 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Thu, 26 Aug 2004 16:23:18 +0000 Subject: [PATCH] 2004-08-26 Shane Landrum * en/Gtk/TreeModelSort.xml * en/Gtk/TreeView.xml: XML fixes. * en/Gtk/TextWindow.xml: Added docs. * en/Gtk/TextIter.xml: Elaborated existing docs. * en/Gtk/TextCharPredicate: Delegate for TextIter; docs. * en/Gtk/TextTagTableForeach.xml: Added docs. * en/Gtk/InsertTextArgs.xml: Event arguments. * en/Gtk/TextTag.xml: Added docs. * en/Gtk/TextCounter.xml: Internal class. Do not use. * en/Gtk/TextToggleBody.xml: Internal class. Do not use. * en/Gtk/TextTagInfo.xml: Internal class. Do not use. svn path=/trunk/gtk-sharp/; revision=32891 --- doc/ChangeLog | 15 +++++++++++++++ doc/en/Gtk/InsertTextArgs.xml | 20 ++++++++++---------- doc/en/Gtk/TextCharPredicate.xml | 6 +++--- doc/en/Gtk/TextCounter.xml | 4 ++-- doc/en/Gtk/TextIter.xml | 12 ++++++------ doc/en/Gtk/TextTag.xml | 16 ++++++++-------- doc/en/Gtk/TextTagInfo.xml | 4 ++-- doc/en/Gtk/TextTagTableForeach.xml | 6 +++--- doc/en/Gtk/TextToggleBody.xml | 4 ++-- doc/en/Gtk/TextWindow.xml | 6 +++--- doc/en/Gtk/TreeModelSort.xml | 1 + doc/en/Gtk/TreeView.xml | 4 ++-- 12 files changed, 57 insertions(+), 41 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 2910e719d..652b7f062 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,18 @@ +2004-08-26 Shane Landrum + + * en/Gtk/TreeModelSort.xml + * en/Gtk/TreeView.xml: XML fixes. + * en/Gtk/TextWindow.xml: Added docs. + * en/Gtk/TextIter.xml: Elaborated existing docs. + * en/Gtk/TextCharPredicate: Delegate for TextIter; docs. + * en/Gtk/TextTagTableForeach.xml: Added docs. + * en/Gtk/InsertTextArgs.xml: Event arguments. + * en/Gtk/TextTag.xml: Added docs. + * en/Gtk/TextCounter.xml: Internal class. Do not use. + * en/Gtk/TextToggleBody.xml: Internal class. Do not use. + * en/Gtk/TextTagInfo.xml: Internal class. Do not use. + + 2004-08-24 Shane Landrum * en/Gtk/TreeView.xml: diff --git a/doc/en/Gtk/InsertTextArgs.xml b/doc/en/Gtk/InsertTextArgs.xml index 0b723bee5..bb0eb442c 100644 --- a/doc/en/Gtk/InsertTextArgs.xml +++ b/doc/en/Gtk/InsertTextArgs.xml @@ -39,9 +39,9 @@ System.Int32 - To be added - To be added: an object of type 'int' - To be added + The length of the inserted text. + A + @@ -51,9 +51,9 @@ System.String - To be added - To be added: an object of type 'string' - To be added + The text that was inserted. + A + @@ -63,10 +63,10 @@ Gtk.TextIter - To be added - To be added: an object of type 'Gtk.TextIter' - To be added + The location where the text was inserted. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/TextCharPredicate.xml b/doc/en/Gtk/TextCharPredicate.xml index 4341ffc22..bc11f3b2f 100644 --- a/doc/en/Gtk/TextCharPredicate.xml +++ b/doc/en/Gtk/TextCharPredicate.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate to be run over each character of a text buffer. + Used by and . Generally, it's a search function of some sort. System.Delegate @@ -29,4 +29,4 @@ System.Boolean - \ No newline at end of file + diff --git a/doc/en/Gtk/TextCounter.xml b/doc/en/Gtk/TextCounter.xml index 192b96cf8..7eb0cf036 100644 --- a/doc/en/Gtk/TextCounter.xml +++ b/doc/en/Gtk/TextCounter.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Do not use. To be added @@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml index 354989af2..b32c86a73 100644 --- a/doc/en/Gtk/TextIter.xml +++ b/doc/en/Gtk/TextIter.xml @@ -207,9 +207,9 @@ - Advances iter, calling pred on each character. - a function to be called on each character - user data for pred + Advances the iterator, calling on each character. + A to call on each character. + user data for search limit, or for none whether a match was found If pred returns , returns and stops scanning. If pred never returns , iter is set to limit if limit is non-, otherwise to the end iterator. @@ -349,8 +349,8 @@ You do not want to use this function to decide whether text can be inserted at i Same as , but goes backward from iter. - function to be called on each character - user data for pred + A to call on each character. + user data for search limit, or for none whether a match was found @@ -1167,4 +1167,4 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index dd85b96ee..8aaba6772 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -46,12 +46,12 @@ Tags should be in the for a given - To be added - To be added: an object of type 'GLib.Object' - To be added: an object of type 'Gdk.Event' - To be added: an object of type 'Gtk.TextIter' - To be added: an object of type 'bool' - To be added + Fires a signal on this Gtk.TextTag. + a , the object that received the event. + a , the event to fire + a , the location where the event was received + A , true if the event was handled. + TODO: show an example. @@ -319,7 +319,7 @@ Tags should be in the for a given pixels of blank space Pixels of blank space below paragraphs. - To be added + @@ -743,4 +743,4 @@ Default value: 400 - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTagInfo.xml b/doc/en/Gtk/TextTagInfo.xml index ef46b52ea..ce5222310 100644 --- a/doc/en/Gtk/TextTagInfo.xml +++ b/doc/en/Gtk/TextTagInfo.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Do not use. To be added @@ -76,4 +76,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTagTableForeach.xml b/doc/en/Gtk/TextTagTableForeach.xml index 254d60573..cd05c12a5 100644 --- a/doc/en/Gtk/TextTagTableForeach.xml +++ b/doc/en/Gtk/TextTagTableForeach.xml @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A delegate function to be run on every in a . + Callable by System.Delegate @@ -29,4 +29,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/TextToggleBody.xml b/doc/en/Gtk/TextToggleBody.xml index 39000fd75..7d577de35 100644 --- a/doc/en/Gtk/TextToggleBody.xml +++ b/doc/en/Gtk/TextToggleBody.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + Do not use. To be added @@ -73,4 +73,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextWindow.xml b/doc/en/Gtk/TextWindow.xml index 76c6693cc..c0a615920 100644 --- a/doc/en/Gtk/TextWindow.xml +++ b/doc/en/Gtk/TextWindow.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A basic window type that contains text. + FIXME: this class may be for internal use only. GLib.Opaque @@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index f9e6cb14d..65e996eb5 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -631,6 +631,7 @@ node is always the parent. + Sets to be the parent of . an object of type an object of type diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index a179bc4f5..0d21274b4 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -1070,7 +1070,7 @@ public class TreeViewDemo { Fired when the cursor toggles a row. - (FIXME: explain in more detail.) + (FIXME: explain in more detail.) @@ -1366,7 +1366,7 @@ tree_view.AppendColumn ("title", text, "text", 0); Return the type of view mode being used for this TreeView. a - FIXME: needs clarification. + FIXME: needs clarification.