Hi!
What is the java equivalent for the icon_size_lookup_for_settings
function call?
Here is a code (in python), what I want to port to java:
settings = gtk.Widget.get_settings (button)
(w,h) = gtk.icon_size_lookup_for_settings (settings,
gtk.ICON_SIZE_MENU)
gtk.Widget.set_size_request (button, w + 4, h + 4)
Thx in advance,
Khiraly
|