Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dfont-selector-toolbar.cpp50 FontSelectorToolbar::FontSelectorToolbar () in FontSelectorToolbar() function in Inkscape::UI::Widget::FontSelectorToolbar
72 … entry->signal_icon_press().connect (sigc::mem_fun(*this, &FontSelectorToolbar::on_icon_pressed)); in FontSelectorToolbar()
94 …family_combo.signal_changed().connect (sigc::mem_fun(*this, &FontSelectorToolbar::on_family_change… in FontSelectorToolbar()
95 …style_combo.signal_changed().connect (sigc::mem_fun(*this, &FontSelectorToolbar::on_style_changed)… in FontSelectorToolbar()
103 font_lister->connectUpdate(sigc::mem_fun(*this, &FontSelectorToolbar::update_font)); in FontSelectorToolbar()
109 FontSelectorToolbar::update_font () in update_font()
158 FontSelectorToolbar::get_missing_fonts () in get_missing_fonts()
201 FontSelectorToolbar::on_family_changed() { in on_family_changed()
218 FontSelectorToolbar::on_style_changed() { in on_style_changed()
256 FontSelectorToolbar::on_key_press_event (GdkEventKey* key_event) in on_key_press_event()
[all …]
H A Dfont-selector-toolbar.h52 class FontSelectorToolbar : public Gtk::Grid
60 FontSelectorToolbar ();