TKE
3.6
Advanced code editor for programmers
Namespaces
|
Functions
tk Namespace Reference
Namespaces
mac
Functions
TextSetCursor
w pos args
TextButton1
w x y args
Function Documentation
§
TextButton1()
tk::TextButton1
w x y args
Definition at line
16
of file
ctext.tcl
.
16
proc
::tk::TextButton1 {w x y args} {
17
set
ins [$w index insert]
18
::tk::TextSetButton1Orig $w $x $y
19
event
generate $w <<CursorChanged>> -data [list $ins {*}$args]
20
}
§
TextSetCursor()
tk::TextSetCursor
w pos args
Definition at line
8
of file
ctext.tcl
.
8
proc
::tk::TextSetCursor {w pos args} {
9
set
ins [$w index insert]
10
::tk::TextSetCursorOrig $w $pos
11
event
generate $w <<CursorChanged>> -data [list $ins {*}$args]
12
}
tk
Generated on Tue Jan 15 2019 00:20:41 for TKE by
1.8.12