Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-categories-editor.c127 ECategoryEditor *cat_editor; in new_button_clicked_cb() local
135 cat_editor = g_object_new (E_TYPE_CATEGORY_EDITOR, in new_button_clicked_cb()
139 e_category_editor_create_category (cat_editor); in new_button_clicked_cb()
141 gtk_widget_destroy (GTK_WIDGET (cat_editor)); in new_button_clicked_cb()
149 ECategoryEditor *cat_editor; in edit_button_clicked_cb() local
158 cat_editor = g_object_new (E_TYPE_CATEGORY_EDITOR, in edit_button_clicked_cb()
165 e_category_editor_edit_category (cat_editor, category); in edit_button_clicked_cb()
167 gtk_widget_destroy (GTK_WIDGET (cat_editor)); in edit_button_clicked_cb()