Home
last modified time | relevance | path

Searched refs:tagsUid (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeView.h396 UID tagsUid; /* List of binding tags for this member
634 UID tagsUid; /* List of binding tags for this member
H A DbltTreeView.c276 (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 DbltTreeViewColumn.c173 DEF_COLUMN_BIND_TAGS, Blt_Offset(TreeViewColumn, tagsUid),