File: tkVMacro.h

package info (click to toggle)
perl-tk 1%3A804.027-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 30,204 kB
  • ctags: 33,761
  • sloc: ansic: 340,354; perl: 44,606; sh: 8,869; makefile: 5,658; asm: 996; yacc: 883; cpp: 570; pascal: 536
file content (69 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#ifdef _LANG
#include "Lang.m"
#endif

#if defined(_TK)
#include "tk.m"
#endif

#if defined(_TK) || defined(_XLIB_H_)
# if !defined(_XLIB) && !defined(_XLIB_H_)
#  include <X11/Xlib.h>
# endif
# ifdef _TKINTXLIBDECLS
#  include "tkIntXlibDecls.m"
# else
#  if defined(_XLIB_H) && !defined(_XLIB)
#   define _XLIB
#  endif
#  include "Xlib.m"
# endif
#endif

#ifdef _TKINT
#include "tkInt.m"
#endif
#ifdef _TKIMGPHOTO
#include "tkImgPhoto.m"
#endif
#ifdef _TIX
#include "tix.m"
#endif
#ifdef _TIXINT
#include "tixInt.m"
#endif
#ifdef _TKOPTION
#include "tkOption.m"
#endif
#ifdef _TIXIMGXPM
#include "tixImgXpm.m"
#endif
#ifdef _IMGINT
#include "imgInt.m"
#endif

#ifdef _TCLDECLS
#include "tclDecls.m"
#endif

#ifdef _TKDECLS
#include "tkDecls.m"
#endif

#ifdef _TKPLATDECLS
#include "tkPlatDecls.m"
#endif

#ifdef _TKINTDECLS
#include "tkIntDecls.m"
#endif

#ifdef _TKINTPLATDECLS
#include "tkIntPlatDecls.m"
#endif

#ifdef _TKEVENT
#include "tkEvent.m"
#endif