File: protocol.h

package info (click to toggle)
xpaint 2.5.1-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,488 kB
  • ctags: 2,478
  • sloc: ansic: 25,980; makefile: 36; sh: 23
file content (11 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: protocol.h,v 1.2 1996/04/19 09:18:52 torsten Exp $ */

typedef void (*DestroyCallbackFunc) (Widget, void *, XEvent *);

/* protocol.c */
void AddDestroyCallback(Widget w, DestroyCallbackFunc func, void *data);
void StateSetBusyWatch(Boolean flag);
void StateSetBusy(Boolean flag);
void StateShellBusy(Widget w, Boolean flag);
void StateAddParent(Widget w, Widget parent);
void StateTimeStep(void);