efficient way to propagate this to an user function so
I can call destroy on the GTK Widget itself, or having GDK/GTK binding to tell
when the GDKWindow gets destroyed, its GTKWidget should get destroyed too.
Thanks
Michel Donais
___
gtk-list mailing list
ep 18, 2018 at 12:27 PM LRN via gtk-list
wrote:
> On 18.09.2018 18:59, Michel Donais wrote:
> > What seems to happen is the WM_NCDESTROY event is being sent out to GDK
> > because its hierarchy is getting destroyed by Win32, and then, it seems
> GDK
> > does the good thing de
be as standard as possible. My code
still is buggy as hell, but at least, it seems like this is a great start.
On Tue, Sep 18, 2018 at 12:54 PM LRN via gtk-list
wrote:
> On 18.09.2018 19:38, Michel Donais wrote:
> > You are right, this is on GTK3. Hopefully, once GTK4 becomes
Inline answers.
On Wed, Sep 19, 2018 at 5:56 PM LRN via gtk-list wrote:
> 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
>