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

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c147 * TOP_LINE - Non-zero means that this was the top line
162 #define TOP_LINE 4 macro
1379 if ((dlPtr->flags & HAS_3D_BORDER) && !(dlPtr->flags & TOP_LINE)) {
1383 if ((dlPtr->flags & TOP_LINE) && (dlPtr != dInfoPtr->dLinePtr)
1396 dlPtr->flags &= ~TOP_LINE;
1400 dlPtr->flags &= ~(TOP_LINE|BOTTOM_LINE);
1403 dInfoPtr->dLinePtr->flags |= TOP_LINE;

Completed in 25 milliseconds