search for: 700x600

Displaying 1 result from an estimated 1 matches for "700x600".

Did you mean: 800x600
2010 Jun 22
0
Scrolling a tkcanvas non-starter
...eight of 200 pixels and to be able to use the scrollbar to bring different listboxes into view. I created this from examples on the forum, but other than that, I cannot find any documentation or online help in this area. tt <- tktoplevel() # Create a new toplevel window tkwm.geometry(tt, "700x600") tkwm.geometry(tt,"+5+5") ... yscr <- tkscrollbar(tt,orient="vertical", command=function(...) tkyview(column1,...) ) column1 = tkcanvas(tt, height=200, yscrollcommand = function(...) tkset(yscr, ...)) divBandListbox1 = tklistbox(column1, width=65, height=15, selectmo...