Top | ![]() |
![]() |
![]() |
![]() |
void e_charset_add_to_g_menu (GMenu *menu
,const gchar *action_name
);
Adds a new section with all predefined character sets into the menu
,
naming all of them as the action_name
, only with different target,
thus they will construct a radio menu.
This does not add a "Default" option.
Since: 3.56
GtkListStore *
e_charset_create_list_store (void
);
Creates a new GtkListStore containing two columns, E_CHARSET_COLUMN_LABEL with the label of the charset, to be shown tin the GUI, and E_CHARSET_COLUMN_VALUE with the actual charset value.
Since: 3.56