Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dsvg-fonts-dialog.h175 Gtk::Button missing_glyph_reset_button; variable
H A Dsvg-fonts-dialog.cpp797 missing_glyph_hbox->pack_start(missing_glyph_reset_button, false,false); in glyphs_tab()
801 missing_glyph_reset_button.set_label(_("Reset")); in glyphs_tab()
802missing_glyph_reset_button.signal_clicked().connect(sigc::mem_fun(*this, &SvgFontsDialog::reset_mi… in glyphs_tab()