[R] Tktable White column when WIDTH>13

James Wettenhall wettenhall at wehi.edu.au
Thu Jul 31 03:22:53 CEST 2003


Sorry to those not interested in R/TclTk for yet another email!

Thomas found possibly a better way to fix the "white column on 
the right" problem :
tkconfigure(table1,colstretchmode="unset")

Also, he asked how to justify text to the left in cells, noting 
that justify="left" didn't work and that the help for justify 
only mentioned multi-line cells.

His solution was :
tkconfigure(table1,anchor="w")

Or for an individual tagged cell:
tkcmd(.Tk.ID(table1),"tag","cell","ZeroOne","0,1")
tkcmd(.Tk.ID(table1),"tag","configure","ZeroOne",anchor="e")

James




More information about the R-help mailing list