1 /*************************************<+>*************************************
2 *****************************************************************************
8 ** Description: Public include file for Cascading menupane class widgets
10 *****************************************************************************
12 ** Copyright (c) 1988 by Hewlett-Packard Company
13 ** Copyright (c) 1988 by the Massachusetts Institute of Technology
15 ** Permission to use, copy, modify, and distribute this software
16 ** and its documentation for any purpose and without fee is hereby
17 ** granted, provided that the above copyright notice appear in all
18 ** copies and that both that copyright notice and this permission
19 ** notice appear in supporting documentation, and that the names of
20 ** Hewlett-Packard or M.I.T. not be used in advertising or publicity
21 ** pertaining to distribution of the software without specific, written
24 *****************************************************************************
25 *************************************<+>*************************************/
28 /***********************************************************************
30 * Cascading MenuPane Widget (subclass of MenuPane)
32 ***********************************************************************/
35 /* Class record constants */
37 extern WidgetClass XwcascadeWidgetClass
;
39 typedef struct _XwCascadeClassRec
*XwCascadeWidgetClass
;
40 typedef struct _XwCascadeRec
*XwCascadeWidget
;