Searched refs:ITEM_FLAG_VISIBLE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c62 #define ITEM_FLAG_VISIBLE 0x0020 /* -visible */ macro
78 #define IS_VISIBLE(i) (((i)->flags & ITEM_FLAG_VISIBLE) != 0)
5017 if (visible) item->flags |= ITEM_FLAG_VISIBLE;
5018 else item->flags &= ~ITEM_FLAG_VISIBLE;
8772 BooleanFlagCO_Init(itemOptionSpecs, "-visible", ITEM_FLAG_VISIBLE);

Completed in 279 milliseconds