From: Detlef W. <det...@gm...> - 2016-11-08 18:56:26
|
Hi, how can I get the value of a Gtk::Settings property? I.e. I want the name of the font in use, so started with: irb(main):060:0* Gtk::Settings.property('gtk-font-name') => #<GLib::Param::String: Gtk::Settings#gtk-font-name> I expected here a Ruby String as the return value. Is it not implemented for now, or is there an other way to get the value? Tanks, detlef |