Searched refs:tagsUid (Results 1 – 3 of 3) sorted by relevance
/dports/x11-toolkits/blt/blt2.5/generic/ |
H A D | bltTreeView.h | 396 UID tagsUid; /* List of binding tags for this member 634 UID tagsUid; /* List of binding tags for this member
|
H A D | bltTreeView.c | 276 (char *)NULL, Blt_Offset(TreeViewEntry, tagsUid), 3070 if (entryPtr->tagsUid != NULL) { in GetTags() 3071 if (Tcl_SplitList((Tcl_Interp *)NULL, entryPtr->tagsUid, &nNames, in GetTags() 3086 if (columnPtr->tagsUid != NULL) { in GetTags() 3087 if (Tcl_SplitList((Tcl_Interp *)NULL, columnPtr->tagsUid, &nNames, in GetTags() 3101 if (entryPtr->tagsUid != NULL) { in GetTags() 3102 if (Tcl_SplitList((Tcl_Interp *)NULL, entryPtr->tagsUid, &nNames, in GetTags()
|
H A D | bltTreeViewColumn.c | 173 DEF_COLUMN_BIND_TAGS, Blt_Offset(TreeViewColumn, tagsUid),
|