File: operation.h

package info (click to toggle)
xpaint 2.9.1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,712 kB
  • sloc: ansic: 73,018; sh: 492; yacc: 249; lex: 128; sed: 43; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: operation.h,v 1.17 2005/03/20 20:15:32 demailly Exp $ */

/* operation.c */
void OperationSelectCall(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