Skip to content

Menubutton: don't derive from GtkButton

Matthias Clasen requested to merge menubutton-no-button into master

We don't want to inherit all the GtkToggleButton api, and this change will solve event routing and popover life-cycle issues.

Merge request reports