13#ifndef SEEN_UI_BOX_PACK_H
14#define SEEN_UI_BOX_PACK_H
71 unsigned padding = 0);
78 unsigned padding = 0);
84 unsigned padding = 0);
92 unsigned padding = 0);
void pack_end(Gtk::Box &box, Gtk::Widget &child, bool const expand, bool const fill, unsigned const padding)
Adds child to box, packed with reference to the end of box.
PackOptions
Equivalent to GTK3ʼs Gtk::PackOptions.
void pack_start(Gtk::Box &box, Gtk::Widget &child, bool const expand, bool const fill, unsigned const padding)
Adds child to box, packed with reference to the start of box.