source: trunk/third/transcript/src/printpanel/PrintPanel.h @ 9090

Revision 9090, 566 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r9089, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2  Copyright (C) 1991,1992 Adobe Systems Incorporated. All rights reserved.
3  RCSID: $Header: /afs/dev.mit.edu/source/repository/third/transcript/src/printpanel/PrintPanel.h,v 1.1.1.1 1996-10-07 20:25:55 ghudson Exp $
4*/
5#ifndef _PrintPanel_h
6#define _PrintPanel_h
7
8#define XtNokCallback "okCallback"
9#define XtNcancelCallback "cancelCallback"
10#define XtNinputFileName "inputFileName"
11#define XtNfilterName "filterName"
12#define XtNprinterName "printerName"
13
14
15extern WidgetClass printPanelWidgetClass;
16
17typedef struct _PrintPanelRec *PrintPanelWidget;
18#endif
19
20
21
22
23
24
Note: See TracBrowser for help on using the repository browser.