summaryrefslogtreecommitdiff
path: root/printdialog.h
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-07-29 00:40:35 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-07-29 00:40:35 +0000
commitd980ac394b3f828ce3c03d5894218d712d7b2846 (patch)
tree06f88d816162a8075d93790de0a280cfc20e40cb /printdialog.h
parentd88d25361d5c03e126f040d08c4e005494ca9bfe (diff)
Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=938 - UpdateXORG-6_7_99_2XORG-6_7_99_1
XawPrintShell per feedback and review comments.
Diffstat (limited to 'printdialog.h')
-rw-r--r--printdialog.h24
1 files changed, 4 insertions, 20 deletions
diff --git a/printdialog.h b/printdialog.h
index a549a1e..e963847 100644
--- a/printdialog.h
+++ b/printdialog.h
@@ -37,30 +37,14 @@ in this Software without prior written authorization from The Open Group.
#include <X11/XprintUtil/xprintutil.h>
/* Resources:
-
- Name Class RepType Default Value
- ---- ----- ------- -------------
- background Background Pixel XtDefaultBackground
- borderColor BorderColor Pixel XtDefaultForeground
- borderWidth BorderWidth Dimension 1
- destroyCallback Callback Pointer NULL
- height Height Dimension computed at create
- icon Icon Pixmap 0
- label Label String NULL
- mappedWhenManaged MappedWhenManaged Boolean True
- sensitive Sensitive Boolean True
- value Value String NULL
- width Width Dimension computed at create
- x Position Position 0
- y Position Position 0
-
+ NOT WRITTEN YET
*/
#define XtCIcon "Icon"
#define XtNicon "icon"
-#define XawNOkCallback "XawNOkCallback"
-#define XawNCancelCallback "XawNCancelCallback"
+#define XawNOkCallback "okCallback"
+#define XawNCancelCallback "cancelCallback"
typedef struct
{
@@ -82,4 +66,4 @@ void XawPrintDialogClosePrinterConnection(Widget w, Bool closeDisplay);
_XFUNCPROTOEND
-#endif /* _XawDialog_h */
+#endif /* !XMORE_PRINTDIALOG_H */