Re: entry background color



Jun Ma wrote:

>who can tell me a hint to set the background color of
>an entry? I want to make the entry no-editable. So, if
>its bg color is gray, it looks better.
>
>Thanks.
>
Just use the call:

gtk_editable_set_editable(GTK_EDITABLE(your_entry), FALSE);

Olexiy





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