Searched refs:sel (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | rmt | 65 catch {.t tag remove sel sel.first promptEnd} 66 if {[.t tag nextrange sel 1.0 end] == ""} { 73 catch {.t tag remove sel sel.first promptEnd} 74 if {[.t tag nextrange sel 1.0 end] == ""} { 116 if {[$w compare sel.first <= insert] 117 && [$w compare sel.last >= insert]} { 118 $w tag remove sel sel [all...] |
H A D | ctext.tcl | 108 catch {$w dchars text sel.first sel.last} 130 if ![catch {$w dchars text sel.first sel.last}] { 138 if ![catch {$w dchars text sel.first sel.last}] {
|
/ast/src/lib/libtk/library/ |
H A D | clrpick.tcl | 241 canvas $f.sel -height $data(PLGN_HEIGHT) \ 244 pack $f.sel -expand yes -fill both 250 set data($color,sel) $f.sel 259 bind $data($color,sel) <Enter> \ 261 bind $data($color,sel) <Leave> \ 272 set selFrame [frame $topFrame.sel] 333 tkColorDialog_MoveSelector $w $data($color,sel) $color $x 0 368 # sel: selector canvas 370 set sel [all...] |
H A D | console.tcl | 41 .console tag configure sel -relief ridge 42 bind .console <FocusIn> { .console tag configure sel -borderwidth 0 44 bind .console <FocusOut> { .console tag configure sel -borderwidth 2 218 if {[%W tag nextrange sel 1.0 end] != ""} { 219 %W tag remove sel sel.first promptEnd 227 if {[%W tag nextrange sel 1.0 end] != ""} { 228 %W tag remove sel sel.first promptEnd 376 if {[$w compare sel [all...] |
H A D | text.tcl | 45 %W tag remove sel 0.0 end 55 catch {%W mark set insert sel.first} 60 catch {%W mark set insert sel.first} 208 if {[%W tag nextrange sel 1.0 end] != ""} { 209 %W delete sel.first sel.last 216 if {[%W tag nextrange sel 1.0 end] != ""} { 217 %W delete sel.first sel.last 239 %W tag add sel 1. [all...] |
H A D | entry.tcl | 40 %W delete sel.first sel.last 59 %W delete sel.first sel.last 75 catch {%W icursor sel.first} 160 %W delete sel.first sel.last 453 if {([$w index sel.first] <= $insert) 454 && ([$w index sel.last] >= $insert)} { 455 $w delete sel [all...] |
/ast/src/lib/libdss/ |
H A D | cxeval.c | 190 if ((t = expr->group ? eval(cx, expr->group, data, rv) : expr->query->sel ? (*expr->query->sel)(cx, expr, data, cx->disc) : expr->query->prog ? execute(cx, expr, expr->query->prog, data, rv, cx->disc) : 1) < 0)
|
H A D | cx.h | 515 Cxquery_f sel; /* select current data */ member in struct:Cxquery_s
|
/ast/src/cmd/re/ |
H A D | sed2.c | 549 int sel; local 551 sel = selected(pc, data); 552 if(sel) { 554 if(sel==2 && cmd=='c')
|
/ast/src/cmd/kshlib/dss/ |
H A D | dss.c | 188 if(qp->sel) 190 if((n=(*qp->sel)(cx,&pp->expr,data,cx->disc))<=0)
|
Completed in 20 milliseconds