Home
last modified time | relevance | path

Searched refs:tkcreate (Results 1 – 9 of 9) sorted by relevance

/dports/math/R/R-4.1.2/src/library/tcltk/demo/
H A Dtkcanvas.R42 tkcreate(canvas, "line", 100, 250, 400, 250, width=2)
43 tkcreate(canvas, "line", 100, 250, 100, 50, width=2)
44 tkcreate(canvas, "text", 225, 20, text="A Simple Plot",
50 tkcreate(canvas, "line", x, 250, x, 245, width=2)
51 tkcreate(canvas, "text", x, 254,
57 tkcreate(canvas, "line", 100, y, 105, y, width=2)
58 tkcreate(canvas, "text", 96, y,
76 item <- tkcreate(canvas, "oval", x - 6, y - 6, x + 6, y + 6,
122 tkcreate(canvas, "line", x0[1], y0[1], x0[2], y0[2], width=3)
/dports/math/libRmath/R-4.1.1/src/library/tcltk/demo/
H A Dtkcanvas.R42 tkcreate(canvas, "line", 100, 250, 400, 250, width=2)
43 tkcreate(canvas, "line", 100, 250, 100, 50, width=2)
44 tkcreate(canvas, "text", 225, 20, text="A Simple Plot",
50 tkcreate(canvas, "line", x, 250, x, 245, width=2)
51 tkcreate(canvas, "text", x, 254,
57 tkcreate(canvas, "line", 100, y, 105, y, width=2)
58 tkcreate(canvas, "text", 96, y,
76 item <- tkcreate(canvas, "oval", x - 6, y - 6, x + 6, y + 6,
122 tkcreate(canvas, "line", x0[1], y0[1], x0[2], y0[2], width=3)
/dports/math/R/R-4.1.2/src/library/tcltk/man/
H A DTkWidgetcmds.Rd18 \alias{tkcreate}
117 tkcreate(widget, ...)
/dports/math/libRmath/R-4.1.1/src/library/tcltk/man/
H A DTkWidgetcmds.Rd18 \alias{tkcreate}
117 tkcreate(widget, ...)
/dports/math/R-cran-igraph/igraph/R/
H A Dtkplot.R811 item <- tcltk::tkcreate(tkp$canvas, "oval", x-vertex.size, y-vertex.size,
834 litem <- tcltk::tkcreate(tkp$canvas, "text", label.x, label.y,
944 do.call(tcltk::tkcreate, args)
948 tcltk::tkcreate(tkp$canvas, "line", from.c[1], from.c[2],
970 litem <- tcltk::tkcreate(tkp$canvas, "text", label.x, label.y,
1074 tcltk::tkcreate(tkp$canvas, "grid", 0, 0, 10, 10, tags=c("grid"))
/dports/graphics/R-cran-colorspace/colorspace/R/
H A Dchoose_palette.R383 tcltk::tkcreate(frame7.cvs, "polygon", pts, fill = color, tag = "pal")
464 tcltk::tkcreate(frame2.cvs, "polygon", pts, fill=j, tag="default")
471 tcltk::tkcreate(frame2.cvs, "polygon", pts, fill = "", outline = "black", tag = "browse")
520 tcltk::tkcreate(frame2.cvs, "polygon", pts, fill = "", outline = "black", tag = "browse")
/dports/math/R-cran-igraph/igraph/man/
H A Dtkplot.Rd186 tkcreate(canvas, "text", width/2, 25, text="My title",
/dports/math/R/R-4.1.2/src/library/tcltk/R/
H A DTk.R506 tkcreate <- function(widget, ...) tcl(widget, "create", ...) function
/dports/math/libRmath/R-4.1.1/src/library/tcltk/R/
H A DTk.R506 tkcreate <- function(widget, ...) tcl(widget, "create", ...) function