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

/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c547 MStyle *masterStyle = style->master; local
558 eLinks1 = masterStyle->elements;
560 eLinkCount = masterStyle->numElements;
655 if (masterStyle->vertical) {
675 if (!masterStyle->vertical &&
731 if (!(eLink1->flags & ELF_DETACH) && !masterStyle->vertical)
783 if (masterStyle->vertical)
797 if (!masterStyle->vertical &&
871 if (masterStyle->vertical && (numExpandWE > 0)) {
1112 MStyle *masterStyle local
1602 MStyle *masterStyle = style->master; local
1698 MStyle *masterStyle = style->master; local
1823 MStyle *masterStyle = style->master; local
2222 MStyle *masterStyle = style->master; local
2304 MStyle *masterStyle = style->master; local
2493 MStyle *masterStyle = style->master; local
2838 MStyle *masterStyle = style->master; local
2880 MStyle *masterStyle = (MStyle *) style_; local
2953 MStyle *masterStyle = style->master; local
2992 MStyle *masterStyle = (MStyle *) style_; local
3144 MStyle *masterStyle = style->master; local
3411 MStyle *masterStyle = (MStyle *) style_; local
3670 Style_ChangeElements( TreeCtrl *tree, MStyle *masterStyle, int count, TreeElement *elemList, int *map ) argument
3791 Style_ElemChanged( TreeCtrl *tree, MStyle *masterStyle, TreeElement masterElem, int masterElemIndex, int flagM, int flagT, int csM ) argument
4045 MStyle *masterStyle = style->master; local
4270 MStyle *masterStyle; local
4313 MStyle *masterStyle; local
5132 MStyle *masterStyle = (MStyle *) style_; local
6109 MStyle *masterStyle = style->master; local
6182 MStyle *masterStyle = style->master; local
6611 MStyle *masterStyle = style->master; local
6731 MStyle *masterStyle = (MStyle *) Tcl_GetHashValue(hPtr); local
6806 MStyle *masterStyle = ((MStyle *) style_); local
[all...]
H A DtkTreeDrag.c47 TreeStyle masterStyle; /* Style to create the drag image from. */ member in struct:TreeDragImage_
62 (char *) NULL, -1, Tk_Offset(TreeDragImage_, masterStyle),
202 if (dragImage->masterStyle == style) {
204 dragImage->masterStyle = NULL;
770 if (dragImage->masterStyle != NULL) {
771 dragImage->instanceStyle = TreeStyle_NewInstance(tree, dragImage->masterStyle);
H A DtkTreeItem.c6535 TreeStyle masterStyle = TreeStyle_GetMaster(tree, column->style); local
6544 if (sortData.columns[i].elems[j].style == masterStyle) {

Completed in 217 milliseconds