Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtcm / dtcm / tempbr.h
1 /*******************************************************************************
2 **
3 **  tempbr.h
4 **
5 **  static char sccsid[] = "@(#)tempbr.h 1.10 94/11/07 Copyr 1991 Sun Microsystems, Inc.";
6 **
7 **  $XConsortium: tempbr.h /main/3 1995/11/03 10:34:36 rswiston $
8 **
9 **  RESTRICTED CONFIDENTIAL INFORMATION:
10 **
11 **  The information in this document is subject to special
12 **  restrictions in a confidential disclosure agreement between
13 **  HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
14 **  document outside HP, IBM, Sun, USL, SCO, or Univel without
15 **  Sun's specific written approval.  This document and all copies
16 **  and derivative works thereof must be returned or destroyed at
17 **  Sun's request.
18 **
19 **  Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
20 **
21 *******************************************************************************/
22
23 /*                                                                      *
24  * (c) Copyright 1993, 1994 Hewlett-Packard Company                     *
25  * (c) Copyright 1993, 1994 International Business Machines Corp.       *
26  * (c) Copyright 1993, 1994 Sun Microsystems, Inc.                      *
27  * (c) Copyright 1993, 1994 Novell, Inc.                                *
28  */
29
30 #ifndef _TEMPBR_H
31 #define _TEMPBR_H
32
33 #include "ansi_c.h"
34 #include "calendar.h"
35 #ifdef FNS
36 #include "cmfns.h"
37 #endif
38
39 typedef struct {
40         Calendar        *cal;
41         Widget          frame;
42         Widget          form;
43         Widget          name_label;
44         Widget          name_text;
45         Widget          show_button;
46         Widget          cancel_button;
47         Widget          help_button;
48         Widget          show_message;
49 #ifdef FNS
50         Widget          close_button;
51 #endif
52 #ifdef FNS_DEMO
53         Widget          sundex_button;
54 #endif
55 } Tempbr;
56
57 extern caddr_t  make_tempbr     P(());
58
59 #endif /* _TEMPBR_H */