According to the docs [0], the "color-activated" signal is emitted upon
the user making any changes to the current color.1) When a GtkColorChooserWidget is inside of a GtkPopover [1, 2]
2) When a GtkColorChooserWidget is inside of a GtkWindow [3, 4]
I am not sure if I'm using GtkBuilder, signals, or pygobject
incorrectly. The signal is being picked up correctly, because
incorrectly. The signal is being picked up correctly, because
when I comment it out, GtkBuilder complains. However, even
when I change a color, nothing is fired (and yes, I put a quick
print statement in as a sanity check).
[0]: https://developer.gnome.org/gtk3/stable/GtkColorChooser.html#GtkColorChooser-color-activated
[1]: https://github.com/craigcabrey/luminance/blob/group-detail/data/ui/entity-row.ui#L33
[2]: https://github.com/craigcabrey/luminance/blob/group-detail/luminance/views/entity.py#L54
[3]: https://github.com/craigcabrey/luminance/blob/group-detail/data/ui/entity-detail.ui#L174
[4]: https://github.com/craigcabrey/luminance/blob/group-detail/luminance/views/entity.py#L139
_______________________________________________ gtk-list mailing list gtk-list@xxxxxxxxx https://mail.gnome.org/mailman/listinfo/gtk-list