On Fri, 9 Aug 2019 22:57:05 +0200, Mike Wey wrote:

On 09-08-2019 21:43, Ron Tarrant wrote:

Just wondering if Frame's setShadowType() function is working properly. I tried passing it all options from the enum (IN, OUT, ETCHED_IN, ETCHED_OUT) but they all look exactly the same... except NONE. That looks like what I expected: no frame.

.....

What am I missing?

Gtk treats any value other NONE as the same value, so it's like a
boolean but with more than one value meaning true.

Okay, so the frame is either on or off. Frankly, I was wondering just how much etched-ness could be squeezed into a one-pixel-wide area anyway. :)

Thanks, Mike.