/**************************************************************************** ** *W gaptext.h XGAP source Frank Celler ** ** *Y Copyright 1995-1997, Lehrstuhl D fuer Mathematik, RWTH Aachen, Germany *Y Copyright 1997, Frank Celler, Huerth, Germany ** ** The GapTextWidget is intended to be used as a simple front end to the ** text widget with a gap text source and an ascii sink attached to it. It ** is a subclass of the standard text widget supplied with X11R4 and should ** work with X11R5 and X11R6.
*/ #ifndef _gaptext_h #define _gaptext_h
*D XtNinputCallback . . . . . . . function to call in case of keyboard input *D XtNcheckCaretPos . . . . . . . . function to validate new caret position *D XtNtinyFont . . . . . . . . . . . . . . tiny font for all graphic windows *D XtNsmallFont . . . . . . . . . . . . . small font for all graphic windows *D XtNnormalFont . . . . . . . . . . . . normal font for all graphic windows *D XtNlargeFont . . . . . . . . . . . . . large font for all graphic windows *D XtNhugeFont . . . . . . . . . . . . . . huge font for all graphic windows *D XtNtitlePosition . . . . . . . . position of title in all graphic windows *D XtNquitGapCtrD . . . . . . . . . . . . . . . . . . . . quit gap on ctr-D *D XtNpasteGapPrompt . . . . . . . . paste 'gap>' prompt into gap talk window *D XtNcolorModel . . . . . . . . color model to use in a gap graphics window *D XtNcolors . . . . . . . . . . . . . colors to use in a gap graphic window ** ** All other resources are defined in <X11/Xaw/Text.h>
*/ #define XtNinputCallback "inputCallback" #define XtCInputCallback "InputCallback"
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.