awips2/nativeLib/rary.ohd.ifp/inc/tree.h
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

29 lines
810 B
C

/*************************************************************************
File: tree.h
Function: public header file for Tree_widget
Type: public header file
Source: X Window Systems Programming and Applications with Xt
by Douglas A. Young
-- Modified 7/17/90 for use with OSF/Motif Widgets on an IBM-RS6000
*************************************************************************/
#ifndef tree_h
#define tree_h
extern WidgetClass XstreeWidgetClass;
typedef struct _XsTreeClassRec *XsTreeWidgetClass;
typedef struct _XsTreeRec *XsTreeWidget;
#define XtNhorizontalSpace "horizontalSpace"
#define XtNverticalSpace "verticalSpace"
#define XtCPad "Pad"
#define XtNsuperNode "superNode"
#define XtCSuperNode "SuperNode"
#endif /* tree_h */