org.gnu.gnome
Class WindowIcon

java.lang.Object
  extended byorg.gnu.glib.Struct
      extended byorg.gnu.gnome.WindowIcon

public class WindowIcon
extends org.gnu.glib.Struct

See Also:
Window

Method Summary
static void setDefaultIcon(java.lang.String filename)
          Deprecated. Sets the default icon to be used in all windows of the application
static void setIcon(org.gnu.gtk.Window window, java.lang.String filename)
          Deprecated. Set an icon for a window.
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setIcon

public static void setIcon(org.gnu.gtk.Window window,
                           java.lang.String filename)
Deprecated. 
Set an icon for a window.

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

setDefaultIcon

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

Parameters:
filename - The filename of the icon.