Re: GtkSettings

2015-05-20 Thread Torsten Schönfeld
"Daniel Kasak" : > Anyway, to help debug, I'm looking for a way to get hold of the GtkSettings: > https://developer.gnome.org/gtk3/stable/GtkSettings.html#gtk-settings-get-default > > Is this covered by the bindings? Gtk3::settings_get_default() doesn't > seem

GtkSettings

2015-05-19 Thread Daniel Kasak
I'm looking for a way to get hold of the GtkSettings: https://developer.gnome.org/gtk3/stable/GtkSettings.html#gtk-settings-get-default Is this covered by the bindings? Gtk3::settings_get_default() doesn't seem to work, nor does any other similar attempt. Dan __