Re: [R] Aling elmentos into Windows with TK

2008-05-08 Thread eduardo san miguel
Hi, There are many ways to do that. An example: require(tcltk) tt - tktoplevel() te - tkentry(tt) tl - tklabel(tt) tb - tkbutton(tt) tkconfigure(tl, text = 'Enter text') tkconfigure(tb, text = 'Show', command = function() {cat(as.character(tkget(te)))}) tkgrid(tl, row = 0, column = 0,

[R] Aling elmentos into Windows with TK

2008-05-07 Thread ermimi
Hello!! I would like create a window that has diferent element as: http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/checkboxes.html http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/radiobuttons.html I know as make it, but I donĀ“t know as I could (align the diferent elemnts to left,