On 13 April 2017 at 23:44, Dan Stromberg <dstromberglists gmail com> wrote:
> Does anyone have any suggestions? I miss being able to tell which buttons
> I've clicked!
Care to point to a screenshot, so it's possible to understand what you
see - and what you expect?
The default Adwaita theme has a fair distinction between states:
https://i.imgur.com/6bg9eNc.png
>From the top:
- active = FALSE, sensitive = TRUE
- active = FALSE, sensitive = FALSE
- active = TRUE, sensitive = FALSE
- active = TRUE, sensitive = FALSE
https://developer.gnome.org/gtk3/stable/GtkToggleButton. html
The transition between active and inactive is also animated.
> ./graphene/graphene-1.6.0.tar.xz
Graphene is only necessary for GTK+ 3.9x (master branch). GTK+ 3.22
does not use it.