Lines Matching refs:title
193 /* Create the label for the object title */
206 /* Create the entry box for the object title */
324 /* Button for setting the object's id, label, title and description. */
406 gchar *title = obj->title();
407 if (title) {
408 _entry_title.set_text(title);
409 g_free(title);
497 /* Retrieve the title */
500 _("Set object title"));