summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/Dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/Dialog.h')
-rw-r--r--include/X11/Xaw/Dialog.h35
1 files changed, 14 insertions, 21 deletions
diff --git a/include/X11/Xaw/Dialog.h b/include/X11/Xaw/Dialog.h
index 2000702..5ad325a 100644
--- a/include/X11/Xaw/Dialog.h
+++ b/include/X11/Xaw/Dialog.h
@@ -46,24 +46,19 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
+/* $XFree86: xc/lib/Xaw/Dialog.h,v 1.6 2001/12/14 19:54:39 dawes Exp $ */
#ifndef _XawDialog_h
#define _XawDialog_h
#include <X11/Xaw/Form.h>
-/***********************************************************************
- *
- * Dialog Widget
- *
- ***********************************************************************/
-
-/* Parameters:
+/* Resources:
Name Class RepType Default Value
---- ----- ------- -------------
background Background Pixel XtDefaultBackground
- border BorderColor Pixel XtDefaultForeground
+ borderColor BorderColor Pixel XtDefaultForeground
borderWidth BorderWidth Dimension 1
destroyCallback Callback Pointer NULL
height Height Dimension computed at create
@@ -88,19 +83,17 @@ extern WidgetClass dialogWidgetClass;
_XFUNCPROTOBEGIN
-extern void XawDialogAddButton(
-#if NeedFunctionPrototypes
- Widget /* dialog */,
- _Xconst char* /* name */,
- XtCallbackProc /* function */,
- XtPointer /* client_data */
-#endif
-);
-
-extern char *XawDialogGetValueString(
-#if NeedFunctionPrototypes
- Widget /* w */
-#endif
+void XawDialogAddButton
+(
+ Widget dialog,
+ _Xconst char *name,
+ XtCallbackProc function,
+ XtPointer client_data
+ );
+
+char *XawDialogGetValueString
+(
+ Widget w
);
_XFUNCPROTOEND