File: InfoLine.h

package info (click to toggle)
xrn 9.02-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,820 kB
  • ctags: 3,233
  • sloc: ansic: 24,690; makefile: 2,685; yacc: 888; sh: 252; lex: 92; perl: 35; awk: 31; csh: 13
file content (12 lines) | stat: -rw-r--r-- 268 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _INFOLINE_H_
#define _INFOLINE_H_

#include <X11/Intrinsic.h>

#include "utils.h"

Widget	InfoLineCreate	_ARGUMENTS((String, String, Widget));
void	InfoLineSet	_ARGUMENTS((Widget, String));
void	InfoLineDestroy	_ARGUMENTS((Widget));

#endif /* _INFOLINE_H_ */