![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: help image scrolling
From: Gerald W. Lester <Gerald.Lester@cox.net>
Date: Sun Apr 30 2006 - 01:15:30 CEST
suchodj@wanadoo.fr wrote:
Prior to 8.5, text widgets minimum scrolling was a line at a time.
Try a canvas widget instead, as in:
package require image
scrollbar .hsb -orient horizontal -command [list .c xview]
set im [image create photo im -file {04.jpg}
.c create image 0 0 -image im
> jerome
-- +--------------------------------+---------------------------------------+ | Gerald W. Lester | |"The man who fights for his ideals is the man who is alive." - Cervantes| +------------------------------------------------------------------------+Received on Sun Apr 30 03:32:02 2006 |