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

« back to all changes in this revision

Viewing changes to source/3rdparty/qmon/Xmt310/Xmt/WorkingBoxS.c

  • 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:03  root
 
13
 * Initial checkin.
 
14
 *
 
15
 * Revision 1.2  2001/06/12 16:25:28  andre
 
16
 * *** empty log message ***
 
17
 *
 
18
 *
 
19
 */
 
20
#include <X11/Intrinsic.h>
 
21
#ifndef _Xconst
 
22
#if __STDC__ || defined(__cplusplus) || defined(c_plusplus)
 
23
#define _Xconst const
 
24
#else
 
25
#define _Xconst
 
26
#endif
 
27
#endif /* _Xconst */
 
28
 
 
29
externaldef(xmtworkingboxstrings) _Xconst char XmtWorkingBoxStrings[] = {
 
30
    'b','u','t','t','o','n','L','a','b','e','l',0,
 
31
    'b','u','t','t','o','n','W','i','d','g','e','t',0,
 
32
    'i','c','o','n',0,
 
33
    'm','e','s','s','a','g','e',0,
 
34
    's','c','a','l','e','L','a','b','e','l',0,
 
35
    's','c','a','l','e','M','a','x',0,
 
36
    's','c','a','l','e','M','i','n',0,
 
37
    's','c','a','l','e','V','a','l','u','e',0,
 
38
    's','c','a','l','e','W','i','d','g','e','t',0,
 
39
    's','h','o','w','B','u','t','t','o','n',0,
 
40
    's','h','o','w','S','c','a','l','e',0,
 
41
    'B','u','t','t','o','n','L','a','b','e','l',0,
 
42
    'I','c','o','n',0,
 
43
    'M','e','s','s','a','g','e',0,
 
44
    'S','c','a','l','e','L','a','b','e','l',0,
 
45
    'S','c','a','l','e','M','a','x',0,
 
46
    'S','c','a','l','e','M','i','n',0,
 
47
    'S','c','a','l','e','V','a','l','u','e',0,
 
48
    'S','h','o','w','B','u','t','t','o','n',0,
 
49
    'S','h','o','w','S','c','a','l','e',0
 
50
};