/usr/include/Xm/Ext18ListP.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 | /*
* Motif
*
* Copyright (c) 1987-2012, The Open Group. All rights reserved.
*
* These libraries and programs are free software; you can
* redistribute them and/or modify them under the terms of the GNU
* Lesser General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option)
* any later version.
*
* These libraries and programs are distributed in the hope that
* they will be useful, but WITHOUT ANY WARRANTY; without even the
* implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
* PURPOSE. See the GNU Lesser General Public License for more
* details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with these librararies and programs; if not, write
* to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
* Floor, Boston, MA 02110-1301 USA
*
*/
#ifndef _XmExt18ListP_h_
#define _XmExt18ListP_h_
#include "XmP.h"
#undef XmIsExt18List
#define XmIsExt18List(w) \
(_XmIsFastSubclass(XtClass(w), XmEXT18LIST_BIT))
#include <Xm/ManagerP.h>
#include <Xm/PrimitiveP.h>
#include <Xm/MultiListP.h>
#include <Xm/XmP.h>
#if defined(__cplusplus)
extern "C" {
#endif
#define XmExt18List_DEFAULT_VISIBLE_COUNT XmMULTILIST_DEFAULT_VISIBLE_COUNT
#define XmExt18ListIndex (XmManagerIndex + 1)
#define XmExt18List_title(w) (((XmExt18ListWidget)(w))->ext_list.title)
#define XmExt18List_find_label(w) (((XmExt18ListWidget)(w))->ext_list.find_label)
#define XmExt18List_double_click(w) (((XmExt18ListWidget)(w))->ext_list.double_click)
#define XmExt18List_single_select(w) (((XmExt18ListWidget)(w))->ext_list.single_select)
#define XmExt18List_show_find(w) (((XmExt18ListWidget)(w))->ext_list.show_find)
#define XmExt18List_title_wid(w) (((XmExt18ListWidget)(w))->ext_list.title_wid)
#define XmExt18List_frame(w) (((XmExt18ListWidget)(w))->ext_list.frame)
#define XmExt18List_ilist(w) (((XmExt18ListWidget)(w))->ext_list.ilist)
#define XmExt18List_v_bar(w) (((XmExt18ListWidget)(w))->ext_list.v_bar)
#define XmExt18List_h_bar(w) (((XmExt18ListWidget)(w))->ext_list.h_bar)
#define XmExt18List_find(w) (((XmExt18ListWidget)(w))->ext_list.find)
#define XmExt18List_find_text(w) (((XmExt18ListWidget)(w))->ext_list.find_text)
#define XmExt18List_last_search(w) (((XmExt18ListWidget)(w))->ext_list.last_search)
#define XmExt18List_item_found(w) (((XmExt18ListWidget)(w))->ext_list.item_found)
#define XmExt18List_not_found(w) (((XmExt18ListWidget)(w))->ext_list.not_found)
#define XmExt18List_visible_rows(w) (((XmExt18ListWidget)(w))->ext_list.visible_rows)
#define XmExt18List_title_string(w) (((XmExt18ListWidget)(w))->ext_list.title_string)
typedef XmMultiListClassPart XmExt18ListClassPart;
typedef XmMultiListClassRec XmExt18ListClassRec;
typedef XmMultiListPart XmExt18ListPart;
typedef XmMultiListRec XmExt18ListRec;
extern XmExt18ListClassRec xmExt18ListClassRec XM_DEPRECATED;
extern XmI18ListClassRec xiI18ListClassRec;
extern WidgetClass xmI18ListWidgetClass;
#if defined(__cplusplus)
}
#endif
#endif /* _XmExt18ListP_h_ */
|