search for: tk2column

Displaying 1 result from an estimated 1 matches for "tk2column".

Did you mean: 2column
2010 Mar 01
0
Multicolumn Listbox selectcommand trouble
...e(parent = base) editor <- tkframe(parent = base) tkwm.title(base, "my super program") #changeeditor function(){ # } mlb <- tk2mclistbox(listings, height = 20, width = 95, resizablecolumns = TRUE, yscrollcommand = function(...)tkset(scr1,...)) #?tk2mclistbox # Define the columns tk2column(mlb, "add", "date", label = "col1", width = 20) tk2column(mlb, "add", "title", label = "col2", width = 40) tk2column(mlb, "add", "listprice", label = "col3", width = 15) tk2column(mlb, "add", "c...