Home
last modified time | relevance | path

Searched refs:alert_bar (Results 1 – 18 of 18) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-alert-bar.c138 alert_bar_show_alert (EAlertBar *alert_bar) in alert_bar_show_alert() argument
157 info_bar = GTK_INFO_BAR (alert_bar); in alert_bar_show_alert()
286 queue = &alert_bar->priv->alerts; in alert_bar_response_cb()
314 alert_bar_show_alert (alert_bar); in alert_bar_response_cb()
324 EAlertBar *alert_bar = user_data; in alert_bar_message_label_size_allocate_cb() local
519 e_alert_bar_init (EAlertBar *alert_bar) in e_alert_bar_init() argument
521 alert_bar->priv = E_ALERT_BAR_GET_PRIVATE (alert_bar); in e_alert_bar_init()
532 e_alert_bar_clear (EAlertBar *alert_bar) in e_alert_bar_clear() argument
539 queue = &alert_bar->priv->alerts; in e_alert_bar_clear()
580 &alert_bar->priv->alerts, in e_alert_bar_add_alert()
[all …]
H A De-source-config-dialog.c37 GtkWidget *alert_bar; member
108 e_alert_bar_clear (E_ALERT_BAR (dialog->priv->alert_bar)); in source_config_dialog_commit()
149 source_config_alert_bar_visible_cb (EAlertBar *alert_bar, in source_config_alert_bar_visible_cb() argument
226 if (priv->alert_bar != NULL) { in source_config_dialog_dispose()
228 priv->alert_bar, in source_config_dialog_dispose()
230 g_object_unref (priv->alert_bar); in source_config_dialog_dispose()
231 priv->alert_bar = NULL; in source_config_dialog_dispose()
273 priv->alert_bar = g_object_ref (widget); in source_config_dialog_constructed()
277 priv->alert_bar, "notify::visible", in source_config_dialog_constructed()
310 e_alert_bar_submit_alert (E_ALERT_BAR (priv->alert_bar), alert); in source_config_dialog_submit_alert()
H A De-preview-pane.c32 GtkWidget *alert_bar; member
73 preview_pane_alert_bar_visible_notify_cb (GtkWidget *alert_bar, in preview_pane_alert_bar_visible_notify_cb() argument
79 g_return_if_fail (E_IS_ALERT_BAR (alert_bar)); in preview_pane_alert_bar_visible_notify_cb()
82 if (gtk_widget_get_visible (alert_bar)) in preview_pane_alert_bar_visible_notify_cb()
166 g_clear_object (&priv->alert_bar); in preview_pane_dispose()
184 priv->alert_bar = g_object_ref (widget); in preview_pane_constructed()
198 e_signal_connect_notify (priv->alert_bar, "notify::visible", in preview_pane_constructed()
224 e_alert_bar_submit_alert (E_ALERT_BAR (preview_pane->priv->alert_bar), alert); in preview_pane_submit_alert()
327 e_alert_bar_clear (E_ALERT_BAR (preview_pane->priv->alert_bar)); in e_preview_pane_clear_alerts()
H A De-alert-bar.h65 void e_alert_bar_clear (EAlertBar *alert_bar);
66 void e_alert_bar_add_alert (EAlertBar *alert_bar,
68 gboolean e_alert_bar_close_alert (EAlertBar *alert_bar);
69 void e_alert_bar_submit_alert (EAlertBar *alert_bar,
H A De-html-editor-private.h65 GtkWidget *alert_bar; member
H A De-html-editor.c862 priv->alert_bar = g_object_ref (widget); in html_editor_constructed()
994 g_clear_object (&priv->alert_bar); in html_editor_dispose()
1028 e_alert_bar_submit_alert (E_ALERT_BAR (priv->alert_bar), alert); in html_editor_submit_alert()
H A De-webdav-browser.c68 EAlertBar *alert_bar; member
183 e_alert_bar_add_alert (webdav_browser->priv->alert_bar, alert); in webdav_browser_add_alert()
1392 e_alert_bar_clear (webdav_browser->priv->alert_bar); in webdav_browser_change_busy_state()
2666 e_alert_bar_submit_alert (webdav_browser->priv->alert_bar, alert); in webdav_browser_submit_alert()
2880 webdav_browser->priv->alert_bar = E_ALERT_BAR (widget); in webdav_browser_constructed()
3012 e_alert_bar_clear (webdav_browser->priv->alert_bar); in e_webdav_browser_set_source()
/dports/mail/evolution/evolution-3.42.1/src/shell/
H A De-shell-content.c47 GtkWidget *alert_bar; member
153 if (priv->alert_bar) { in shell_content_dispose()
154 gtk_widget_unparent (priv->alert_bar); in shell_content_dispose()
155 g_clear_object (&priv->alert_bar); in shell_content_dispose()
304 child = priv->alert_bar; in shell_content_size_allocate()
355 if (widget == priv->alert_bar) { in shell_content_remove()
356 gtk_widget_unparent (priv->alert_bar); in shell_content_remove()
357 g_clear_object (&priv->alert_bar); in shell_content_remove()
382 if (priv->alert_bar != NULL) in shell_content_forall()
397 GtkWidget *alert_bar; in shell_content_submit_alert() local
[all …]
H A De-shell-window.c422 GtkWidget *alert_bar; in shell_window_close_alert() local
430 alert_bar = e_shell_content_get_alert_bar (shell_content); in shell_window_close_alert()
432 if (!e_alert_bar_close_alert (E_ALERT_BAR (alert_bar))) { in shell_window_close_alert()
433 alert_bar = e_shell_window_get_alert_bar (shell_window); in shell_window_close_alert()
434 e_alert_bar_close_alert (E_ALERT_BAR (alert_bar)); in shell_window_close_alert()
604 shell_window->priv->alert_bar = g_object_ref (widget); in shell_window_construct_content()
794 GtkWidget *alert_bar; in shell_window_submit_alert() local
805 alert_bar = e_shell_window_get_alert_bar (shell_window); in shell_window_submit_alert()
807 e_alert_bar_submit_alert (E_ALERT_BAR (alert_bar), alert); in shell_window_submit_alert()
870 e_alert_bar_clear (E_ALERT_BAR (E_SHELL_WINDOW (widget)->priv->alert_bar)); in shell_window_delete_event_cb()
[all …]
H A De-shell-window-private.h76 GtkWidget *alert_bar; member
H A De-shell-window-private.c707 g_clear_object (&priv->alert_bar); in e_shell_window_private_dispose()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-config-activity-page.c29 GtkWidget *alert_bar; /* not referenced */ member
83 page->priv->alert_bar = widget; /* do not reference */ in G_DEFINE_ABSTRACT_TYPE_WITH_CODE()
100 e_alert_bar_submit_alert (E_ALERT_BAR (priv->alert_bar), alert); in mail_config_activity_page_submit_alert()
145 e_alert_bar_clear (E_ALERT_BAR (page->priv->alert_bar)); in e_mail_config_activity_page_new_activity()
H A De-mail-config-window.c44 GtkWidget *alert_bar; /* not referenced */ member
184 e_alert_bar_clear (E_ALERT_BAR (window->priv->alert_bar)); in mail_config_window_commit()
326 window->priv->alert_bar = widget; /* not referenced */ in mail_config_window_constructed()
417 e_alert_bar_submit_alert (E_ALERT_BAR (priv->alert_bar), alert); in mail_config_window_submit_alert()
H A Dem-folder-selector.c48 GtkWidget *alert_bar; member
275 g_clear_object (&priv->alert_bar); in folder_selector_dispose()
360 selector->priv->alert_bar = g_object_ref (widget); in folder_selector_constructed()
448 e_alert_bar_submit_alert (E_ALERT_BAR (priv->alert_bar), alert); in folder_selector_submit_alert()
/dports/mail/evolution/evolution-3.42.1/src/plugins/face/
H A Dface.c357 EAlertBar *alert_bar; in click_load_face_cb() local
361 alert_bar = g_object_get_data (G_OBJECT (butt), "alert-bar"); in click_load_face_cb()
362 e_alert_bar_clear (alert_bar); in click_load_face_cb()
374 e_alert_bar_add_alert (alert_bar, alert); in click_load_face_cb()
383 GtkWidget *vbox, *check, *img, *butt, *alert_bar; in get_cfg_widget() local
407 alert_bar = e_alert_bar_new (); in get_cfg_widget()
408 g_object_set_data (G_OBJECT (butt), "alert-bar", alert_bar); in get_cfg_widget()
412 gtk_box_pack_end (GTK_BOX (vbox), alert_bar, FALSE, FALSE, 0); in get_cfg_widget()
415 gtk_widget_hide (alert_bar); in get_cfg_widget()
421 e_alert_bar_add_alert (E_ALERT_BAR (alert_bar), alert); in get_cfg_widget()
/dports/mail/evolution/evolution-3.42.1/src/modules/backup-restore/
H A De-mail-config-restore-page.c39 GtkWidget *alert_bar; /* not referenced */ member
76 e_alert_bar_clear (E_ALERT_BAR (page->priv->alert_bar)); in mail_config_restore_page_update_filename()
209 page->priv->alert_bar = widget; /* not referenced */ in mail_config_restore_page_constructed()
233 e_alert_bar_submit_alert (E_ALERT_BAR (priv->alert_bar), alert); in mail_config_restore_page_submit_alert()
/dports/mail/evolution/evolution-3.42.1/src/modules/accounts-window/
H A De-accounts-window-editors.c134 GtkWidget *alert_bar; member
174 e_alert_bar_add_alert (E_ALERT_BAR (ced->alert_bar), alert); in accounts_window_editors_source_written_cb()
212 e_alert_bar_clear (E_ALERT_BAR (ced->alert_bar)); in accounts_window_editors_collection_editor_response_cb()
289 ced->alert_bar = widget; in accounts_window_editors_edit_unmanaged_collection()
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-comp-editor.c42 EAlertBar *alert_bar; /* not referenced */ member
1251 while (e_alert_bar_close_alert (comp_editor->priv->alert_bar)) { in e_comp_editor_open_target_client()
1797 !e_alert_bar_close_alert (comp_editor->priv->alert_bar)) { in comp_editor_key_press_event()
1866 e_alert_bar_submit_alert (comp_editor->priv->alert_bar, alert); in e_comp_editor_submit_alert()
2365 comp_editor->priv->alert_bar = E_ALERT_BAR (widget); in e_comp_editor_constructed()
2816 e_alert_bar_add_alert (comp_editor->priv->alert_bar, alert); in e_comp_editor_set_validation_error()
3319 e_alert_bar_add_alert (comp_editor->priv->alert_bar, alert); in e_comp_editor_add_alert()