Searched refs:_feature_entry (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dfont-variants.h87 Gtk::Entry _feature_entry; member in class:Inkscape::UI::Widget::FontVariants
H A Dfont-variants.cpp240 _feature_entry.set_tooltip_text( _("Feature settings in CSS form. No sanity checking is performed."));
243 _feature_vbox.add( _feature_entry );
249 //_feature_entry.signal_key_press_event().connect ( sigc::mem_fun(*this, &FontVariants::feature_callback) );
250 _feature_entry.signal_changed().connect( sigc::mem_fun(*this, &FontVariants::feature_callback) );
404 _feature_entry.set_text( query->font_feature_settings.value );
700 Glib::ustring feature_string = _feature_entry.get_text();

Completed in 20 milliseconds