search for: postcascade

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

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