Searched defs:fgStipple (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkText.h280 Pixmap fgStipple; /* Stipple bitmap for text and other member in struct:TkTextTag
H A DtkTextDisp.c37 Pixmap fgStipple; /* Stipple bitmap for text and other member in struct:StyleValues
540 if ((tagPtr->fgStipple != None)
542 styleValues.fgStipple = tagPtr->fgStipple;
643 if (styleValues.fgStipple != None) {
644 gcValues.stipple = styleValues.fgStipple;

Completed in 24 milliseconds