Searched defs:label_link (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp635 Gtk::Label *label_link= Gtk::manage (new Gtk::Label("", Gtk::ALIGN_START)); local
636 label_link->set_markup (_("<b>Linked Color Profiles:</b>"));
649 label_link->set_alignment(0.0);
652 label_link->set_hexpand();
653 label_link->set_valign(Gtk::ALIGN_CENTER);
654 _page_cms->table().attach(*label_link, 0, row, 3, 1);
656 _page_cms->table().attach(*label_link, 0, 3, row, row + 1, Gtk::FILL|Gtk::EXPAND, (Gtk::AttachOptions)0, 0, 0);

Completed in 20 milliseconds