File: types.h

package info (click to toggle)
x11iraf 1.2-4
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 13,168 kB
  • ctags: 14,531
  • sloc: ansic: 143,143; makefile: 964; perl: 549; csh: 249; yacc: 247; fortran: 238; tcl: 199; lex: 125; lisp: 88; sh: 23; sed: 6
file content (22 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * types.h : Definitions of SearchType and SortType and external defs
 *	of their resource converters and the improved Widget converter.
 *
 * George Ferguson, ferguson@cs.rochester.edu, 4 Sep 1991.
 *
 */

#ifndef CONVERT_H
#define CONVERT_H

/* This puke is so the bloody converters work. Argh! */
#define GfDefault	'\000'
#define GfInvdate	'\001'

#define GfNDefault	"default"
#define GfNInvdate	"invdate"

extern void initConverters();
extern void cvtStringToWidget();

#endif /* CONVERT_H */