search for: tkpostcascade

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

Did you mean: postcascade
2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
...on", ...) @@ -535,11 +534,11 @@ tkmark.unset <- function(widget, ...) tcl(widget, "mark", "unset", ...) tkmove <- function(widget, ...) tcl(widget, "move", ...) tknearest <- function(widget, ...) tcl(widget, "nearest", ...) +tkpostcascade <- function(widget, ...) tcl(widget, "postcascade", ...) tkpost <- function(widget, ...) tcl(widget, "post", ...) -tkpostcascade <- function(widget, ...) tcl(widget, "postcascade", ...) tkpostscript <- function(widget, ...) tcl(widget, &qu...