How to unblock bugfix, pipeline failed with unrelated error in gtk

2022-02-16 Thread Baldvin Kovacs via gtkmm-list
Hello, I'm trying to send a merge request of a bugfix in gtkmm, but the build pipeline fails with an unrelated error in (or at least it seems so, the error is pasted to the

Re: How to unblock bugfix, pipeline failed with unrelated error in gtk

2022-02-16 Thread Baldvin Kovacs via gtkmm-list
Kjell Ahlstedt ezt írta (időpont: 2022. febr. 16., Sze, 21:17): > Den 2022-02-16 kl. 15:02, skrev Baldvin Kovacs via gtkmm-list: > > Hello, > > I'm trying to send a merge request of a bugfix > <https://gitlab.gnome.org/GNOME/gtkmm/-/merge_requests/66> in gtkmm, but &g

Unparenting from GtkWidget "destroy"

2022-07-08 Thread Baldvin Kovacs via gtkmm-list
Hello, I found that currently it is not possible to implement a Gtk::Widget descendant that properly unparents its children in case it is used in managed mode. gtk_widget_finalize will complain with g_warning ("Finalizing %s %p, but it still has children left:", gtk_widget_get_name (widget),

Re: Unparenting from GtkWidget "destroy"

2022-07-08 Thread Baldvin Kovacs via gtkmm-list
Andrew Potter ezt írta (időpont: 2022. júl. 8., P, 19:45): > > On Fri, Jul 8, 2022 at 9:26 AM Baldvin Kovacs > wrote: > >> Andrew Potter ezt írta (időpont: 2022. júl. 8., P, >> 17:30): >> >>> >>> >>> On Fri, Jul 8, 2022, 4:01 AM Baldvi

Re: Unparenting from GtkWidget "destroy"

2022-07-10 Thread Baldvin Kovacs via gtkmm-list
Kjell Ahlstedt ezt írta (időpont: 2022. júl. 10., V, 13:06): > Den 2022-07-09 kl. 18:50, skrev Andrew Potter via gtkmm-list: > > Beyond exposing the destroy signal, another approach might be adding a > virtual dispose method if there is some known problem with sigc++ at this > point in the

Re: Unparenting from GtkWidget "destroy"

2022-07-08 Thread Baldvin Kovacs via gtkmm-list
Andrew Potter ezt írta (időpont: 2022. júl. 8., P, 17:30): > > > On Fri, Jul 8, 2022, 4:01 AM Baldvin Kovacs via gtkmm-list < > gtkmm-list@gnome.org> wrote: > >> >> 2. Expose the destroy signal handler, and document that one needs to >> unparent childre

Re: Unparenting from GtkWidget "destroy"

2022-08-01 Thread Baldvin Kovacs via gtkmm-list
Kjell Ahlstedt ezt írta (időpont: 2022. aug. 1., H, 11:05): > Den 2022-07-31 kl. 00:37, skrev Baldvin Kovacs: > > I took a stab at it, PTAL. Another option is to not do this, but document > in both the howtos, and the documentation > of Gtk::Widget that container-like custom widgets are not

Re: Unparenting from GtkWidget "destroy"

2022-07-30 Thread Baldvin Kovacs via gtkmm-list
Sorry, I'll get on it now. It was part of my learning effort, and once I've understood everything, I went on with simply inheriting my widget from Box, so I forgot about this. Baldvin Kjell Ahlstedt ezt írta (időpont: 2022. júl. 30., Szo, 12:11): > Den 2022-07-30 kl. 11:46, skrev Kjell

Re: Unparenting from GtkWidget "destroy"

2022-07-30 Thread Baldvin Kovacs via gtkmm-list
Baldvin Kovacs ezt írta (időpont: 2022. júl. 30., Szo, 22:59): > Sorry, I'll get on it now. It was part of my learning effort, and once > I've understood everything, I went on with simply inheriting my widget from > Box, so I forgot about this. > Baldvin > > Kjell Ahlstedt ezt írta (időpont: