| Top |
| #define | SKK_TYPE_KEY_EVENT |
| struct | SkkKeyEvent |
| struct | SkkKeyEventClass |
| enum | SkkModifierType |
| enum | SkkKeyEventFormatError |
struct SkkKeyEvent {
GObject parent_instance;
SkkKeyEventPrivate * priv;
};
Object representing a key event.
struct SkkKeyEventClass {
GObjectClass parent_class;
};
The class structure for SKK_TYPE_KEY_EVENT. All the fields in this structure are private and should never be accessed directly.