bind $w \"$w.config.canvas yview scroll -5 unit;break;\"\n");
printf( "\tbind $w \"$w.config.canvas yview scroll 1 page;break;\"\n");
printf( "\tbind $w \"$w.config.canvas yview scroll -1 page;break;\"\n");
In message <[EMAIL PROTECTED]>, Keith Owens wrote:
>On Sun, 13 Jan 2002 16:54:41 +0100,
>Bernd Petrovitsch <[EMAIL PROTECTED]> wrote:
>>I added mouse wheel support to the X11 configuration program.
>>It is the straight forward solution : just assign the existing
fig.canvas yview scroll -1 page;break;\"\n");
printf( "\tbind $w \"$w.config.canvas yview moveto 0;break;\"\n");
+printf( "\tbind $w \"$w.config.canvas yview moveto 0;break;\"\n");
printf( "\tbind $w \"$w.config.canvas yview moveto 1 ;break;\"\n");
+printf( "\tbind $w \"$w.config.canvas yview moveto 1 ;break;\"\n");
printf( "\tpack $w.config.canvas -side right -fill y\n" );
printf("\n\n");
}
Bernd Petrovitsch Email : [EMAIL PROTECTED]
g.a.m.s gmbh Fax : +43 1 205255-900
Prinz-Eugen-Straße 8A-1040 Vienna/Austria/Europe
LUGA : http://www.luga.at
On Tue, 2005-06-21 at 14:59 +0200, Pierre Ossman wrote:
[...]
> It should only be a matter of reversing the patches for Solaris then.
> But that will of course bring back the warnings on that platform. I'd
> say we should stick with what the standard says. Unfortunatly I don't
The C-standard about
On Wed, 2005-06-22 at 11:21 +0200, Pierre Ossman wrote:
> Bernd Petrovitsch wrote:
> >The C-standard about "char", "signed char" and "unsigned char"?
> >These are 3 different types.
>
> I was referring to which of the three types is correct fo