Signal for treeview column changing size

2018-09-19 Thread Daniel Kasak via gtk-list
Hi all. Is there a signal for when a treeview column is resized? I don't see anything on: - https://developer.gnome.org/gtk3/stable/GtkTreeViewColumn.html ( or up the object hierarchy - which gives permissions denied errors, by the way ), or - https://developer.gnome.org/gtk3/stable/GtkCellRendere

Re: Win32 WM_NCDESTROY to GDK Window to GTK Widget signal

2018-09-19 Thread LRN via gtk-list
On 19.09.2018 19:40, Michel Donais wrote: > So, the code actually works using append_event, but it might not be the > best solution, as the WM_NCDESTROY event is terminal, so merely appending > an operation for future consideration is probably not the best case. > This got me thinking: why exactl

Re: Win32 WM_NCDESTROY to GDK Window to GTK Widget signal

2018-09-19 Thread Michel Donais
Sorry for the delay, I wanted to make sure I thoroughly test out what's the best, now that I allowed myself to modify the GTK source. So, the code actually works using append_event, but it might not be the best solution, as the WM_NCDESTROY event is terminal, so merely appending an operation for f