Home
last modified time | relevance | path

Searched refs:button_unlink_pads (Results 1 – 2 of 2) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/pool-prj-mgr/pool-mgr/part_wizard/
H A Dpart_wizard.hpp48 Gtk::ToolButton *button_unlink_pads = nullptr; member in horizon::PartWizard
H A Dpart_wizard.cpp51 x->get_widget("unlink_pads", button_unlink_pads); in PartWizard()
170 button_unlink_pads->signal_clicked().connect(sigc::mem_fun(*this, &PartWizard::handle_unlink)); in PartWizard()