Displaying 1 result from an estimated 1 matches for "tkscan".
Did you mean:
scan
2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
.....) tcl(widget, "postcascade", ...)
tkpost <- function(widget, ...) tcl(widget, "post", ...)
-tkpostcascade <- function(widget, ...) tcl(widget, "postcascade", ...)
tkpostscript <- function(widget, ...) tcl(widget, "postscript", ...)
+tkscan.dragto <- function(widget, ...) tcl(widget, "scan", "dragto", ...)
tkscan.mark <- function(widget, ...) tcl(widget, "scan", "mark", ...)
-tkscan.dragto <- function(widget, ...) tcl(widget, "scan", "dragto", ...)
tksearch...