Searched refs:Blt_TreeViewCreateEntry (Results 1 – 3 of 3) sorted by relevance
/dports/x11-toolkits/blt/blt2.5/generic/ |
H A D | bltTreeView.h | 1163 extern int Blt_TreeViewCreateEntry _ANSI_ARGS_((TreeView *tvPtr,
|
H A D | bltTreeView.c | 2519 Blt_TreeViewCreateEntry( in Blt_TreeViewCreateEntry() function 2565 return Blt_TreeViewCreateEntry(tvPtr, node, 0, NULL, 0); in CreateApplyProc() 2597 return Blt_TreeViewCreateEntry(tvPtr, node, 0, NULL, 0); in TreeEventProc()
|
H A D | bltTreeViewCmd.c | 5424 if (Blt_TreeViewCreateEntry(tvPtr, node, 0, options, BLT_CONFIG_OBJV_ONLY) != TCL_OK) { 5686 if (Blt_TreeViewCreateEntry(tvPtr, node, count, options, 0) != TCL_OK) {
|