Sha256: 5723744af43510349454455e8edda5a80ac8a79e3463ae3e8c6fc2b926865386
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
//======================================================================== // // XPDFTree.h // // Copyright 2002-2003 Glyph & Cog, LLC // //======================================================================== #ifndef XPDFTREE_H #define XPDFTREE_H #include <Xm/Xm.h> extern "C" { externalref WidgetClass xpdfTreeWidgetClass; typedef struct _XPDFTreeClassRec *XPDFTreeWidgetClass; typedef struct _XPDFTreeRec *XPDFTreeWidget; #ifndef XPDFIsTree #define XPDFIsTree(w) XtIsSubclass(w, xpdfTreeWidgetClass) #endif #define XPDFNentryParent "entryParent" #define XPDFNentryExpanded "entryExpanded" #define XPDFNentryPosition "entryPosition" #define XPDFNselectionCallback "selectionCallback" #define XPDFCentryParent "EntryParent" #define XPDFCentryExpanded "EntryExpanded" #define XPDFCentryPosition "EntryPosition" typedef struct { int reason; XEvent *event; Widget selectedItem; } XPDFTreeSelectCallbackStruct; extern Widget XPDFCreateTree(Widget parent, char *name, ArgList argList, Cardinal argCount); } // extern "C" #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdf2json-0.2.0 | pdf2json-0.52-source/xpdf/XPDFTree.h |
pdf2json-0.1.0 | pdf2json-0.52-source/xpdf/XPDFTree.h |