/* * 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 #include #include #include #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_ */