Create Xref-Html Frames Remove All Frames
file:c:/local/Cygwin/usr/X11R6/include/Xm/MessageB.h (Tue Mar 30 23:22:39 2004
)
1: /**
2: *
3: * $Id: MessageB.h,v 1.2 2000/09/23 14:51:40 amai Exp $
4: *
5: * Copyright (C) 1995 Free Software Foundation, Inc.
6: * Copyright (C) 1995-2000 LessTif Development Team
7: *
8: * This file is part of the GNU LessTif Library.
9: *
10: * This library is free software; you can redistribute it and/or
11: * modify it under the terms of the GNU Library General Public
12: * License as published by the Free Software Foundation; either
13: * version 2 of the License, or (at your option) any later version.
14: *
15: * This library is distributed in the hope that it will be useful,
16: * but WITHOUT ANY WARRANTY; without even the implied warranty of
17: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18: * Library General Public License for more details.
19: *
20: * You should have received a copy of the GNU Library General Public
21: * License along with this library; if not, write to the Free
22: * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23: *
24: **/
25:
26:
27: #ifndef _XM_MESSAGEB_H
28: #define _XM_MESSAGEB_H
29:
30: #include <Xm/Xm.h>
31:
32: #ifdef __cplusplus
33: extern "C" {
34: #endif
35:
36: extern WidgetClass xmMessageBoxWidgetClass;
37:
38: typedef struct _XmMessageBoxRec *XmMessageBoxWidget;
39: typedef struct _XmMessageBoxClassRec *XmMessageBoxWidgetClass;
40:
41: #ifndef XmIsMessageBox
42: #define XmIsMessageBox(w) XtIsSubclass((w), xmMessageBoxWidgetClass)
43: #endif
44:
45: extern Widget XmCreateMessageBox(Widget parent, char *name, Arg *argList, Cardinal argcount);
46: extern Widget XmCreateErrorDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
47: extern Widget XmCreateInformationDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
48: extern Widget XmCreateMessageDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
49: extern Widget XmCreateQuestionDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
50: extern Widget XmCreateTemplateDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
51: extern Widget XmCreateWarningDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
52: extern Widget XmCreateWorkingDialog(Widget parent, char *name, Arg *argList, Cardinal argcount);
53: extern Widget XmMessageBoxGetChild(Widget parent, unsigned char child);
54:
55: #ifdef __cplusplus
56: }
57: #endif
58:
59: #endif /* _XM_MESSAGEB_H */
60:
Html form generated by Xrefactory version 1.6.7 on Fri Sep 03 17:18:59 2004