[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: background in gtk_text_view



On Wed, Feb 26, 2003 at 02:34:19PM +0100, Micha³ Straszak wrote:
> Is it possible to set the background color of the whole
> line (or lines) in gtk_text_view? And how? (not text background)
> My english isn't perfect, so this is what I mean:
> |--------------|
> |Some text     |
> |Some#text#####| #-colored background
> |              |
> |Some#very#very|
> |long#text#####|
> |              |
> |--------------|
> 

I don't remember for sure, but if you set bg_full_height=TRUE 
on the text tag, and then apply the tag to the paragraph *including
the newline at the end of the paragraph*, it might work.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]