diff --git a/doc/ChangeLog b/doc/ChangeLog index 33a0b8c94..a605982b9 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-13 Shane Landrum + + * en/Gtk/TextAppearance.xml + * en/Gtk/TextAttributes.xml: Classes to control text presentation. + 2004-08-13 Shane Landrum * en/Gtk/TreeCellDataFunc.xml diff --git a/doc/en/Gtk/TextAppearance.xml b/doc/en/Gtk/TextAppearance.xml index 36bba5bff..ab7180bbf 100644 --- a/doc/en/Gtk/TextAppearance.xml +++ b/doc/en/Gtk/TextAppearance.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 is used by for color and position details about text. + System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + A default/empty TextAppearance. + @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextAppearance' - To be added + Internal constructor; not for developer use. + an , pointer to the underlying C object + a new + @@ -56,10 +56,10 @@ - To be added - To be added: an object of type 'Gdk.Bitmap' - To be added: an object of type 'Gdk.Bitmap' - To be added + A stipple (dotted) pattern for the foreground color. + a + a + @@ -71,10 +71,10 @@ - To be added - To be added: an object of type 'Gdk.Bitmap' - To be added: an object of type 'Gdk.Bitmap' - To be added + A stipple (dotted) pattern for the background color. + a + a + @@ -86,8 +86,8 @@ - To be added - To be added + The background color of this text. + @@ -99,8 +99,8 @@ - To be added - To be added + The foreground color of this text. + @@ -112,8 +112,8 @@ - To be added - To be added + Offset of text in pixels above the baseline (if positive) or below the baseline (if negative). + @@ -125,9 +125,9 @@ - To be added - To be added + Style of underlining for this text. + See for possible values. - \ No newline at end of file + diff --git a/doc/en/Gtk/TextAttributes.xml b/doc/en/Gtk/TextAttributes.xml index c95e8b061..ba8c6fa9a 100644 --- a/doc/en/Gtk/TextAttributes.xml +++ b/doc/en/Gtk/TextAttributes.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 to represent the possible attributes of text in a + System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + No attributes at all. + @@ -39,9 +39,9 @@ - To be added - To be added: an object of type 'Gtk.TextAttributes' - To be added + Public constructor. + A new + @@ -54,10 +54,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextAttributes' - To be added + Constructor for internal use only. + An , a pointer to the C object. + a new + @@ -68,8 +68,8 @@ - To be added - To be added + Increments the reference count. + @@ -82,9 +82,9 @@ - To be added - To be added: an object of type 'Gtk.TextAttributes' - To be added + Copy the values in this object to and free the values in this object.. + A new + @@ -95,9 +95,9 @@ - To be added - To be added: an object of type 'Gtk.TextAttributes' - To be added + Makes a new copy of this object. + A new + FIXME: elaborate the difference between this and Copy, and see if the differences in the underlying C library carry over to the C# library @@ -108,8 +108,8 @@ - To be added - To be added + Decrements the reference count for this object, freeing the underlying C data structure if the refcount reaches 0. + @@ -121,10 +121,10 @@ - To be added - To be added: an object of type 'Pango.Language' - To be added: an object of type 'Pango.Language' - To be added + The language of this text. + a + a + @@ -136,10 +136,10 @@ - To be added - To be added: an object of type 'Pango.TabArray' - To be added: an object of type 'Pango.TabArray' - To be added + The tab stops for this text. + a + a + @@ -151,10 +151,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 font for this text. + a + a + @@ -179,8 +179,8 @@ - To be added - To be added + The reference count for this object. + @@ -192,8 +192,8 @@ - To be added - To be added + The appearance of this text: colors, underlining, etc. + See for more details. @@ -205,8 +205,8 @@ - To be added - To be added + The justification of this text. + @@ -218,8 +218,8 @@ - To be added - To be added + Whether this text runs right-to-left or left-to-right. + @@ -231,8 +231,8 @@ - To be added - To be added + The scale of this text. + For more information about font scaling, see @@ -244,8 +244,8 @@ - To be added - To be added + The size of the left margin. + @@ -257,8 +257,8 @@ - To be added - To be added + The size of the indent. + @@ -270,8 +270,8 @@ - To be added - To be added + The size of the right margin. + @@ -283,8 +283,8 @@ - To be added - To be added + The number of blank pixels above a line of text. + @@ -296,8 +296,8 @@ - To be added - To be added + The number of blank pixels below a line of text. + @@ -309,8 +309,8 @@ - To be added - To be added + The number of pixels between wrapped lines. + @@ -322,9 +322,9 @@ - To be added - To be added + The line-wrapping style for this text. + - \ No newline at end of file +