824N/A/*
824N/A * FontSample.h
824N/A *
824N/A * (c) Copyright 1991-1994 Adobe Systems Incorporated.
824N/A * All rights reserved.
824N/A *
824N/A * Permission to use, copy, modify, distribute, and sublicense this software
824N/A * and its documentation for any purpose and without fee is hereby granted,
824N/A * provided that the above copyright notices appear in all copies and that
824N/A * both those copyright notices and this permission notice appear in
824N/A * supporting documentation and that the name of Adobe Systems Incorporated
824N/A * not be used in advertising or publicity pertaining to distribution of the
824N/A * software without specific, written prior permission. No trademark license
824N/A * to use the Adobe trademarks is hereby granted. If the Adobe trademark
824N/A * "Display PostScript"(tm) is used to describe this software, its
824N/A * functionality or for any other purpose, such use shall be limited to a
824N/A * statement that this software works in conjunction with the Display
824N/A * PostScript system. Proper trademark attribution to reflect Adobe's
824N/A * ownership of the trademark shall be given whenever any such reference to
824N/A * the Display PostScript system is made.
824N/A *
824N/A * ADOBE MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR
824N/A * ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.
824N/A * ADOBE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
824N/A * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
824N/A * NON- INFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL ADOBE BE LIABLE
824N/A * TO YOU OR ANY OTHER PARTY FOR ANY SPECIAL, INDIRECT, OR CONSEQUENTIAL
824N/A * DAMAGES OR ANY DAMAGES WHATSOEVER WHETHER IN AN ACTION OF CONTRACT,
824N/A * NEGLIGENCE, STRICT LIABILITY OR ANY OTHER ACTION ARISING OUT OF OR IN
824N/A * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ADOBE WILL NOT
824N/A * PROVIDE ANY TRAINING OR OTHER SUPPORT FOR THE SOFTWARE.
824N/A *
824N/A * Adobe, PostScript, and Display PostScript are trademarks of Adobe Systems
824N/A * Incorporated which may be registered in certain jurisdictions
824N/A *
824N/A * Author: Adobe Systems Incorporated
824N/A */
824N/A/* $XFree86$ */
824N/A
824N/A#ifndef _FontSampler_h
824N/A#define _FontSampler_h
824N/A
824N/A/* New resouce names and classes */
824N/A
824N/A#define XtNdismissCallback "dismissCallback"
824N/A#define XtNsizes "sizes"
824N/A#define XtCSizes "Sizes"
824N/A#define XtNsizeCount "sizeCount"
824N/A#define XtCSizeCount "SizeCount"
824N/A#define XtNfontSelectionBox "fontSelectionBox"
824N/A#define XtCFontSelectionBox "FontSelectionBox"
824N/A#define XtNminimumWidth "minimumWidth"
824N/A#define XtCMinimumWidth "MinimumWidth"
824N/A#define XtNminimumHeight "minimumHeight"
824N/A#define XtCMinimumHeight "MinimumHeight"
824N/A#define XtNnoRoomMessage "noRoomMessage"
824N/A#define XtNnoFontMessage "noFontMessage"
824N/A#define XtNnoSelectedFontMessage "noSelectedFontMessage"
824N/A#define XtNnoSelectedFamilyMessage "noSelectedFamilyMessage"
824N/A#define XtNnoFamilyFontMessage "noFamilyFontMessage"
824N/A#define XtNnoMatchMessage "noMatchMessage"
824N/A#define XtCMessage "Message"
824N/A
824N/A/* Read-only resources for all the subwidgets */
824N/A
824N/A#define XtNpanelChild "panelChild"
824N/A#define XtNareaChild "areaChild"
824N/A#define XtNtextChild "textChild"
824N/A#define XtNfontLabelChild "fontLabelChild"
824N/A#define XtNscrolledWindowChild "scrolledWindowChild"
824N/A#define XtNdisplayButtonChild "displayButtonChild"
824N/A#define XtNdismissButtonChild "dismissButtonChild"
824N/A#define XtNstopButtonChild "stopButtonChild"
824N/A#define XtNclearButtonChild "clearButtonChild"
824N/A#define XtNradioFrameChild "radioFrameChild"
824N/A#define XtNradioBoxChild "radioBoxChild"
824N/A#define XtNallToggleChild "allToggleChild"
824N/A#define XtNselectedToggleChild "selectedToggleChild"
824N/A#define XtNselectedFamilyToggleChild "selectedFamilyToggleChild"
824N/A#define XtNfilterToggleChild "filterToggleChild"
824N/A#define XtNfilterTextChild "filterTextChild"
824N/A#define XtNfilterBoxChild "filterBoxChild"
824N/A#define XtNfilterFrameChild "filterFrameChild"
824N/A#define XtNsizeOptionMenuChild "sizeOptionMenuChild"
824N/A#define XtNsizeTextFieldChild "sizeTextFieldChild"
824N/A#define XtNsizeLabelChild "sizeLabelChild"
824N/A
824N/A/* Class record constants */
824N/A
824N/Aextern WidgetClass fontSamplerWidgetClass;
824N/A
824N/Atypedef struct _FontSamplerRec *FontSamplerWidget;
824N/A
824N/Aextern void FSBCancelSampler(Widget w);
824N/A
824N/A#endif /* _FontSampler_h */
824N/A/* DON'T ADD ANYTHING AFTER THIS #endif */