Re: A toggled toggle button visually almost indistinct from untoggled



On Thu, Apr 13, 2017 at 3:55 PM, Emmanuele Bassi <ebassi gmail com> wrote:
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?
Here're 2 screenshots:
http://stromberg.dnsalias.org/~strombrg/hcm/unselected.png
http://stromberg.dnsalias.org/~strombrg/hcm/selected.png

It's the "benchbox" button that's selected - near the upper left, right below where it says "Dan's from Dan's".

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.
I was bulding 3.9 for a while, before I realized it was a development version.  But I removed the binaries and started over with the older GTK+.  But when I did that, I didn't reevaluate what dependencies needed to be built, thinking some of them may become necessary someday.  I was happy to discover that the only thing I needed to downgrade was gtk itself.

As assurance that I'm using the production GTK+, this succeeds, where it didn't previously:
gi.require_version('Gtk', '3.0')

Thanks! 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]