gambas-source-code/gb.gtk3
gambas 386ef35e44 Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically.
[GB.GTK]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
* BUG: ScrollBar: Correctly raise the Change event in all cases.
* BUG: Slider: Correctly raise the Change event in all cases.

[GB.GTK3]
* NEW: ScrollView: Remove ScrollView control.
* NEW: DrawingArea: Change is a new event that is raised when the Application.Animations or Application.Shadows property changes.
* NEW: MouseWheel events are now automatically propagated to the parent control if they are not handled by the child.
* BUG: ScrollBar: Correctly raise the Change event in all cases.
* BUG: Slider: Correctly raise the Change event in all cases.
2018-09-12 13:54:30 +02:00
..
src Remove ScrollView control, add a Change event to the DrawingArea control, and propagate MouseWheel events automatically. 2018-09-12 13:54:30 +02:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac [CONFIGURATION] 2016-05-24 16:18:48 +00:00
COPYING
gambas.h
gb.draw.h
gb.geom.h [DEVELOPMENT ENVIRONMENT] 2015-07-29 12:59:14 +00:00
gb.gl.h
gb.image.h
gb.paint.h
gb_common.h
INSTALL
m4
Makefile.am
NEWS
README
reconf
share
TODO