gtk-button-images setting not working.
- by PP
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.