search for: divbandlistbox2

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

Did you mean: divbandlistbox1
2010 Jun 22
0
Scrolling a tkcanvas non-starter
...,"+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, selectmode="single") divBandListbox2 = tklistbox(column1, width=65,height=15, selectmode="single") divBandListbox3 = tklistbox(column1, width=65,height=15, selectmode="single") tkgrid(column1,yscr,sticky="ew") tkgrid.configure(yscr, sticky="ns") -- also tried these steps for configuring the ca...