blob: db8886ed4b6148181b52ec5712b924e7a42dd9fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/source.tcl 2004-12-28 23:36:47.000000000 -0800
+++ b/source.tcl 2004-12-28 23:37:09.000000000 -0800
@@ -51,6 +51,10 @@
#
#
+tk::unsupported::ExposePrivateCommand tkTextSetCursor
+tk::unsupported::ExposePrivateCommand tkTextScrollPages
+tk::unsupported::ExposePrivateCommand tkTextInsert
+
proc db.set { id field val args } {
global db
if { $args == {} } {
|