Home
last modified time | relevance | path

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

/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTreeView.h418 XColor *activeTitleFgColor; /* Foreground color of text heading when member
H A DbltTreeViewColumn.c161 Blt_Offset(TreeViewColumn, activeTitleFgColor), 0},
984 gcValues.foreground = columnPtr->activeTitleFgColor->pixel;
H A DbltTreeView.c5916 fgColor = (sPtr && sPtr->activeFgColor)?sPtr->activeFgColor:columnPtr->activeTitleFgColor; in DrawTitle()