~ubuntu-branches/ubuntu/trusty/scim-bridge/trusty

« back to all changes in this revision

Viewing changes to client-gtk/scim-bridge-client-keyevent-utility-gtk.h

  • Committer: Bazaar Package Importer
  • Author(s): Hou ZhengPeng
  • Date: 2006-04-02 18:07:30 UTC
  • Revision ID: james.westby@ubuntu.com-20060402180730-x4zlfe8odh4yzcld
Tags: upstream-0.1.3
ImportĀ upstreamĀ versionĀ 0.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SCIMBRIDGECLIENTKEYEVENTUTILITYGTK_H_
 
2
#define SCIMBRIDGECLIENTKEYEVENTUTILITYGTK_H_
 
3
 
 
4
#include <gdk/gdk.h>
 
5
 
 
6
#include "scim-bridge-client-imcontext-gtk.h"
 
7
#include "scim-bridge-keyevent.h"
 
8
 
 
9
GdkEventKey scim_bridge_keyevent_bridge_to_gdk (GdkWindow *client_window, const ScimBridgeKeyEvent *keyevent);
 
10
ScimBridgeKeyEvent scim_bridge_keyevent_gdk_to_bridge (GdkWindow *client_window, const GdkEventKey *keyevent);
 
11
#endif                                            /*SCIMBRIDGECLIENTKEYEVENTUTILITYGTK_H_*/