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... exceptNONE
. 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.