]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - zephyr/clients/xzwrite/GetString.h
Initial revision
[1ts-debian.git] / zephyr / clients / xzwrite / GetString.h
1 #include <X11/Intrinsic.h>
2
3 #define GETSTRING_ACCEPT        -1000
4 #define GETSTRING_CANCEL        -1001
5
6 Widget InitGetString();
7 int GetString();
8
9