XEvent
Object Hierarchy:
Description:
[
CCode ( lower_case_csuffix =
"x_event" , type_id =
"ibus_x_event_get_type ()" ) ]
public class XEvent :
Serializable
Content:
Properties:
- public int event_type { get; construct; }
IBusXEventType of this IBusXEvent.
- public uint group { get; construct; }
group of this IBusXEvent.
- public uint hardware_keycode { get; construct; }
hardware keycode of this IBusXEvent.
- public bool is_modifier { get; construct; }
is_modifier of this IBusXEvent.
- public uint keyval { get; construct; }
keyval of this IBusXEvent.
- public int length { get; construct; }
keyval of this IBusXEvent.
- public string purpose { get; construct; }
purpose of this IBusXEvent.
- public uint root { get; construct; }
root window of this IBusXEvent.
- public bool same_screen { get; construct; }
same_screen of this IBusXEvent.
- public int send_event { get; construct; }
send_event of this IBusXEvent.
- public ulong serial { get; construct; }
serial of this IBusXEvent.
- public uint state { get; construct; }
state of this IBusXEvent.
- public string string { get; construct; }
string of this IBusXEvent.
- public uint subwindow { get; construct; }
subwindow of this IBusXEvent.
- public uint time { get; construct; }
time of this IBusXEvent.
- public uint version { get; }
Version of this IBusXEvent.
- public uint window { get; construct; }
window of this IBusXEvent.
- public int x { get; construct; }
x of this IBusXEvent.
- public int x_root { get; construct; }
root-x of this IBusXEvent.
- public int y { get; construct; }
x of this IBusXEvent.
- public int y_root { get; construct; }
root-y of this IBusXEvent.
Creation methods:
- public XEvent (string first_property_name, ...)
Create a new XEvent.
Methods:
Inherited Members:
All known members inherited from class IBus.Serializable
All known members inherited from class IBus.Object
All known members inherited from class GLib.Object