GNOME Bugzilla – Bug 340671
icon_size_lookup_for_settings isn't wrapped
Last modified: 2008-02-13 02:18:09 UTC
Please describe the problem: gtk.icon_size_lookup_for_settings() is not implemented in org/gnu/gtk/IconSize.java Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Implementing this will also require exposing gtk_widget_get_settings(), since as of right now we have no way of creating a GtkSettings object. I will look into this over the next few days, but this looks like a fairly straightforward addition.
Thanks for taking the time to report this bug. However, you are using a version that is too old and not supported anymore. GNOME developers are no longer working on that version, so unfortunately there will not be any bug fixes for the version that you use. If you want to see coverage of this method, then see about implementing coverage of Settings and Widget's getSettings() as discussed. Good luck, AfC