search for: dragto

Displaying 1 result from an estimated 1 matches for "dragto".

Did you mean: drago
2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
...(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...