[Java-gnome-developer] gtk.icon_size_lookup_for_settings
Brought to you by:
afcowie
From: Khiraly <khi...@gm...> - 2006-05-04 08:59:34
|
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 |