search for: tksee

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

Did you mean: tkset
2001 Feb 22
2
Problem with tcltk listbox
...quot;left",fill="y") tkpack(sas.yscroll,sas.listbox,side="left",fill="y") tkbind(protas.listbox,"<Button-1>",function() { asselection<- tkcurselection(protas.listbox) tkselection.clear(sas.listbox,0,"end") tksee(sas.listbox,asselection) tkselection.set(sas.listbox,asselection) }) }) Thanks -- Frank Gerrit Zoellner -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.ht...
2005 Sep 02
1
tcltk - automatically moving cursor to last line of tktext box - how?
Hi; I have a program which writes lines to a tktext box (of height, say, 10) with tkinsert(txto, "end", paste(so,"\n")) I would like my program to be such that it automatically scrolls down through the text box when it is full so that I always see the last 10 lines written. Can anyone help on this? Best regards S??ren
2013 Sep 01
1
[PATCH] remove a duplicate tk function definition (and alphabetize)
...dragto", ...) tkscan.mark <- function(widget, ...) tcl(widget, "scan", "mark", ...) -tkscan.dragto <- function(widget, ...) tcl(widget, "scan", "dragto", ...) tksearch <- function(widget, ...) tcl(widget, "search", ...) tksee <- function(widget, ...) tcl(widget, "see", ...) tkselect <- function(widget, ...) tcl(widget, "select", ...) @@ -563,7 +562,6 @@ tcl(widget, "selection", "to", ...) tkset <- function(widget, ...) tcl(widget, "s...