Lines Matching refs:siginfoview

286 	NoticeView *siginfoview;  in mimeview_create()  local
459 siginfoview = noticeview_create(mainwin); in mimeview_create()
460 noticeview_hide(siginfoview); in mimeview_create()
461 noticeview_set_icon_clickable(siginfoview, TRUE); in mimeview_create()
463 gtk_box_pack_end(GTK_BOX(vbox), GTK_WIDGET_PTR(siginfoview), FALSE, FALSE, 0); in mimeview_create()
493 mimeview->siginfoview = siginfoview; in mimeview_create()
993 noticeview_hide(mimeview->siginfoview); in mimeview_clear()
1104 noticeview_set_text(mimeview->siginfoview, text); in update_signature_noticeview()
1105 gtk_label_set_selectable(GTK_LABEL(mimeview->siginfoview->text), TRUE); in update_signature_noticeview()
1108 noticeview_set_button_text(mimeview->siginfoview, NULL); in update_signature_noticeview()
1110 mimeview->siginfoview, in update_signature_noticeview()
1113 noticeview_set_icon(mimeview->siginfoview, icon); in update_signature_noticeview()
1114 noticeview_set_tooltip(mimeview->siginfoview, button_text); in update_signature_noticeview()
1339 if (mimeinfo == NULL || !noticeview_is_visible(mimeview->siginfoview)) in check_signature_cb()
1345 noticeview_set_text(mimeview->siginfoview, _("Checking signature...")); in check_signature_cb()
1381 noticeview_set_button_text(mimeview->siginfoview, NULL); in display_full_info_cb()
1383 mimeview->siginfoview, in display_full_info_cb()
1386 noticeview_set_tooltip(mimeview->siginfoview, _("Go back to email")); in display_full_info_cb()
1425 noticeview_hide(mimeview->siginfoview); in update_signature_info()
1430 noticeview_show(mimeview->siginfoview); in update_signature_info()