|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.MemStruct
org.gnu.gdk.WindowAttr
org.gnome.gdk.WindowAttr
.
public class WindowAttr
Attributes to use for a newly-created window.
Constructor Summary | |
---|---|
WindowAttr()
Deprecated. |
|
WindowAttr(org.gnu.glib.Handle handle)
Deprecated. |
Method Summary | |
---|---|
Colormap |
getColormap()
Deprecated. |
Cursor |
getCursor()
Deprecated. 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. |
Dimension |
getDimension()
Deprecated. |
int |
getEventMask()
Deprecated. |
Point |
getPosition()
Deprecated. |
java.lang.String |
getTitle()
Deprecated. |
Visual |
getVisual()
Deprecated. |
void |
setColormap(Colormap map)
Deprecated. |
void |
setCursor(Cursor cursor)
Deprecated. 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. |
void |
setDimension(int width,
int height)
Deprecated. |
void |
setEventMask(int evtMask)
Deprecated. |
void |
setPosition(int x,
int y)
Deprecated. |
void |
setTitle(java.lang.String title)
Deprecated. |
void |
setVisual(Visual visual)
Deprecated. |
Methods inherited from class org.gnu.glib.MemStruct |
---|
getMemStructFromHandle |
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 |
Constructor Detail |
---|
public WindowAttr(org.gnu.glib.Handle handle)
public WindowAttr()
Method Detail |
---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getEventMask()
public void setEventMask(int evtMask)
public Point getPosition()
public void setPosition(int x, int y)
public void setDimension(int width, int height)
public Dimension getDimension()
public Visual getVisual()
public void setVisual(Visual visual)
public Colormap getColormap()
public void setColormap(Colormap map)
public Cursor getCursor()
Use Window.setCursor(org.gnu.gdk.Cursor)
to set the Window's cursor.
public void setCursor(Cursor cursor)
Use Window.setCursor(org.gnu.gdk.Cursor)
to set the Window's cursor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |