Struct
GdkEventFocus
Description [src]
struct GdkEventFocus {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
gint16 in;
}
Describes a change of keyboard focus.
Structure members
type |
The type of the event ( |
window |
The window which received the event. |
send_event |
|
in |
|