org.gnu.gnome
public class WindowIcon extends org.gnu.glib.Struct
Window
Modifier and Type | Method and Description |
---|---|
static void |
setDefaultIcon(java.lang.String filename)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
static void |
setIcon(org.gnu.gtk.Window window,
java.lang.String filename)
Deprecated.
Superceeded by java-gnome 4.0; this method may or may not
exist in the new bindings but if it does, it will likely have
a different name or signature in order that the presented API
is a more algorithmic mapping of the underlying native libraries.
|
public static void setIcon(org.gnu.gtk.Window window, java.lang.String filename)
window
- The window to set the icon.filename
- The filename of the iconpublic static void setDefaultIcon(java.lang.String filename)
filename
- The filename of the icon.