Skip to main content

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

On 3/15/19 6:04 AM, Thomas Singer wrote:
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?


What is the behaviour like on Mac/Windows?


Eric


Back to the top