How to remove gtk widgets style?
Posted
by PP
on Stack Overflow
See other posts from Stack Overflow
or by PP
Published on 2010-04-21T08:31:44Z
Indexed on
2010/04/22
11:33 UTC
Read the original article
Hit count: 142
I have a GtkEntry and I want to remove it's style, set from the gtkrc file.
I have tried gtk_widget_set_style(widget, NULL);
but it is not working out.
© Stack Overflow or respective owner