Re: [PHP-GTK] formatted text in gtkentry

[email protected] (Markus Fischer) Tue, 14 Aug 2001 19:38:22 +0200
Newsgroups php.gtk
Message-ID <[email protected]>
On Tue, Aug 14, 2001 at 11:16:47AM -0400, Daniel Adams wrote : 
> Can you do stuff like change the text red or make it strikethrough in a
> gtkentry?  I want to do this with cells in a gtkclist

My first guess is that gtk1.2 doesn't supprt it. However, gtk2
with Pango will support it ... text than looks like this

	<bold>Textentry content</bold

I've seen this somewhere before ;)

Anyway, you're better off asking at gtk-user list (for now ;)
methinks.

- Markus