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

/ast/src/lib/libtk/generic/
H A DtkTextTag.c29 (char *) NULL, Tk_Offset(TkTextTag, bgStipple), TK_CONFIG_NULL_OK},
408 || (tagPtr->bgStipple != None)
789 tagPtr->bgStipple = None;
895 if (tagPtr->bgStipple != None) {
896 Tk_FreeBitmap(textPtr->display, tagPtr->bgStipple);
H A DtkText.h274 Pixmap bgStipple; /* Stipple bitmap for background. None member in struct:TkTextTag
H A DtkTextDisp.c33 Pixmap bgStipple; /* Stipple bitmap for background. None member in struct:StyleValues
90 && ((s1)->sValuePtr->bgStipple == (s2)->sValuePtr->bgStipple))
527 if ((tagPtr->bgStipple != None)
529 styleValues.bgStipple = tagPtr->bgStipple;
631 if (styleValues.bgStipple != None) {
632 gcValues.stipple = styleValues.bgStipple;
H A DtkText.c842 || (textPtr->selTagPtr->bgStipple != None)

Completed in 35 milliseconds