Lines Matching refs:box_buttons
1608 Gtk::ButtonBox *box_buttons = Gtk::manage(new Gtk::ButtonBox);
1610 Gtk::HButtonBox *box_buttons = Gtk::manage (new Gtk::HButtonBox);
1613 box_buttons->set_layout(Gtk::BUTTONBOX_END);
1614 box_buttons->set_spacing(4);
1617 box_buttons->set_hexpand();
1618 _page_keyshortcuts.attach(*box_buttons, 0, row, 3, 1);
1620 _page_keyshortcuts.attach(*box_buttons, 0, 3, row, row+1, Gtk::EXPAND | Gtk::FILL, Gtk::SHRINK);
1624 box_buttons->pack_start(*kb_reset, true, true, 6);
1625 box_buttons->set_child_secondary(*kb_reset);
1628 box_buttons->pack_end(*kb_import, true, true, 6);
1631 box_buttons->pack_end(*kb_export, true, true, 6);