search for: tkmove

Displaying 3 results from an estimated 3 matches for "tkmove".

Did you mean: remove
2003 Oct 15
0
tkcanvas/bitmap for Turtle World
...ot;") # redraw tkdelete(turtle$canvas,turtle$turtle) turtle$turtle<-tkcreate(turtle$canvas,"bitmap",x,y,anchor="center",bitmap=paste(path,file,sep="")) turtle$angle <- angle } if(x!=turtle$x || y!=turtle$y) { tkmove(turtle$canvas,turtle$turtle,x-turtle$x,y-turtle$y) turtle$x <- x turtle$y <- y } turtle } -------------------------------------------------------------------- Gabriel Baud-Bovy Assistant Professor UHSR University via Olgettina, 58 tel: (+39) 02 2643 4839 20132 Milan...
2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
...", ...) tkflash <- function(widget, ...) tcl(widget, "flash", ...) tkfraction <- function(widget, ...) tcl(widget, "fraction", ...) @@ -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,...
2005 Jul 31
3
Drawing a graph with vertices and edges using tcl/tk
Dear all; I would like to draw a graph with vertices and edges, and I guess tcl/tk would be appropriate. I don't know tcl/tk but have googled for a 10-page (or so) introduction to 'getting started with tcl/tk in R' but without any luck. - Does anyone know of the existence of such a document or any other web-based material on the subject? - Does anyone have an (informative) piece of