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

/ast/src/lib/libtk/generic/
H A DtkTextBTree.c6 * toggle segment types.
1185 * the state doesn't already match what we want then add a toggle
1202 segPtr->body.toggle.tagPtr = tagPtr;
1203 segPtr->body.toggle.inNodeCounts = 0;
1209 * of the range, and add a toggle there if it's needed.
1226 if (segPtr->body.toggle.inNodeCounts) {
1228 segPtr->body.toggle.tagPtr, -1);
1229 segPtr->body.toggle.inNodeCounts = 0;
1237 * The code below is a bit tricky. After deleting a toggle
1271 segPtr->body.toggle
[all...]
H A DtkText.h49 * tag toggle, a mark, or an embedded widget. Each segment starts with
56 * a tag toggle. There is one of these structures at both the beginning
62 int inNodeCounts; /* 1 means this toggle has been
63 * accounted for in node toggle
128 TkTextToggle toggle; /* Information about tag toggle. */ member in union:TkTextSegment::__anon420
627 * mark or tag toggle), does it
H A DtkText.c2142 segPtr->body.toggle.tagPtr->name,
2147 segPtr->body.toggle.tagPtr->name,
H A DtkTextTag.c581 * on-toggle just before the character. If not, then
589 && (segPtr->body.toggle.tagPtr == tagPtr)) {
641 * The search below is a bit weird. The previous toggle can be
642 * either an on or off toggle. If it is an on toggle, then we
643 * need to turn around and search forward for the end toggle.
/ast/src/lib/libtk/library/demos/
H A Dtwind.tcl82 checkbutton $t.toggle -textvariable embToggle -indicatoron 0 \
85 $t window create end -window $t.toggle -padx 3 -pady 2

Completed in 30 milliseconds