gtkmm 4: Make widget to vertically fill the Gtk::HeaderBar

105 Views Asked by At

Is it possible for a Gtk::Widget, say a Gtk::Button to fill the Gtk::HeaderBar completely vertically? If it is indeed possible, how is this achieved?

enter image description here

As seen in the above picture, there seems to be a small space between the top and bottom end of the HeaderBar, no matter if Button::set_vexpand(true), Button::set_margin(0), HeaderBar::set_margin(0) or HeaderBar::set_spacing(0) are called.

0

There are 0 best solutions below