comparison include/Atok.h @ 0:92745d501b9a

initial import from kinput2-v3.1
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 04:44:30 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:92745d501b9a
1 /* $Id: Atok.h,v 1.1 1999/08/13 06:26:59 ishisone Exp $ */
2 /*
3 * Copyright 1999 Justsystem Corporation, Japan.
4 *
5 * Permission to use, copy, modify, and distribute this software and its
6 * documentation for any purpose and without fee is hereby granted,
7 * provided that the above copyright notice appear in all copies and that
8 * both that copyright notice and this permission notice appear in
9 * supporting documentation, and that the name of Justsystem Corporation
10 * not be used in advertising or publicity pertaining to distribution
11 * of the software without specific, written prior permission. Justsystem
12 * Corporation makes no representations about the suitability of this
13 * software for any purpose. It is provided "as is" without express
14 * or implied warranty.
15 *
16 * Author: Atsushi Irisawa
17 */
18
19 #ifndef _Atok_h
20 #define _Atok_h
21
22 #include "InputConv.h"
23
24 /*
25 Atok new resources:
26
27 name class type default access
28 ----------------------------------------------------------------------------
29 server Server String *1 CG
30 conffile Conffile String *2 CG
31
32 note: *1) if not specified, use value of an environment variable "ATOKHOST"
33 *2) if not specified, use value of an environment variable "ATOKCONF"
34 */
35
36 #define XtNAtokServer "server"
37 #define XtCAtokServer "Server"
38 #define XtNConfFile "conf"
39 #define XtCConfFile "Conf"
40 #define XtNStyleFile "style"
41 #define XtCStyleFile "StyleFile"
42 #define XtNPort "port"
43 #define XtCPort "Port"
44
45 typedef struct _AtokClassRec *AtokObjectClass;
46 typedef struct _AtokRec *AtokObject;
47
48 extern WidgetClass atokObjectClass;
49
50 #endif /* _Atok_h */