org.gnu.gnome

Class WindowIcon

public class WindowIcon extends Struct

Deprecated:

See Also: org.gnu.gtk.Window

Method Summary
static voidsetDefaultIcon(String filename)
Sets the default icon to be used in all windows of the application
static voidsetIcon(Window window, String filename)
Set an icon for a window.

Method Detail

setDefaultIcon

public static void setDefaultIcon(String filename)
Sets the default icon to be used in all windows of the application

Parameters: filename The filename of the icon.

setIcon

public static void setIcon(Window window, String filename)
Set an icon for a window.

Parameters: window The window to set the icon. filename The filename of the icon