Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddocument-properties.h181 Gtk::Button _embed_remove_btn; variable
H A Ddocument-properties.cpp821 _embed_remove_btn.set_tooltip_text(_("Remove")); in build_scripting()
822 docprops_style_button(_embed_remove_btn, INKSCAPE_ICON("list-remove")); in build_scripting()
826 _embed_button_box.add(_embed_remove_btn); in build_scripting()
908_embed_remove_btn.signal_clicked().connect(sigc::mem_fun(*this, &DocumentProperties::removeEmbedde… in build_scripting()
1158 _embed_remove_btn.set_sensitive(sel->count_selected_rows () > 0); in onEmbeddedScriptSelectRow()