Skip to content

Widget: Fix outdated, wrong destructor doc comment

Daniel Boles requested to merge dboles/Widget-doc-cosmetics into master
commit 449249a8098cacdb1a6410472366527201e2cc77 (origin/dboles/Widget-doc-cosmetics, dboles/Widget-doc-cosmetics)
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Mon Oct 30 16:31:45 2023 +0000

    Widget: Fix outdated, wrong destructor doc comment
    
    Now destroying a widget will not remove it from a parent if it has one,
    as GTK4 removed GtkContainer and hence any uniform way to remove() etc.
    
    https://gitlab.gnome.org/GNOME/gtkmm/-/issues/138#note_1775964

commit 92caa8a2fa882339479e33faf25750c1e2d8a843
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Mon Oct 30 16:28:24 2023 +0000

    Widget: Add some 'section heading' comments

commit 88128a723d8987b7c65883ca009e683a6beef26b
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Mon Oct 30 15:45:26 2023 +0000

    Widget: Sort includes

commit 246ae7696665ae158a29e3f9dcfda1390dc31f76
Author: Daniel Boles <dboles.src@gmail.com>
Date:   Mon Oct 30 15:38:22 2023 +0000

    Widget—Remove redundant Gtk:: namespace qualifiers

Merge request reports