| Top |
| GtkWidget * | e_action_combo_box_new () |
| GtkWidget * | e_action_combo_box_new_with_action () |
| GtkRadioAction * | e_action_combo_box_get_action () |
| void | e_action_combo_box_set_action () |
| gint | e_action_combo_box_get_current_value () |
| void | e_action_combo_box_set_current_value () |
| void | e_action_combo_box_add_separator_before () |
| void | e_action_combo_box_add_separator_after () |
| void | e_action_combo_box_update_model () |
GtkWidget *
e_action_combo_box_new (void);
e_action_combo_box_new is deprecated and should not be used in newly-written code.
GtkWidget *
e_action_combo_box_new_with_action (GtkRadioAction *action);
e_action_combo_box_new_with_action is deprecated and should not be used in newly-written code.
GtkRadioAction *
e_action_combo_box_get_action (EActionComboBox *combo_box);
e_action_combo_box_get_action is deprecated and should not be used in newly-written code.
void e_action_combo_box_set_action (EActionComboBox *combo_box,GtkRadioAction *action);
e_action_combo_box_set_action is deprecated and should not be used in newly-written code.
gint
e_action_combo_box_get_current_value (EActionComboBox *combo_box);
e_action_combo_box_get_current_value is deprecated and should not be used in newly-written code.
void e_action_combo_box_set_current_value (EActionComboBox *combo_box,gint current_value);
e_action_combo_box_set_current_value is deprecated and should not be used in newly-written code.
void e_action_combo_box_add_separator_before (EActionComboBox *combo_box,gint action_value);
e_action_combo_box_add_separator_before is deprecated and should not be used in newly-written code.
void e_action_combo_box_add_separator_after (EActionComboBox *combo_box,gint action_value);
e_action_combo_box_add_separator_after is deprecated and should not be used in newly-written code.