Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | e_categories_editor_new () |
gchar * | e_categories_editor_get_categories () |
void | e_categories_editor_set_categories () |
gboolean | e_categories_editor_get_entry_visible () |
void | e_categories_editor_set_entry_visible () |
GtkWidget *
e_categories_editor_new (void
);
e_categories_editor_new
is deprecated and should not be used in newly-written code.
Creates a new ECategoriesEditor widget.
Since: 3.2
gchar *
e_categories_editor_get_categories (ECategoriesEditor *editor
);
e_categories_editor_get_categories
is deprecated and should not be used in newly-written code.
Gets a comma-separated list of the categories currently selected in the editor.
Since: 3.2
void e_categories_editor_set_categories (ECategoriesEditor *editor
,const gchar *categories
);
e_categories_editor_set_categories
is deprecated and should not be used in newly-written code.
Sets the list of categories selected on the editor.
Since: 3.2
gboolean
e_categories_editor_get_entry_visible (ECategoriesEditor *editor
);
e_categories_editor_get_entry_visible
is deprecated and should not be used in newly-written code.
Return the visibility of the category input entry.
Since: 3.2
void e_categories_editor_set_entry_visible (ECategoriesEditor *editor
,gboolean entry_visible
);
e_categories_editor_set_entry_visible
is deprecated and should not be used in newly-written code.
Sets the visibility of the category input entry.
Since: 3.2
struct ECategoriesEditor { GtkGrid parent; ECategoriesEditorPrivate *priv; };
ECategoriesEditor
is deprecated and should not be used in newly-written code.
Contains only private data that should be read and manipulated using the functions below.
Since: 3.2