Done about as much as I can tonight (spare time) - please choose an indentation/coding style and stick with it.
Also drop the use of "mother" everywhere its just plain silly. A GtkWidget knows its parent, so cast that when you need it :) (Unless you need it before being added to a widget, granted.)
That dynamiclist thing is also stupid, kill it. GtkApplication knows of all GtkApplicationWindow's - check the docs :)
Done about as much as I can tonight (spare time) - please choose an indentation/coding style and stick with it.
Also drop the use of "mother" everywhere its just plain silly. A GtkWidget knows its parent, so cast that when you need it :) (Unless you need it before being added to a widget, granted.)
That dynamiclist thing is also stupid, kill it. GtkApplication knows of all GtkApplicationWindow's - check the docs :)