Merge branch 'master' of https://git.code.sf.net/p/cdesktopenv/code
[oweals/cde.git] / cde / programs / dtudcfonted / selectxlfd.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* selectxlfd.h 1.1 - Fujitsu source for CDEnext    96/01/06 16:57:23      */
24 /* $XConsortium: selectxlfd.h /main/3 1996/04/08 16:02:27 cde-fuj $ */
25 /*
26  *  (c) Copyright 1995 FUJITSU LIMITED
27  *  This is source code modified by FUJITSU LIMITED under the Joint
28  *  Development Agreement for the CDEnext PST.
29  *  This is unpublished proprietary source code of FUJITSU LIMITED
30  */
31
32
33
34 #define BUTTONITEMS     4
35 #define PUSHBUTTONS     2
36 #define COPYLABELS      2
37
38 #define CX              12
39 #define CY              -4
40
41 #define XLFD_COLUMNS    38
42 #define KEY_COLUMNS     15
43
44 #define PIXELSIZE       7
45
46 /*
47  *      put data from resource database
48  */
49 typedef struct _Rsrc {
50         char    * xlfd_label ;      
51         char    * copy_xlfd_label ;      
52         char    * code_label ;      
53         char    * style_label ;      
54         char    * size_label ;       
55         char    * exec_label ;     
56         char    * quit_label ;     
57         char    * ok_label ;       
58         char    * cancel_label ;   
59         char    * copy_orgin ;      
60         char    * copy_target ;      
61         char    * copy_label ;   
62         char    * overlay_label ;   
63 } Rsrc ;
64 /***************< end of selectxlfd.h >***************/