Displaying 1 result from an estimated 1 matches for "drawmode".
Did you mean:
rawmode
2003 Jul 30
1
Tktable White column when WIDTH>13
...ble="tclArray",
rows=as.character(dim(datifram)[1]+1),
cols=as.character(dim(datifram)[2]),titlerows="1",
titlecols="3",selectmode="extended",height="27",
width="13",bg="white",state="disabled",cursor="arrow",
drawmode="single",selectmode="single",invertselected=TRUE,
xscrollcommand=function(...)tkset(xscr,...),
yscrollcommand=function(...) tkset(yscr,...))
<SNIP>
>
> When I go to the right border with the scrollbar, I see a
> wihte column without cells and without titlerow. I...