org.gnu.gdk

Class WindowAttr


public class WindowAttr
extends GObject

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Constructor Summary

WindowAttr(Handle handle)

Method Summary

protected static Handle
getColormap(Handle obj)
protected static Handle
getCursor(Handle obj)
Dimension
getDimension()
int
getEventMask()
protected static int
getEventMask(Handle obj)
protected static int
getHeight(Handle obj)
protected static boolean
getOverrideRedirect(Handle obj)
Point
getPosition()
String
getTitle()
protected static String
getTitle(Handle obj)
protected static Handle
getVisual(Handle obj)
protected static Handle
getWclass(Handle obj)
protected static int
getWidth(Handle obj)
protected static int
getWindowType(Handle obj)
protected static String
getWmclassClass(Handle obj)
protected static String
getWmclassName(Handle obj)
protected static int
getX(Handle obj)
protected static int
getY(Handle obj)
protected void
setColormap(Handle obj, Handle colormap)
protected void
setCursor(Handle obj, int cursor)
void
setDimension(int width, int height)
void
setEventMask(int evtMask)
protected void
setEventMask(Handle obj, int event_mask)
protected void
setHeight(Handle obj, int height)
protected void
setOverrideRedirect(Handle obj, boolean override_redirect)
void
setPosition(int x, int y)
void
setTitle(String title)
protected void
setTitle(Handle obj, String title)
protected void
setVisual(Handle obj, Handle visual)
protected void
setWclass(Handle obj, Handle wclass)
protected void
setWidth(Handle obj, int width)
protected void
setWindowType(Handle obj, int window_type)
protected void
setWmclassClass(Handle obj, String wmclass_class)
protected void
setWmclassName(Handle obj, String wmclass_name)
protected void
setX(Handle obj, int x)
protected void
setY(Handle obj, int y)

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Constructor Details

WindowAttr

public WindowAttr(Handle handle)

Method Details

getColormap

protected static final Handle getColormap(Handle obj)


getCursor

protected static final Handle getCursor(Handle obj)


getDimension

public Dimension getDimension()


getEventMask

public int getEventMask()


getEventMask

protected static final int getEventMask(Handle obj)


getHeight

protected static final int getHeight(Handle obj)


getOverrideRedirect

protected static final boolean getOverrideRedirect(Handle obj)


getPosition

public Point getPosition()


getTitle

public String getTitle()


getTitle

protected static final String getTitle(Handle obj)


getVisual

protected static final Handle getVisual(Handle obj)


getWclass

protected static final Handle getWclass(Handle obj)


getWidth

protected static final int getWidth(Handle obj)


getWindowType

protected static final int getWindowType(Handle obj)


getWmclassClass

protected static final String getWmclassClass(Handle obj)


getWmclassName

protected static final String getWmclassName(Handle obj)


getX

protected static final int getX(Handle obj)


getY

protected static final int getY(Handle obj)


setColormap

protected final void setColormap(Handle obj,
                                 Handle colormap)


setCursor

protected final void setCursor(Handle obj,
                               int cursor)


setDimension

public void setDimension(int width,
                         int height)


setEventMask

public void setEventMask(int evtMask)


setEventMask

protected final void setEventMask(Handle obj,
                                  int event_mask)


setHeight

protected final void setHeight(Handle obj,
                               int height)


setOverrideRedirect

protected final void setOverrideRedirect(Handle obj,
                                         boolean override_redirect)


setPosition

public void setPosition(int x,
                        int y)


setTitle

public void setTitle(String title)


setTitle

protected final void setTitle(Handle obj,
                              String title)


setVisual

protected final void setVisual(Handle obj,
                               Handle visual)


setWclass

protected final void setWclass(Handle obj,
                               Handle wclass)


setWidth

protected final void setWidth(Handle obj,
                              int width)


setWindowType

protected final void setWindowType(Handle obj,
                                   int window_type)


setWmclassClass

protected final void setWmclassClass(Handle obj,
                                     String wmclass_class)


setWmclassName

protected final void setWmclassName(Handle obj,
                                    String wmclass_name)


setX

protected final void setX(Handle obj,
                          int x)


setY

protected final void setY(Handle obj,
                          int y)