Dear gurus:

I have a question on how to configure the margin layout on tcl/tk GUI 
objects like tkcanvas, tkframe or tktoplevel.
For example, if I want to leave a larger margin on the left side of the 
GUI container, which one should I configure, the toplevel or tkcanvas or 
tkframe?

top<-tktoplevel()
canvas<-tkcanvas(top, relief=, borderwidth=...)

I also find the documentation for all the possible arguments that could 
be passed to tktoplevel, tkframe, tkcanvas, tk.wm, tkconfigure is not 
good. I wonder if there are good resource for it... at the very least, I 
know I need to look at what arguments that tck/tk takes... but I don't 
have time to go that far.

Thanks
Hao

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to