in reply to Re: perl/Tk scrollbar aligning
in thread perl/Tk scrollbar aligning
for scrolling down the list, xview() would move it left and it accepts only a integer (btw, it starts with 0 of course)$listbox->yview(3);
-- package Lizard::King; sub can { do { 'anything'} };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: perl/Tk scrollbar aligning
by kevin_i_orourke (Friar) on Dec 03, 2001 at 16:35 UTC |