Lines Matching defs:sel
59 ## # Need gui for text.index('sel.first/sel.last/insert').
76 def sel(s):
78 if s == 'sel.first': return '1.0'
79 if s == 'sel.last': return '1.12'
81 text.index = sel # replaces .tag_add('sel', '1.0, '1.12')
252 def sel(s):
253 if s == 'sel.first': return '2.10'
254 if s == 'sel.last': return '2.16'
256 text.index = sel