Re: Bugs in 1.1.13
- From: Soeren Sandmann <sandmann daimi au dk>
- To: gtk-devel-list redhat com
- Subject: Re: Bugs in 1.1.13
- Date: 18 Jan 1999 20:37:45 +0100
Soeren Sandmann writes:
> a) The layout widget does not scroll if I click the arrows on the
> scrollbars.
This is easy to fix:
Add the lines
layout->hadjustment->step_increment = allocation->width / 4;
layout->vadjustment->step_increment = allocation->height / 4;
to gtklayout.c in the function gtk_layout_size_allocate.c. I have
arbitrarily set the increment to a quarter of the allocated
height. This should perhaps be lower.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]