Skip to content

Draft: Templates-menu GtkListBox Implementation

Utkarsh Gandhi requested to merge utkarshvg2401/nautilus:gsoc into master

The current implementation of the "New Documents" submenu uses the GtkPopoverMenu. This implementation has many problems.
To solve these problems, we have created a custom GtkWidget using GtkListBox for the submenu.

Merge request reports