Searched refs:preset_choice (Results 1 – 12 of 12) sorted by relevance
35 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
37 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
367 gchar *preset_choice = NULL; // Default in row_selected() local473 preset_choice = ks.execute_displayed_txts[execute_opts_cnt]; in row_selected()511 preset_choice = ks.startupnotify_displayed_txts[snotify_opts_cnt]; in row_selected()544 preset_choice); in row_selected()
37 void generate_items_for_action_option_combo_box (gchar *preset_choice);717 void generate_items_for_action_option_combo_box (gchar *preset_choice) in generate_items_for_action_option_combo_box() argument822 if (preset_choice) { in generate_items_for_action_option_combo_box()823 …tive_id (GTK_COMBO_BOX (ks.new_action_option_widgets[NEW_ACTION_OPTION_COMBO_BOX]), preset_choice); in generate_items_for_action_option_combo_box()
37 void generate_items_for_action_option_combo_box (gchar *preset_choice);714 void generate_items_for_action_option_combo_box (gchar *preset_choice) in generate_items_for_action_option_combo_box() argument819 if (preset_choice) { in generate_items_for_action_option_combo_box()820 …tive_id (GTK_COMBO_BOX (ks.new_action_option_widgets[NEW_ACTION_OPTION_COMBO_BOX]), preset_choice); in generate_items_for_action_option_combo_box()
411 gchar *preset_choice = NULL; // Default local524 preset_choice = ks.execute_displayed_txts[execute_opts_cnt];562 preset_choice = ks.startupnotify_displayed_txts[snotify_opts_cnt];599 preset_choice);
47 void generate_items_for_action_option_combo_box (gchar *preset_choice);824 void generate_items_for_action_option_combo_box (gchar *preset_choice) argument929 if (preset_choice) {930 combo_box_set_active_item (preset_choice);