Hi.

You can modify text color of GtkEntry with gtk_widget_modify_text
function (docs:
http://library.gnome.org/devel/gtk/stable/GtkWidget.html#gtk-widget-modify-text).

You have more options (and problems;) when coloring your GtkComboBox,
since it uses GtkCellRenderers to render it's content. See docs for
more details. (docs:
http://library.gnome.org/devel/gtk/stable/GtkCellRendererText.html)


2008/12/8 gordon <[EMAIL PROTECTED]>:
> Hi,
>       I am a software programmer.  I  do have a problem about programming
> with Gtk+.   I  can not  change the color of the words
>  which  show on Entry  and  Combobox. I use the Gtk 2.10.
> _______________________________________________
> gtk-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
>



-- 
Tadej Borovšak
[EMAIL PROTECTED]
[EMAIL PROTECTED]
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to