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

/ast/src/lib/libtk/generic/
H A DtkCanvLine.c25 * parsing arrow shapes. */
44 Tk_Uid arrow; /* Indicates whether or not to draw arrowheads: member in struct:LineItem
127 {TK_CONFIG_UID, "-arrow", (char *) NULL, (char *) NULL,
128 "none", Tk_Offset(LineItem, arrow), TK_CONFIG_DONT_SET_DEFAULT},
181 * The Tk_Uid's below refer to uids for the various arrow types:
260 linePtr->arrow = noneUid;
376 * Update arrowheads by throwing away any existing arrow-head
388 if (linePtr->arrow != noneUid) {
457 if (linePtr->arrow == noneUid) {
490 if ((linePtr->firstArrowPtr != NULL) && (linePtr->arrow !
[all...]

Completed in 9 milliseconds