gtk-button-images setting not working.
Posted
by PP
on Stack Overflow
See other posts from Stack Overflow
or by PP
Published on 2010-03-30T06:37:28Z
Indexed on
2010/03/30
6:43 UTC
Read the original article
Hit count: 238
When i try to set this property I am getting run time error,
GtkSettings *settings;
settings = gtk_settings_get_default();
g_object_set(G_OBJECT(settings), "gtk-button-images", TRUE, NULL);
Error:
(App:5191): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GtkSettings' has no property named `gtk-button-images'
Why this might be happening?
i am also using rc file with this.
© Stack Overflow or respective owner