After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 340671 - icon_size_lookup_for_settings isn't wrapped
icon_size_lookup_for_settings isn't wrapped
Status: RESOLVED OBSOLETE
Product: java-gnome
Classification: Bindings
Component: Obsolete
Unmaintained
Other All
: Normal normal
: ---
Assigned To: Adam Jocksch
java-gnome bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-04 18:22 UTC by khiraly
Modified: 2008-02-13 02:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description khiraly 2006-05-04 18:22:17 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:
Comment 1 Adam Jocksch 2006-05-04 18:25:10 UTC
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.
Comment 2 Andrew Cowie 2008-02-13 02:18:09 UTC
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