org.gnu.gdk
Class WindowAttr
public class WindowAttr
extends MemStruct
Attributes to use for a newly-created window.
WindowAttr
public WindowAttr()
WindowAttr
public WindowAttr(Handle handle)
getColormap
public Colormap getColormap()
getCursor
public Cursor getCursor()
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
getEventMask
public int getEventMask()
getPosition
public Point getPosition()
getTitle
public String getTitle()
getVisual
public Visual getVisual()
setColormap
public void setColormap(Colormap map)
setCursor
public void setCursor(Cursor cursor)
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
setDimension
public void setDimension(int width,
int height)
setEventMask
public void setEventMask(int evtMask)
setPosition
public void setPosition(int x,
int y)
setTitle
public void setTitle(String title)
setVisual
public void setVisual(Visual visual)