Home
last modified time | relevance | path

Searched refs:preset_choice (Results 1 – 12 of 12) sorted by relevance

/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3/source/
H A Dselecting.h35 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
H A Dcontext_menu.h37 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
H A Dselecting.c367 gchar *preset_choice = NULL; // Default in row_selected() local
473 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()
H A Dadding_and_deleting.c37 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() argument
822 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()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3.93/source/
H A Dselecting.h35 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
H A Dcontext_menu.h37 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
H A Dselecting.c367 gchar *preset_choice = NULL; // Default in row_selected() local
473 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()
H A Dadding_and_deleting.c37 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() argument
819 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()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK2/source/
H A Dcontext_menu.h37 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
H A Dselecting.h37 extern void generate_items_for_action_option_combo_box (gchar *preset_choice);
H A Dselecting.c411 gchar *preset_choice = NULL; // Default local
524 preset_choice = ks.execute_displayed_txts[execute_opts_cnt];
562 preset_choice = ks.startupnotify_displayed_txts[snotify_opts_cnt];
599 preset_choice);
H A Dadding_and_deleting.c47 void generate_items_for_action_option_combo_box (gchar *preset_choice);
824 void generate_items_for_action_option_combo_box (gchar *preset_choice) argument
929 if (preset_choice) {
930 combo_box_set_active_item (preset_choice);