|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
gnu.app.puppet | Provide a window manager. |
gnu.x11 | Provide X protocols. |
gnu.x11.event | Provide X core events. |
gnu.x11.extension | Provide X extensions. |
gnu.x11.extension.glx | Provide OpenGL(tm) via GLX. |
gnu.x11.test | Provide test suits for package gnu.x11 . |
Uses of Event in gnu.app.puppet |
---|
Methods in gnu.app.puppet with parameters of type Event | |
---|---|
void |
Puppet.when(Event event)
|
Uses of Event in gnu.x11 |
---|
Methods in gnu.x11 that return Event | |
---|---|
static Event |
MessageFactory.build_core_event(Display display,
byte[] data,
int code)
|
static Event |
MessageFactory.build_event(Display display,
int code)
|
static Event |
MessageFactory.build_extension_event(Display display,
byte[] data,
int code)
|
Event |
Display.next_event()
|
Event |
Connection.read_event(boolean blocking,
boolean remove)
|
Methods in gnu.x11 with parameters of type Event | |
---|---|
void |
Window.send_event(boolean propagate,
int event_mask,
Event event)
|
Uses of Event in gnu.x11.event |
---|
Subclasses of Event in gnu.x11.event | |
---|---|
class |
Button
X button event. |
class |
ButtonPress
X button press event. |
class |
ButtonRelease
X button release event. |
class |
CirculateNotify
X circulate notify event. |
class |
CirculateRequest
X circulate request event. |
class |
ClientMessage
X client message event. |
class |
ColormapNotify
X colormap notify event. |
class |
ConfigureNotify
X configure notify event. |
class |
ConfigureRequest
X configure request event. |
class |
CreateNotify
X create notify event. |
class |
DestroyNotify
X destroy notify event. |
class |
EnterNotify
X enter notify event. |
class |
Expose
X expose event. |
class |
FocusIn
X focus in event. |
class |
FocusOut
X focus out event. |
class |
GraphicsExpose
X graphics expose event. |
class |
GravityNotify
X gravity notify event. |
class |
Input
X input-related event. |
class |
KeymapNotify
X keymap notify event. |
class |
KeyPress
X key press event. |
class |
KeyRelease
X key release event. |
class |
LeaveNotify
X leave notify event. |
class |
MapNotify
X map notify event. |
class |
MappingNotify
X mapping notify event. |
class |
MapRequest
X map request event. |
class |
MotionNotify
X motion notify event. |
class |
NoExposure
X no exposure event. |
class |
PropertyNotify
X property notify event. |
class |
ReparentNotify
X reparent notify event. |
class |
ResizeRequest
X resize request event. |
class |
SelectionClear
X selection clear event. |
class |
SelectionNotify
X selection notify event. |
class |
SelectionRequest
X selection request event. |
class |
UnmapNotify
X unmap notify event. |
class |
VisibilityNotify
X visibility notify event. |
Uses of Event in gnu.x11.extension |
---|
Subclasses of Event in gnu.x11.extension | |
---|---|
class |
Print.AttributeNotifyEvent
PRINT attribute notify event. |
class |
Print.PrintNotifyEvent
PRINT print notify event. |
static class |
Shape.NotifyEvent
SHAPE notify event. |
Methods in gnu.x11.extension that return Event | |
---|---|
Event |
Shape.build(Display display,
byte[] data,
int code)
|
Event |
Print.build(Display display,
byte[] data,
int code)
|
Event |
EventFactory.build(Display display,
byte[] data,
int code)
|
Uses of Event in gnu.x11.extension.glx |
---|
Subclasses of Event in gnu.x11.extension.glx | |
---|---|
class |
PbufferClobberEvent
GLX pbuffer clobber event. |
Methods in gnu.x11.extension.glx that return Event | |
---|---|
Event |
GLX.build(Display display,
byte[] data,
int code)
|
Uses of Event in gnu.x11.test |
---|
Fields in gnu.x11.test declared as Event | |
---|---|
Event |
Graphics.event
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |