ftp.nice.ch/pub/next/tools/emulators/vice.0.15.0.NeXT.sd.tgz#/vice-0.15.0/src/arch/unix/xaw/widgets/TabString.h

This is TabString.h in view mode; [Download] [Up]

/*
 *	Functions for drawing String's with tab characters in them
 */

#if (NeedFunctionPrototypes > 0)

extern void	XfwfDrawImageString(Display *display, Drawable drawable,
			GC gc, int x, int y, String string, int length,
			int *tabs);
extern void	XfwfDrawString(Display *display, Drawable drawable, GC gc,
			int x, int y, String string, int length, int *tabs);
extern int *	XfwfTablist2Tabs(char *tablist);
extern int	XfwfTextWidth(XFontStruct *font, String str, int length,
			int *tabs);
extern char *	strnchr(char *s, int c, int n);

#else

extern void	XfwfDrawImageString();
extern void	XfwfDrawString();
extern int *	XfwfTablist2Tabs();
extern int	XfwfTextWidth();
extern char *	strnchr();

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.