org.gnu.gdk

Class EventNoExpose

public class EventNoExpose extends Event

Constructor Summary
EventNoExpose(Event evt)
Promotion constructor.
EventNoExpose(Handle handle)
Method Summary
booleangetSendEvent()
WindowgetWindow()

Constructor Detail

EventNoExpose

public EventNoExpose(Event evt)
Promotion constructor. Construct the specific event object by promoting (sharing the Handle object of) the base Event.

EventNoExpose

public EventNoExpose(Handle handle)

Method Detail

getSendEvent

public boolean getSendEvent()

getWindow

public Window getWindow()