File: Ctimer.h

package info (click to toggle)
ppxp 0.99120923-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 2,812 kB
  • ctags: 3,704
  • sloc: ansic: 24,532; tcl: 3,992; makefile: 517; sh: 80
file content (18 lines) | stat: -rw-r--r-- 469 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _Ctimer_h
#define _Ctimer_h

#include <X11/Core.h>

extern WidgetClass ctimerWidgetClass;
typedef struct _CtimerClassRec *CtimerWidgetClass;
typedef struct _CtimerRec      *CtimerWidget;

#define XtNstate "state"
#define XtCState "State"
#define XtNoffPixmapData "offPixmapData"
#define XtNonPixmapData "onPixmapData"
#define XtNboffPixmapData "boffPixmapData"
#define XtNbonPixmapData "bonPixmapData"
#define XtCPixmapData "PixmapData"

#endif /* _Ctimer_h */