File: operation.h

package info (click to toggle)
xpaint 2.5.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,448 kB
  • ctags: 2,478
  • sloc: ansic: 25,980; makefile: 36; sh: 23
file content (11 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: operation.h,v 1.1 1996/02/07 10:32:18 torsten Exp $ */

/* operation.c */
void OperationSelectCallAcross(int n);
void OperationSet(String names[], int num);
void OperationSetPaint(Widget paint);
void OperationAddArg(Arg arg);
void OperationInit(Widget toplevel);
#ifdef __IMAGE_H__
Image *OperationIconImage(Widget w, char *name);
#endif