0f06828c62e3c8df43449e25890953505e53ca4b
[oweals/cde.git] / cde / programs / dtwm / UI.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 /* $XConsortium: UI.h /main/4 1995/11/01 11:31:06 rswiston $ */
24 /*****************************************************************************
25  *
26  *   File:         UI.h
27  *
28  *   Project:      CDE
29  *
30  *   Description:  This file contains defines and declarations needed
31  *                 by UI.c
32  *
33  * (c) Copyright 1993, 1994 Hewlett-Packard Company
34  * (c) Copyright 1993, 1994 International Business Machines Corp.
35  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.
36  * (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of Novell, Inc.
37  *
38  ****************************************************************************/
39
40
41 #ifndef _ui_h
42 #define _ui_h
43
44 #define SWITCH_HIGH_BUTTON_WIDTH        124
45 #define SWITCH_HIGH_BUTTON_HEIGHT       27
46 #define SWITCH_LOW_BUTTON_WIDTH         66
47 #define SWITCH_LOW_BUTTON_HEIGHT        22
48
49 #define ICON_HIGH_WIDTH                 64
50 #define ICON_MEDIUM_WIDTH               58
51 #define ICON_LOW_WIDTH                  40
52
53
54 #define UP_ARROW_IMAGE_NAME             "Fpup"
55 #define DOWN_ARROW_IMAGE_NAME           "Fpdown"
56 #define UP_MONITOR_ARROW_IMAGE_NAME     "FpupY"
57 #define DOWN_MONITOR_ARROW_IMAGE_NAME   "FpdownY"
58 #define BLANK_ARROW_IMAGE_NAME          "FpblnkA"
59 #define DROPZONE_IMAGE_NAME             "Fpdropz"
60 #define INDICATOR_OFF_IMAGE_NAME        "Fpindc"
61 #define INDICATOR_ON_IMAGE_NAME         "FpindcY"
62 #define MINIMIZE_NORMAL_IMAGE_NAME      "Fpmin"
63 #define MINIMIZE_SELECTED_IMAGE_NAME    "FpminY"
64 #define MENU_NORMAL_IMAGE_NAME          "Fpmenu"
65 #define MENU_SELECTED_IMAGE_NAME        "FpmenuY"
66 #define HANDLE_IMAGE_NAME               "Fphandl"
67 #define DEFAULT_IMAGE_NAME              "Fpdeflt"
68
69
70
71 extern void ToggleDefaultControl (ControlData *, SubpanelData *, ControlData *);
72 extern String GetIconName (String, unsigned int);
73
74
75 #endif /* _ui_h */
76 /*  DON"T ADD ANYTHING AFTER THIS #endif  */