gnu.gcj.xlib

Class XUnmapEvent


public class XUnmapEvent
extends XEvent

Interprets data from an Xlib XUnmapEvent.

Constructor Summary

XUnmapEvent(Display display, Window eventWindow, Window unmappedWindow, boolean fromConfigure)

Method Summary

void
setFromConfigure(boolean fromConfigure)
void
setUnmappedWindow(Window unmappedWindow)

Methods inherited from class gnu.gcj.xlib.XEvent

getXAnyEvent, toString

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

XUnmapEvent

public XUnmapEvent(Display display,
                   Window eventWindow,
                   Window unmappedWindow,
                   boolean fromConfigure)

Method Details

setFromConfigure

public void setFromConfigure(boolean fromConfigure)

setUnmappedWindow

public void setUnmappedWindow(Window unmappedWindow)

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.