This file is indexed.

/usr/include/Xm/MultiListP.h is in libmotif-dev 2.3.4-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
#ifndef _XmMultiListP_h_
#define _XmMultiListP_h_

#include <Xm/ManagerP.h>
#include <Xm/PrimitiveP.h>

#include <Xm/MultiList.h>

#if defined(__cplusplus)
extern "C" {
#endif

/*
 * IList Stuff.
 */

#define XmMultiList_DEFAULT_VISIBLE_COUNT	5 /* XmNvisibleItemCount */

#define XmMultiListIndex (XmManagerIndex + 1)
#define XmI18ListIndex (XmPrimitiveIndex + 1)

#define XmI18List_selection_policy(w) (((XmI18ListWidget)(w))->ilist.selection_policy)
#define XmI18List_num_columns(w) (((XmI18ListWidget)(w))->ilist.num_columns)
#define XmI18List_column_titles(w) (((XmI18ListWidget)(w))->ilist.column_titles)
#define XmI18List_num_rows(w) (((XmI18ListWidget)(w))->ilist.num_rows)
#define XmI18List_row_data(w) (((XmI18ListWidget)(w))->ilist.row_data)
#define XmI18List_first_col_pixmaps(w) (((XmI18ListWidget)(w))->ilist.first_col_pixmaps)
#define XmI18List_font_list(w) (((XmI18ListWidget)(w))->ilist.font_list)
#define XmI18List_v_bar(w) (((XmI18ListWidget)(w))->ilist.v_bar)
#define XmI18List_h_bar(w) (((XmI18ListWidget)(w))->ilist.h_bar)
#define XmI18List_first_row(w) (((XmI18ListWidget)(w))->ilist.first_row)
#define XmI18List_first_col(w) (((XmI18ListWidget)(w))->ilist.first_col)
#define XmI18List_double_click(w) (((XmI18ListWidget)(w))->ilist.double_click)
#define XmI18List_single_select(w) (((XmI18ListWidget)(w))->ilist.single_select)
#define XmI18List_selected_header(w) (((XmI18ListWidget)(w))->ilist.selected_header)
#define XmI18List_sort_functions(w) (((XmI18ListWidget)(w))->ilist.sort_functions)
#define XmI18List_string_direction(w) (((XmI18ListWidget)(w))->ilist.string_direction)
#define XmI18List_alignment(w) (((XmI18ListWidget)(w))->ilist.alignment)
#define XmI18List_column_widths(w) (((XmI18ListWidget)(w))->ilist.column_widths)
#define XmI18List_end(w) (((XmI18ListWidget)(w))->ilist.end)
#define XmI18List_anchor(w) (((XmI18ListWidget)(w))->ilist.anchor)
#define XmI18List_sep_y(w) (((XmI18ListWidget)(w))->ilist.sep_y)
#define XmI18List_title_row_height(w) (((XmI18ListWidget)(w))->ilist.title_row_height)
#define XmI18List_row_height(w) (((XmI18ListWidget)(w))->ilist.row_height)
#define XmI18List_gc(w) (((XmI18ListWidget)(w))->ilist.gc)
#define XmI18List_rev_gc(w) (((XmI18ListWidget)(w))->ilist.rev_gc)
#define XmI18List_stippled_gc(w) (((XmI18ListWidget)(w))->ilist.stippled_gc)
#define XmI18List_stippled_rev_gc(w) (((XmI18ListWidget)(w))->ilist.stippled_rev_gc)
#define XmI18List_inv_gc(w) (((XmI18ListWidget)(w))->ilist.inv_gc)
#define XmI18List_state(w) (((XmI18ListWidget)(w))->ilist.state)
#define XmI18List_timeout(w) (((XmI18ListWidget)(w))->ilist.timeout)
#define XmI18List_working_row(w) (((XmI18ListWidget)(w))->ilist.working_row)
#define XmI18List_working_col(w) (((XmI18ListWidget)(w))->ilist.working_col)
#define XmI18List_time(w) (((XmI18ListWidget)(w))->ilist.time)
#define XmI18List_left_loc(w) (((XmI18ListWidget)(w))->ilist.left_loc)
#define XmI18List_search_column(w) (((XmI18ListWidget)(w))->ilist.search_column)
#define XmI18List_visible_rows(w) (((XmI18ListWidget)(w))->ilist.visible_rows)
#define XmI18List_new_visual_style(w) (((XmI18ListWidget)(w))->ilist.new_visual_style)
#define XmI18List_entry_background_pixel(w) (((XmI18ListWidget)(w))->ilist.entry_background_pixel)
#define XmI18List_entry_background_use(w) (((XmI18ListWidget)(w))->ilist.entry_background_use)
#define XmI18List_entry_background_gc(w) (((XmI18ListWidget)(w))->ilist.entry_background_gc)
#define XmI18List_entry_background_fill_gc(w) (((XmI18ListWidget)(w))->ilist.entry_background_fill_gc)
#define XmI18List_entry_background_rev_gc(w) (((XmI18ListWidget)(w))->ilist.entry_background_rev_gc)
#define XmI18List_entry_background_stippled_gc(w) (((XmI18ListWidget)(w))->ilist.entry_background_stippled_gc)
#define XmI18List_entry_background_stippled_rev_gc(w) (((XmI18ListWidget)(w))->ilist.entry_background_stippled_rev_gc)
#define XmI18List_entry_background_inv_gc(w) (((XmI18ListWidget)(w))->ilist.entry_background_inv_gc)

#define XmMultiList_title(w)    (((XmMultiListWidget)(w))->ext_list.title)
#define XmMultiList_find_label(w)       \
   (((XmMultiListWidget)(w))->ext_list.find_label)
#define XmMultiList_double_click(w)     \
    (((XmMultiListWidget)(w))->ext_list.double_click)
#define XmMultiList_single_select(w)    \
    (((XmMultiListWidget)(w))->ext_list.single_select)
#define XmMultiList_show_find(w)        \
    (((XmMultiListWidget)(w))->ext_list.show_find)
#define XmMultiList_title_wid(w)        \
    (((XmMultiListWidget)(w))->ext_list.title_wid)
#define XmMultiList_frame(w)    (((XmMultiListWidget)(w))->ext_list.frame)
#define XmMultiList_ilist(w)    (((XmMultiListWidget)(w))->ext_list.ilist)
#define XmMultiList_v_bar(w)    (((XmMultiListWidget)(w))->ext_list.v_bar)
#define XmMultiList_h_bar(w)    (((XmMultiListWidget)(w))->ext_list.h_bar)
#define XmMultiList_find(w)     (((XmMultiListWidget)(w))->ext_list.find)
#define XmMultiList_find_text(w)        \
    (((XmMultiListWidget)(w))->ext_list.find_text)
#define XmMultiList_last_search(w)      \
    (((XmMultiListWidget)(w))->ext_list.last_search)
#define XmMultiList_item_found(w)       \
    (((XmMultiListWidget)(w))->ext_list.item_found)
#define XmMultiList_not_found(w)        \
    (((XmMultiListWidget)(w))->ext_list.not_found)
#define XmMultiList_visible_rows(w)     \
    (((XmMultiListWidget)(w))->ext_list.visible_rows)
#define XmMultiList_title_string(w)     \
    (((XmMultiListWidget)(w))->ext_list.title_string)

/*
 * IList widget definitions.
 */

/* I18List struct passed to Convert proc for drag and drop */
typedef struct _XmI18ListDragConvertStruct
{
    Widget    w;
    XmString *strings;
    int       num_items;
    Pixmap    pixmap;
} XmI18ListDragConvertStruct;

typedef struct _I18ListClassPart {
    XtPointer extension;	/* Just in case we need it later. */
} I18ListClassPart;

typedef struct _XmI18ListClassRec {
    CoreClassPart		core_class;
    XmPrimitiveClassPart	primitive;
    I18ListClassPart		ilist_class;
} XmI18ListClassRec;

externalref XmI18ListClassRec xmI18ListClassRec;

typedef struct _XmI18ListPart {
    /*
     * Resources
     */

    unsigned char selection_policy; /* selection mode - kat 12-28-90 */
    short num_columns;		/* number of columns in the list. */
    XmString * column_titles;	/* title for each column. */
    short num_rows;		/* number of rows in the list. */
    XmMultiListRowInfo *row_data;/* Data to put into each column. */
    Boolean first_col_pixmaps;	/* Should we put mini_icons in the first
				   column of each entry? */		
    XmFontList font_list;	/* This widget's font list. */

    Widget v_bar, h_bar;	/* Scrollbars that may be used
				   to scroll this widget. */

    short first_row;		/* which row is at the top of the display. */
    short first_col;		/* which column is at the far left. */

    XtCallbackList double_click; /* The double click callback list. */
    XtCallbackList single_select; /*The single click callback list. */

    short selected_header;	/* The currently selected header. */

    Xm18SortFunction *sort_functions; /* The client supplied sort functions */

    unsigned char string_direction;
    unsigned char alignment;

    /* 
     * Private State
     */

    short * column_widths;	/* Width of each column. */
    short end;			/* The non-anchor end point. */ 
    short anchor;		/* The anchor point for the extended 
				   selection. */

    int sep_y;			/*location of the top of the separator line.*/
    
    short title_row_height;	/* height of title row */
    short row_height;	/* height of all other data rows */

    GC gc;			/* The graphics context for normal text. */
    GC rev_gc;			/* The graphics context for inverted text. */
    GC stippled_gc;		/* The graphics context for normal text. */
    GC stippled_rev_gc;		/* The graphics context for inverted text. */
    GC inv_gc;			/* The graphics context for inverting areas. */

    unsigned short state;	/* The state of this widget. */
    XtIntervalId timeout;	/* The mulit - click timout. */

    short working_row, working_col; /* A Working row and column. */
    Time time;			/*The server time of the last button click. */

    int left_loc;		/* left margin in pixels. */

    short search_column;	/* added for I18List Find support */

    int visible_rows;		/* Visible item (row) count */

    Boolean new_visual_style;

    Pixel entry_background_pixel;
    Boolean entry_background_use;
    GC entry_background_gc;			
    GC entry_background_fill_gc;			
    GC entry_background_stippled_gc;		
    GC entry_background_stippled_rev_gc;	
    GC entry_background_inv_gc;			
    GC entry_background_rev_gc;			

    Boolean check_set_render_table; /* used in CheckSetRenderTable */

    XmI18ListDragConvertStruct * drag_conv;
} XmI18ListPart;

typedef struct _XmI18ListRec {
    CorePart		core;
    XmPrimitivePart	primitive;
    XmI18ListPart	ilist;
} XmI18ListRec;

/*
 * Extended List.
 */

typedef struct {
    XtPointer extension;	/* Just in case we need it later. */
} XmMultiListClassPart;

typedef struct _XmMultiListClassRec {
    CoreClassPart		core_class;
    CompositeClassPart		composite_class;
    ConstraintClassPart		constraint_class;
    XmManagerClassPart		manager_class;
    XmMultiListClassPart	ext_list_class;
} XmMultiListClassRec;

typedef struct {
    /* resources */

    XmString title;		/* Title for the list (backwards compatible) */
    XmString find_label;	/* label for Find button */

    XtCallbackList double_click; /* The double click callbacks. */
    XtCallbackList single_select; /* The single click callbacks. -kat */

    Boolean show_find;    /* whether to display the Find button and textF */

    /* private state */

    Widget title_wid;		/* The list title widget. */
    Widget frame;		/* Frame to display list into. */
    Widget ilist;		/* The internal list widget. */
    Widget v_bar, h_bar;	/* The scrollbars. */
    Widget find, find_text;	/* Widgets used for a find. */

    String last_search;

    XtCallbackList item_found;	/* Called when find succeeds */
    XtCallbackList not_found;	/* Called when find doesn't succeed */

    int visible_rows;		/* visible items (mirrored in XmI18ListPart) */
    XmString title_string;	/* (preferred use) Title for the list */

    Boolean check_set_select_callback;
} XmMultiListPart;

typedef struct _XmMultiListRec {
    CorePart		core;
    CompositePart	composite;
    ConstraintPart	constraint;
    XmManagerPart	manager;
    XmMultiListPart	ext_list;
} XmMultiListRec;

/************************************************************
*	EXTERNAL DECLARATIONS
*************************************************************/

XmMultiListRowInfo ** XmI18ListGetSelectedRows(Widget);

void Xm18IListUnselectItem(Widget, XmMultiListRowInfo *);

void Xm18IListUnselectAllItems(Widget);

void XmI18ListToggleRow(Widget , short);

typedef struct _XmI18ListClassRec	*XmI18ListWidgetClass;
typedef struct _XmI18ListRec	*XmI18ListWidget;

extern XmMultiListClassRec xmMultiListClassRec;

extern XmI18ListClassRec xiI18ListClassRec;
extern WidgetClass xmI18ListWidgetClass; 

#if defined(__cplusplus)
}
#endif

#endif /* _XmMultiListP_h_ */