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

/inkscape/src/ui/dialog/
H A Dguides.cpp51 _label_entry(_("_Label:"), _("Optionally give this guideline a name")),
117 const gchar* name = g_strdup( _label_entry.getEntry()->get_text().c_str() );
201 _label_entry.set_halign(Gtk::ALIGN_FILL);
202 _label_entry.set_valign(Gtk::ALIGN_FILL);
203 _label_entry.set_hexpand();
204 _layout_table.attach(_label_entry, 1, 2, 2, 1);
217 _layout_table.attach(_label_entry,
349 _label_entry.getEntry()->set_text(_guide->getLabel() ? _guide->getLabel() : "");
H A Dguides.h88 Inkscape::UI::Widget::Entry _label_entry; member in class:Inkscape::UI::Dialogs::GuidelinePropertiesDialog

Completed in 15 milliseconds