From 10e594b8220d0d373ea69abfaa6f878dc14978c2 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Mon, 14 Jul 2003 05:34:45 +0000 Subject: [PATCH] added the missing properties. svn path=/trunk/gtk-sharp/; revision=16187 --- doc/ChangeLog | 4 ++ doc/en/Gtk/TextTag.xml | 145 +++++++++++++++++++++++++---------------- 2 files changed, 93 insertions(+), 56 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 476dbfe35..318b9b18f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-07-14 Duncan Mak + + * en/Gtk/TextTag.xml: added the missing properties. + 2003-07-13 Duncan Mak * en/Gtk/TextTag.xml: diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index b180d8337..91336b644 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -7,7 +7,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added + + A tag that can be applied to text in a + To be added @@ -79,10 +81,13 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'Gtk.TextTag' - To be added + Creates a new + + the name of the tag, or if it's an + anonymous tag + + the newly created TextTag + @@ -118,10 +123,28 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + The tag's priority + the new priority + The priority of the current tag + + + Sets the priority of a GtkTextTag. Valid priorities are + start at 0 and go to one less than + . + + + Each tag in a table has a unique priority; setting the + priority of one tag shifts the priorities of all the other + tags in the table to maintain a unique priority for each + tag. Higher priority tags win if two tags both set the + same text attribute. When adding a tag to a tag table, it + will be assigned the highest priority in the table by + default; so normally the precedence of a set of tags is + the order in which they were added to the table, or + created with ), + which adds the tag to the buffer's table automatically. + + @@ -134,10 +157,12 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Whether to strike through the text + + to strike through the text + + Whether to strike through the text> + @@ -150,10 +175,10 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Whether this text is hidden. + Whether this text is hidden. + Whether or not this text is hidden + @@ -166,10 +191,10 @@ - To be added - To be added: an object of type 'Gdk.Pixmap' - To be added: an object of type 'Gdk.Pixmap' - To be added + Bitmap to use as a mask when drawing the text foreground. + a bitmap + a bitmap + @@ -182,10 +207,10 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Offset of text above the baseline + Offset of text above the baseline in pixels + Offset of the text above the baseline + Offset of text above the baseline (below the baseline if rise is negative) in pixels. @@ -198,10 +223,10 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' - To be added + Width of the right margin + Width of the right margin in pixels. + Width of the right margin + @@ -214,10 +239,14 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added + Name of the font family + Name of the font family + The name of the font family + + + Name of the font family, e.g. Sans, Helvetica, Times, Monospace. + + @@ -230,10 +259,10 @@ - To be added - To be added: an object of type 'string' - To be added: an object of type 'string' - To be added + Font description + the font description as a string + the font description as a string + Font description as a string, e.g. "Sans Italic 12". @@ -246,10 +275,10 @@ - To be added - To be added: an object of type 'Pango.Stretch' - To be added: an object of type 'Pango.Stretch' - To be added + Font stretch + a + font stretch + @@ -262,10 +291,10 @@ - To be added - To be added: an object of type 'bool' - To be added: an object of type 'bool' - To be added + Whether the text can be modified by the user + if the thext is editable + whether the text can be modified by the user + @@ -278,10 +307,14 @@ - To be added - To be added: an object of type 'Gtk.Justification' - To be added: an object of type 'Gtk.Justification' - To be added + Text justification + a + the justification of the current text + + + Left, right, or center justification. + + @@ -294,9 +327,9 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' + Pixels of blank space between wrapped lines in a paragraph + pixels of blank space + Pixels of blank space between wrapped lines in a paragraph> To be added @@ -310,9 +343,9 @@ - To be added - To be added: an object of type 'int' - To be added: an object of type 'int' + Pixels of blank space below paragraphs. + pixels of blank space + Pixels of blank space below paragraphs. To be added @@ -585,7 +618,7 @@ - The language this text is in, as an ISO code. + The language of the text The ISO code of the language The ISO code of the language of this text