How to access and modify a sibling of a Tcl/Tk object in R
问题 In short: I use tcltk package in R. But non-R users may suggest ideas too and provide examples in other language than R. I have a list of Tcl/Tk objects in R <Tcl> .1.1.1.1 .1.1.1.2 .1.1.1.3 and want to access and modify each object separately. How can I do it? Or If I have button A object, how can I access and modify button B object? Details: I have the following widget: The code to create it: library(tcltk) top <- tktoplevel() frame_1 <- tkframe(top) tkgrid(frame_1) frame_n <- tkframe(frame