File: Hand.h

package info (click to toggle)
swisswatch 0.6-16
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 328 kB
  • ctags: 368
  • sloc: ansic: 2,068; makefile: 12
file content (9 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
#ifndef _Hand_h_
#define _Hand_h_

typedef struct _HandClassRec	*HandWidgetClass;
typedef struct _HandRec	*HandWidget;

extern WidgetClass handWidgetClass;

#endif /* not _Hand_h_ */