Home
last modified time | relevance | path

Searched defs:Tk_ItemType (Results 1 – 11 of 11) sorted by path

/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.4/
H A Dtk.h1037 typedef struct Tk_ItemType { struct
1038 char *name; /* The name of this type of item, such
1040 int itemSize; /* Total amount of space needed for
1044 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration
1047 Tk_ItemConfigureProc *configProc; /* Procedure to call to change
1049 Tk_ItemCoordProc *coordProc; /* Procedure to call to get and set
1053 Tk_ItemDisplayProc *displayProc; /* Procedure to display items of
1055 int alwaysRedraw; /* Non-zero means displayProc should
1058 Tk_ItemPointProc *pointProc; /* Computes distance from item to
1082 struct Tk_ItemType *nextPtr; /* Used to link types together into argument
[all …]
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.5/
H A Dtk.h1035 typedef struct Tk_ItemType { struct
1036 char *name; /* The name of this type of item, such as
1038 int itemSize; /* Total amount of space needed for item's
1040 Tk_ItemCreateProc *createProc;
1046 Tk_ItemConfigureProc *configProc;
1051 Tk_ItemDeleteProc *deleteProc;
1054 Tk_ItemDisplayProc *displayProc;
1056 int alwaysRedraw; /* Non-zero means displayProc should be called
1059 Tk_ItemPointProc *pointProc;/* Computes distance from item to a given
1085 struct Tk_ItemType *nextPtr;/* Used to link types together into a list. */ argument
[all …]
/dports/devel/critcl/critcl-3.1.18.1/lib/critcl/critcl_c/tcl8.6/
H A Dtk.h1045 typedef struct Tk_ItemType { struct
1046 CONST86 char *name; /* The name of this type of item, such as
1048 int itemSize; /* Total amount of space needed for item's
1050 Tk_ItemCreateProc *createProc;
1056 Tk_ItemConfigureProc *configProc;
1061 Tk_ItemDeleteProc *deleteProc;
1064 Tk_ItemDisplayProc *displayProc;
1066 int alwaysRedraw; /* Non-zero means displayProc should be called
1069 Tk_ItemPointProc *pointProc;/* Computes distance from item to a given
1095 struct Tk_ItemType *nextPtr;/* Used to link types together into a list. */ argument
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A Dtk.h638 typedef struct Tk_ItemType { struct
639 char *name; /* The name of this type of item, such
641 int itemSize; /* Total amount of space needed for
645 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration
648 Tk_ItemConfigureProc *configProc; /* Procedure to call to change
650 Tk_ItemCoordProc *coordProc; /* Procedure to call to get and set
654 Tk_ItemDisplayProc *displayProc; /* Procedure to display items of
656 int alwaysRedraw; /* Non-zero means displayProc should
659 Tk_ItemPointProc *pointProc; /* Computes distance from item to
683 struct Tk_ItemType *nextPtr; /* Used to link types together into argument
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A Dtk.h638 typedef struct Tk_ItemType { struct
639 char *name; /* The name of this type of item, such
641 int itemSize; /* Total amount of space needed for
645 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration
648 Tk_ItemConfigureProc *configProc; /* Procedure to call to change
650 Tk_ItemCoordProc *coordProc; /* Procedure to call to get and set
654 Tk_ItemDisplayProc *displayProc; /* Procedure to display items of
656 int alwaysRedraw; /* Non-zero means displayProc should
659 Tk_ItemPointProc *pointProc; /* Computes distance from item to
683 struct Tk_ItemType *nextPtr; /* Used to link types together into argument
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A Dtk.h638 typedef struct Tk_ItemType { struct
639 char *name; /* The name of this type of item, such
641 int itemSize; /* Total amount of space needed for
645 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration
648 Tk_ItemConfigureProc *configProc; /* Procedure to call to change
650 Tk_ItemCoordProc *coordProc; /* Procedure to call to get and set
654 Tk_ItemDisplayProc *displayProc; /* Procedure to display items of
656 int alwaysRedraw; /* Non-zero means displayProc should
659 Tk_ItemPointProc *pointProc; /* Computes distance from item to
683 struct Tk_ItemType *nextPtr; /* Used to link types together into argument
[all …]
/dports/textproc/wordnet/WordNet-3.0/include/tk/
H A Dtk.h1053 typedef struct Tk_ItemType { struct
1054 char *name; /* The name of this type of item, such
1056 int itemSize; /* Total amount of space needed for
1060 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration
1063 Tk_ItemConfigureProc *configProc; /* Procedure to call to change
1065 Tk_ItemCoordProc *coordProc; /* Procedure to call to get and set
1069 Tk_ItemDisplayProc *displayProc; /* Procedure to display items of
1071 int alwaysRedraw; /* Non-zero means displayProc should
1074 Tk_ItemPointProc *pointProc; /* Computes distance from item to
1098 struct Tk_ItemType *nextPtr; /* Used to link types together into argument
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A Dtk.h1144 typedef struct Tk_ItemType { struct
1147 int itemSize; /* Total amount of space needed for
1149 Tk_ItemCreateProc *createProc; /* Procedure to create a new item of
1151 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration
1154 Tk_ItemConfigureProc *configProc; /* Procedure to call to change
1156 Tk_ItemCoordProc *coordProc; /* Procedure to call to get and set
1160 Tk_ItemDisplayProc *displayProc; /* Procedure to display items of
1162 int alwaysRedraw; /* Non-zero means displayProc should
1165 Tk_ItemPointProc *pointProc; /* Computes distance from item to
1189 struct Tk_ItemType *nextPtr; /* Used to link types together into argument
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A Dtk.h1035 typedef struct Tk_ItemType { struct
1036 char *name; /* The name of this type of item, such as
1038 int itemSize; /* Total amount of space needed for item's
1040 Tk_ItemCreateProc *createProc;
1046 Tk_ItemConfigureProc *configProc;
1051 Tk_ItemDeleteProc *deleteProc;
1054 Tk_ItemDisplayProc *displayProc;
1056 int alwaysRedraw; /* Non-zero means displayProc should be called
1059 Tk_ItemPointProc *pointProc;/* Computes distance from item to a given
1085 struct Tk_ItemType *nextPtr;/* Used to link types together into a list. */ argument
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A Dtk.h1061 typedef struct Tk_ItemType { struct
1062 CONST86 char *name; /* The name of this type of item, such as
1064 int itemSize; /* Total amount of space needed for item's
1066 Tk_ItemCreateProc *createProc;
1072 Tk_ItemConfigureProc *configProc;
1077 Tk_ItemDeleteProc *deleteProc;
1080 Tk_ItemDisplayProc *displayProc;
1082 int alwaysRedraw; /* Non-zero means displayProc should be called
1085 Tk_ItemPointProc *pointProc;/* Computes distance from item to a given
1111 struct Tk_ItemType *nextPtr;/* Used to link types together into a list. */ argument
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A Dtk.h1116 typedef struct Tk_ItemType { struct
1117 const char *name; /* The name of this type of item, such as
1120 size_t itemSize; /* Total amount of space needed for item's
1123 int itemSize;
1125 Tk_ItemCreateProc *createProc;
1131 Tk_ItemConfigureProc *configProc;
1136 Tk_ItemDeleteProc *deleteProc;
1139 Tk_ItemDisplayProc *displayProc;
1141 int alwaysRedraw; /* Non-zero means displayProc should be called
1170 struct Tk_ItemType *nextPtr;/* Used to link types together into a list. */ argument
[all …]