On Sun, Aug 24, 2008 at 12:45 AM, innominate <[EMAIL PROTECTED]> wrote:
>
> Can anyone tell me more about this property?  The documentation is very
> lacking.

It's Pango Markup, similar to a tiny subset of HTML:
http://library.gnome.org/devel/pango/unstable/PangoMarkupFormat.html

The GLib.Markup.EscapeText method is useful for escaping strings that
contain <, & characters etc you want to use within a markup string.

> What I am trying to make my TreeView look the one in the image.
> (Gedit->Preferences->Plugins if that image upload doesnt work)

I imagine Markup = "<b>Title</b>\nSubtitle"; would give you that effect.



-- 
Michael Hutchinson
http://mjhutchinson.com
_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to