Skip to content
Commit f7cc8e60 authored by Debarshi Ray's avatar Debarshi Ray
Browse files

Drop Gd.HeaderMenuButton

A Gd.HeaderMenuButton is a Gtk.MenuButton that either has a 16px icon,
tooltip text and the image-button style class; or a label and the
text-button style class.

Gtk.Button does not offer a use-markup property so we need to set it
directly on the child Gtk.Label. We also need to guard against NULL
strings because Gtk.Button.set_label is not marked as 'allow-none'.

https://bugzilla.gnome.org/show_bug.cgi?id=733683
parent 3f49dece
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment