Lines Matching defs:content
92 gchar const *val = child_repr->firstChild()->content();
96 name = g_strdup (child_repr->firstChild()->content());
99 _help = g_strdup (child_repr->firstChild()->content());
820 Gtk::Label * content = Gtk::manage(new Gtk::Label(_("Currently there is no help available for this Extension. Please look on the Inkscape website or ask on the mailing lists if you have questions regarding this extension.")));
821 retval->pack_start(*content, true, true, 5);
822 content->set_line_wrap(true);
823 content->show();
838 Gtk::Widget * content = Gtk::manage(new Gtk::Label("Params"));
839 retval->pack_start(*content, true, true, 5);
840 content->show();