[MonoDevelop] changing color on a textview

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Jan 24 11:04:18 EST 2008


On Jan 24, 2008 4:17 AM, Darwin Reynoso <monouser at gmail.com> wrote:
> Hi,
> does anybody know the black magic to change the color on a textview
> using monodevelop.

TextViews are complicated things -- you can do quite complex
formatting with them by inserting TextTags.
http://www.bravegnu.org/gtktext/x113.html explains how (in C, but the
GTK# equivalents are pretty straightforward).

Changing colours in a label is much easier -- just use pango markup.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list