Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] GTK3: prevent table header from getting focus

Hello,

I've noticed that clicking a table header on CentOS 7.6 (GTK 3.22.30) will put the focus on this header cell. Setting the environment variable GTK_DEBUG to "interactive" and then launching our application reveals that in GTK3 table controls actually are "treeview"s that consist of "button"s for the table column headers. How to prevent these "button"s to get the focus?

--
Best regards,
Thomas Singer
=============
syntevo GmbH
https://www.syntevo.com
https://www.syntevo.com/blog


Back to the top