~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/GraphLib/libsrc/uimxR5/src/utypevars.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)utypevars.c      17.1 (ESO-IPG) 01/25/02 17:26:36 */
 
2
/*---------------------------------------------------------------------
 
3
 * $Date: 2003-06-04 14:49:19 $             $Revision: 1.1.1.1 $
 
4
 *---------------------------------------------------------------------
 
5
 * 
 
6
 *
 
7
 *             Copyright (c) 1991, Visual Edge Software Ltd.
 
8
 *
 
9
 * ALL  RIGHTS  RESERVED.  Permission  to  use,  copy,  modify,  and
 
10
 * distribute  this  software  and its documentation for any purpose
 
11
 * and  without  fee  is  hereby  granted,  provided  that the above
 
12
 * copyright  notice  appear  in  all  copies  and  that  both  that
 
13
 * copyright  notice and this permission notice appear in supporting
 
14
 * documentation,  and that  the name of Visual Edge Software not be
 
15
 * used  in advertising  or publicity  pertaining to distribution of
 
16
 * the software without specific, written prior permission. The year
 
17
 * included in the notice is the year of the creation of the work.
 
18
 *-------------------------------------------------------------------*/
 
19
 
 
20
/*-------------------------------------------------------------------------
 
21
 * UIMX type indices
 
22
 *------------------------------------------------------------------------*/
 
23
 
 
24
int     UxUT_float                      = -1;
 
25
int     UxUT_int                        = -1;
 
26
int     UxUT_short                      = -1;
 
27
int     UxUT_string                     = -1;
 
28
int     UxUT_vhandle                    = -1;
 
29
int     UxUT_char                       = -1;
 
30
int     UxUT_long                       = -1;
 
31
int     UxUT_stringTable                = -1;
 
32
int     UxUT_cardFunction               = -1;
 
33
int     UxUT_voidFunction               = -1;
 
34
int     UxUT_visualPointer              = -1;
 
35
int     UxUT_XmTextSource               = -1;
 
36
 
 
37
 
 
38
/*----------------------------------------------------------------------------
 
39
 * Non-enumerated X types (in alphabetic order, ignoring case). 
 
40
 *---------------------------------------------------------------------------*/
 
41
 
 
42
int     UxXT_Accelerators               = -1;
 
43
int     UxXT_Atom                       = -1;
 
44
int     UxXT_bitmap                     = -1;
 
45
int     UxXT_BorderPixmap               = -1;
 
46
int     UxXT_BottomShadowPixmap         = -1;
 
47
int     UxXT_char                       = -1;
 
48
int     UxXT_Colormap                   = -1;
 
49
int     UxXT_CreatePopupChildProc       = -1;
 
50
int     UxXT_Dimension                  = -1;
 
51
int     UxXT_DirListItems               = -1;
 
52
int     UxXT_DirSearchProc              = -1;
 
53
int     UxXT_FileListItems              = -1;
 
54
int     UxXT_FileSearchProc             = -1;
 
55
int     UxXT_FontStruct                 = -1;
 
56
int     UxXT_HighlightPixmap            = -1;
 
57
int     UxXT_HistoryItems               = -1;
 
58
int     UxXT_InsertPosition             = -1;
 
59
int     UxXT_int                        = -1;
 
60
int     UxXT_Items                      = -1;
 
61
int     UxXT_KeySym                     = -1;
 
62
int     UxXT_ListItems                  = -1;
 
63
int     UxXT_StringOrNull               = -1;
 
64
int     UxXT_Pixel                      = -1;
 
65
int     UxXT_Pixmap                     = -1;
 
66
int     UxXT_Pointer                    = -1;
 
67
int     UxXT_Position                   = -1;
 
68
int     UxXT_QualifySearchDataProc      = -1;
 
69
int     UxXT_SelectedItems              = -1;
 
70
int     UxXT_short                      = -1;
 
71
int     UxXT_String                     = -1;
 
72
int     UxXT_StringTable                = -1;
 
73
int     UxXT_TopShadowPixmap            = -1;
 
74
int     UxXT_Translations               = -1;
 
75
int     UxXT_ValueWcs                   = -1;
 
76
int     UxXT_VisualPointer              = -1;
 
77
int     UxXT_Widget                     = -1;
 
78
int     UxXT_WidgetClass                = -1;
 
79
int     UxXT_WidgetList                 = -1;
 
80
int     UxXT_Window                     = -1;
 
81
int     UxXT_XID                        = -1;
 
82
int     UxXT_XmFontList                 = -1;
 
83
int     UxXT_XmString                   = -1;
 
84
int     UxXT_XmTextSource               = -1;
 
85
 
 
86
 
 
87
/*----------------------------------------------------------------------------
 
88
 * Enumerated X types (in alphabetic order) 
 
89
 *---------------------------------------------------------------------------*/
 
90
 
 
91
int     UxXT_Alignment                  = -1;
 
92
int     UxXT_ArrowDirection             = -1;
 
93
int     UxXT_AttachmentType             = -1;
 
94
int     UxXT_AudibleWarning             = -1;
 
95
int     UxXT_Bool                       = -1;
 
96
int     UxXT_Boolean                    = -1;
 
97
int     UxXT_ChildPlacement             = -1;
 
98
int     UxXT_ChildType                  = -1;
 
99
int     UxXT_ChildVerticalAlignment     = -1;
 
100
int     UxXT_CommandWindowLocation      = -1;
 
101
int     UxXT_DefaultButtonType          = -1;
 
102
int     UxXT_DeleteResponse             = -1;
 
103
int     UxXT_DialogStyle                = -1;
 
104
int     UxXT_DialogType                 = -1;
 
105
int     UxXT_EditMode                   = -1;
 
106
int     UxXT_EntryVerticalAlignment     = -1;
 
107
int     UxXT_FileTypeMask               = -1;
 
108
int     UxXT_IndicatorType              = -1;
 
109
int     UxXT_InitialWindowState         = -1;
 
110
int     UxXT_KeyboardFocusPolicy        = -1;
 
111
int     UxXT_LabelType                  = -1;
 
112
int     UxXT_ListSizePolicy             = -1;
 
113
int     UxXT_MsgDialogType              = -1;
 
114
int     UxXT_MultiClick                 = -1;
 
115
int     UxXT_MwmInputMode               = -1;
 
116
int     UxXT_NavigationType             = -1;
 
117
int     UxXT_Orientation                = -1;
 
118
int     UxXT_Packing                    = -1;
 
119
int     UxXT_ProcessingDirection        = -1;
 
120
int     UxXT_ResizePolicy               = -1;
 
121
int     UxXT_RowColumnType              = -1;
 
122
int     UxXT_ScrollBarDisplayPolicy     = -1;
 
123
int     UxXT_ScrollBarPlacement         = -1;
 
124
int     UxXT_ScrollingPolicy            = -1;
 
125
int     UxXT_SelectionPolicy            = -1;
 
126
int     UxXT_SelectionArray             = -1;
 
127
int     UxXT_SeparatorType              = -1;
 
128
int     UxXT_ShadowType                 = -1;
 
129
int     UxXT_StringDirection            = -1;
 
130
int     UxXT_TearOffModel               = -1;
 
131
int     UxXT_UnitType                   = -1;
 
132
int     UxXT_UnpostBehavior             = -1;
 
133
int     UxXT_VisualPolicy               = -1;
 
134
int     UxXT_WinGravity                 = -1;
 
135
 
 
136
/*-----------------------------------------------------
 
137
 * End of file (there are no procedures)
 
138
 *-----------------------------------------------------*/
 
139