Top | ![]() |
![]() |
![]() |
![]() |
gboolean | e_categories_config_get_icon_for () |
void | e_categories_config_open_dialog_for_entry () |
gboolean e_categories_config_get_icon_for (const gchar *category
,GdkPixbuf **pixbuf
);
e_categories_config_get_icon_for
is deprecated and should not be used in newly-written code.
Returns the icon configured for the given category.
void
e_categories_config_open_dialog_for_entry
(GtkEntry *entry
);
e_categories_config_open_dialog_for_entry
is deprecated and should not be used in newly-written code.
This is a self-contained function that lets you open a popup dialog for the user to select a list of categories.
The entry
parameter is used, at initialization time, as the list of
initial categories that are selected in the categories selection dialog.
Then, when the user commits its changes, the list of selected categories
is put back on the entry widget.