filters

XPDFTree.h

00001 //========================================================================
00002 //
00003 // XPDFTree.h
00004 //
00005 //========================================================================
00006 
00007 #ifndef XPDFTREE_H
00008 #define XPDFTREE_H
00009 
00010 #include <Xm/Xm.h>
00011 
00012 extern "C" {
00013 
00014 externalref WidgetClass xpdfTreeWidgetClass;
00015 
00016 typedef struct _XPDFTreeClassRec *XPDFTreeWidgetClass;
00017 typedef struct _XPDFTreeRec      *XPDFTreeWidget;
00018 
00019 #ifndef XPDFIsTree
00020 #define XPDFIsTree(w) XtIsSubclass(w, xpdfTreeWidgetClass)
00021 #endif
00022 
00023 #define XPDFNentryParent       "entryParent"
00024 #define XPDFNentryExpanded     "entryExpanded"
00025 #define XPDFNentryPosition     "entryPosition"
00026 #define XPDFNselectionCallback "selectionCallback"
00027 
00028 #define XPDFCentryParent       "EntryParent"
00029 #define XPDFCentryExpanded     "EntryExpanded"
00030 #define XPDFCentryPosition     "EntryPosition"
00031 
00032 typedef struct {
00033   int reason;
00034   XEvent *event;
00035   Widget selectedItem;
00036 } XPDFTreeSelectCallbackStruct;
00037 
00038 extern Widget XPDFCreateTree(Widget parent, char *name,
00039                  ArgList argList, Cardinal argCount);
00040 
00041 } // extern "C"
00042 
00043 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys