File: protocol.h

package info (click to toggle)
xpaint 2.9.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,552 kB
  • sloc: ansic: 73,017; sh: 492; yacc: 247; lex: 126; sed: 43; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
/* $Id: protocol.h,v 1.17 2005/03/20 20:15:32 demailly 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);