~ubuntu-branches/ubuntu/utopic/gridengine/utopic

« back to all changes in this revision

Viewing changes to source/3rdparty/qmon/Xmt310/Xmt/AppRes.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-25 22:36:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080625223613-tvd9xlhuoct9kyhm
Tags: upstream-6.2~beta2
ImportĀ upstreamĀ versionĀ 6.2~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
 * Motif Tools Library, Version 3.1
 
3
 * $Id$
 
4
 * 
 
5
 * Written by David Flanagan.
 
6
 * Copyright (c) 1992-2001 by David Flanagan.
 
7
 * All Rights Reserved.  See the file COPYRIGHT for details.
 
8
 * This is open source software.  See the file LICENSE for details.
 
9
 * There is no warranty for this software.  See NO_WARRANTY for details.
 
10
 *
 
11
 * $Log$
 
12
 * Revision 1.1.1.1  2001/07/18 11:06:01  root
 
13
 * Initial checkin.
 
14
 *
 
15
 * Revision 1.1  2001/06/12 15:00:21  andre
 
16
 * AA-2001-06-12-0: replaced Xmt212 by Xmt310
 
17
 *                  (http://sourceforge.net/projects/motiftools) with
 
18
 *                  our xmt212 patches applied
 
19
 *
 
20
 *
 
21
 */
 
22
 
 
23
#ifndef _XmtAppRes_h
 
24
#define _XmtAppRes_h
 
25
 
 
26
/*
 
27
 * names and classes for each of these resources
 
28
 */
 
29
#ifndef XmtNbusyCursor
 
30
#define XmtNbusyCursor          "busyCursor"
 
31
#endif
 
32
#ifndef XmtCBusyCursor
 
33
#define XmtCBusyCursor          "BusyCursor"
 
34
#endif
 
35
#ifndef XmtNbusyCursorForeground
 
36
#define XmtNbusyCursorForeground        "busyCursorForeground"
 
37
#endif
 
38
#ifndef XmtNbusyCursorBackground
 
39
#define XmtNbusyCursorBackground        "busyCursorBackground"
 
40
#endif
 
41
#ifndef XmtNhelpCursor
 
42
#define XmtNhelpCursor          "helpCursor"
 
43
#endif
 
44
#ifndef XmtCHelpCursor
 
45
#define XmtCHelpCursor          "HelpCursor"
 
46
#endif
 
47
#ifndef XmtNhelpCursorForeground
 
48
#define XmtNhelpCursorForeground        "helpCursorForeground"
 
49
#endif
 
50
#ifndef XmtNhelpCursorBackground
 
51
#define XmtNhelpCursorBackground        "helpCursorBackground"
 
52
#endif
 
53
#ifndef XmtNcontextHelpPixmap
 
54
#define XmtNcontextHelpPixmap   "contextHelpPixmap"
 
55
#endif
 
56
#ifndef XmtCContextHelpPixmap
 
57
#define XmtCContextHelpPixmap   "ContextHelpPixmap"
 
58
#endif
 
59
#ifndef XmtNhelpFile
 
60
#define XmtNhelpFile            "helpFile"
 
61
#endif
 
62
#ifndef XmtCHelpFile
 
63
#define XmtCHelpFile            "HelpFile"
 
64
#endif
 
65
#ifndef XmtNcontextHelpFile
 
66
#define XmtNcontextHelpFile     "contextHelpFile"
 
67
#endif
 
68
#ifndef XmtCContextHelpFile
 
69
#define XmtCContextHelpFile     "ContextHelpFile"
 
70
#endif
 
71
#ifndef XmtNconfigDir
 
72
#define XmtNconfigDir           "configDir"
 
73
#endif
 
74
#ifndef XmtCConfigDir
 
75
#define XmtCConfigDir           "ConfigDir"
 
76
#endif
 
77
#ifndef XmtNhelpFilePath
 
78
#define XmtNhelpFilePath        "helpFilePath"
 
79
#endif
 
80
#ifndef XmtNresourceFilePath
 
81
#define XmtNresourceFilePath    "resourceFilePath"
 
82
#endif
 
83
#ifndef XmtNbitmapFilePath
 
84
#define XmtNbitmapFilePath      "bitmapFilePath"
 
85
#endif
 
86
#ifndef XmtNpixmapFilePath
 
87
#define XmtNpixmapFilePath      "pixmapFilePath"
 
88
#endif
 
89
#ifndef XmtCHelpFilePath
 
90
#define XmtCHelpFilePath        "HelpFilePath"
 
91
#endif
 
92
#ifndef XmtCResourceFilePath
 
93
#define XmtCResourceFilePath    "ResourceFilePath"
 
94
#endif
 
95
#ifndef XmtCBitmapFilePath
 
96
#define XmtCBitmapFilePath      "BitmapFilePath"
 
97
#endif
 
98
#ifndef XmtCPixmapFilePath
 
99
#define XmtCPixmapFilePath      "PixmapFilePath"
 
100
#endif
 
101
#ifndef XmtNconfigPath
 
102
#define XmtNconfigPath          "configPath"
 
103
#endif
 
104
#ifndef XmtNuserConfigPath
 
105
#define XmtNuserConfigPath      "userConfigPath"
 
106
#endif
 
107
#ifndef XmtCConfigPath
 
108
#define XmtCConfigPath  "ConfigPath"
 
109
#endif
 
110
#ifndef XmtNcolorTable
 
111
#define XmtNcolorTable "colorTable"
 
112
#endif
 
113
#ifndef XmtCColorTable
 
114
#define XmtCColorTable "ColorTable"
 
115
#endif
 
116
#ifndef XmtNdefaultColorTable
 
117
#define XmtNdefaultColorTable "defaultColorTable"
 
118
#endif
 
119
#ifndef XmtCDefaultColorTable
 
120
#define XmtCDefaultColorTable "DefaultColorTable"
 
121
#endif
 
122
#ifndef XmtNreverseVideo
 
123
#define XmtNreverseVideo "reverseVideo"
 
124
#endif
 
125
#ifndef XmtCReverseVideo
 
126
#define XmtCReverseVideo "ReverseVideo"
 
127
#endif
 
128
#ifndef XmtNcursor
 
129
#define XmtNcursor "cursor"
 
130
#endif
 
131
#ifndef XmtCCursor
 
132
#define XmtCCursor "Cursor"
 
133
#endif
 
134
#ifndef XmtNcursorForeground
 
135
#define XmtNcursorForeground "cursorForeground"
 
136
#endif
 
137
#ifndef XmtCCursorForeground
 
138
#define XmtCCursorForeground "CursorForeground"
 
139
#endif
 
140
#ifndef XmtNcursorBackground
 
141
#define XmtNcursorBackground "cursorBackground"
 
142
#endif
 
143
#ifndef XmtCCursorBackground
 
144
#define XmtCCursorBackground "CursorBackground"
 
145
#endif
 
146
 
 
147
_XFUNCPROTOBEGIN
 
148
#if NeedFunctionPrototypes
 
149
extern void XmtParseCommandLine(Widget, int *, char **);
 
150
extern void XmtInitializeApplicationShell(Widget, ArgList, Cardinal);
 
151
extern void XmtSetApplicationValues(Widget, ArgList, Cardinal);
 
152
extern void XmtGetApplicationValues(Widget, ArgList, Cardinal);
 
153
extern Widget XmtLookupApplicationShell(XrmQuark);
 
154
#else
 
155
extern void XmtParseCommandLine();
 
156
extern void XmtInitializeApplicationShell();
 
157
extern void XmtSetApplicationValues();
 
158
extern void XmtGetApplicationValues();
 
159
extern Widget XmtLookupApplicationShell();
 
160
#endif
 
161
_XFUNCPROTOEND    
 
162
 
 
163
#endif