Re: GtkRange API is incomplete
- From: Tadej Borovšak <tadeboro gmail com>
- To: Alberto Ruiz <aruiz gnome org>
- Cc: gtk-devel-list gnome org
- Subject: Re: GtkRange API is incomplete
- Date: Tue, 27 Jul 2010 18:43:50 +0200
Hi again.
> Hi there,
> You can just connect to the GtkRange's GtkAdjustment value-changed
> signal for the view update.
This will not work, because delayed emission of
GtkRange::value-changed signal is implemented by delaying emission of
GtkAdjustment::value-changed. You can connect to either of those
signals, end result is exactly the same (GtkRange::value-changed is
emitted in signal handler for GtkAdjustment::value-changed).
BTW, implementing delayed emission properly inside GtkRange would also
make it possible to hide public fields from GtkAdjustment.
Tadej
--
Tadej Borovšak
tadeboro.blogspot.com
tadeboro gmail com
tadej borovsak gmail com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]