org.gnu.gnome
Class WindowIcon
public class WindowIcon
extends Boxed
gnome_window_icon_init
protected static final void gnome_window_icon_init()
gnome_window_icon_set_default_from_file
protected static final void gnome_window_icon_set_default_from_file(String filename)
gnome_window_icon_set_default_from_file_list
protected static final void gnome_window_icon_set_default_from_file_list(String[] filenames)
gnome_window_icon_set_from_default
protected static final void gnome_window_icon_set_from_default(Handle window)
gnome_window_icon_set_from_file
protected static final void gnome_window_icon_set_from_file(Handle window,
String filename)
gnome_window_icon_set_from_file_list
protected static final void gnome_window_icon_set_from_file_list(Handle window,
String[] filenames)
setDefaultIcon
public static void setDefaultIcon(String filename)
Sets the default icon to be used in all windows of the application
filename
- The filename of the icon.
setIcon
public static void setIcon(Window window,
String filename)
Set an icon for a window.
window
- The window to set the icon.filename
- The filename of the icon