SCIM Bridge 0.4.x
scim-bridge-client-key-event-utility-gtk.h
Go to the documentation of this file.
1/*
2 * SCIM Bridge
3 *
4 * Copyright (c) 2006 Ryo Dairiki <ryo-dairiki@users.sourceforge.net>
5 *
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation and
10 * appearing in the file LICENSE.LGPL included in the package of this file.
11 * You can also redistribute it and/or modify it under the terms of
12 * the GNU General Public License as published by the Free Software Foundation and
13 * appearing in the file LICENSE.GPL included in the package of this file.
14 *
15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 */
19
27#ifndef SCIMBRIDGECLIENTKEYEVENTUTILITYGTK_H_
28#define SCIMBRIDGECLIENTKEYEVENTUTILITYGTK_H_
29
30#include <gdk/gdk.h>
31
32#include "scim-bridge.h"
34
42void scim_bridge_key_event_bridge_to_gdk (GdkEventKey *gdk_key_event, GdkWindow *client_window, const ScimBridgeKeyEvent *key_event);
43
44
52void scim_bridge_key_event_gdk_to_bridge (ScimBridgeKeyEvent *bridge_key_event, GdkWindow *client_window, const GdkEventKey *key_event);
53
54#endif /*SCIMBRIDGECLIENTKEYEVENTUTILITYGTK_H_*/
void scim_bridge_key_event_gdk_to_bridge(ScimBridgeKeyEvent *bridge_key_event, GdkWindow *client_window, const GdkEventKey *key_event)
Definition scim-bridge-client-key-event-utility-gtk.c:88
void scim_bridge_key_event_bridge_to_gdk(GdkEventKey *gdk_key_event, GdkWindow *client_window, const ScimBridgeKeyEvent *key_event)
Definition scim-bridge-client-key-event-utility-gtk.c:47
This header describes about key events.
This header describes about fundamental definitions of scim-bridge.
Definition scim-bridge-key-event.c:39