convert line ends
[canaan.git] / prj / tech / libsrc / gadget / gadint.h
blob00177f7dd509a7f3f7ca2738b14601e859e31755
1 // $Header: x:/prj/tech/libsrc/gadget/RCS/gadint.h 1.1 1998/07/02 13:20:25 PATMAC Exp $
3 // gadget lib internals - should be needed only be folks who
4 // are implementing their own gadgets
6 #ifndef __GADINT_H
7 #define __GADINT_H
9 #ifndef __GADGET_H
10 #include <gadget.h>
11 #endif
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 extern void LGadComputeVarSize(LGadToggle *vt, short *wp, short *hp);
17 extern void LGadComputeSize(LGadButton *vbutt, short *wp, short *hp);
18 extern void LGadInitToggle(LGadToggle *vt);
19 #ifdef __cplusplus
21 #endif
23 #endif