Home
last modified time | relevance | path

Searched refs:temp_combo (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/SI/
H A DSI_DeviceGCController.cpp244 EButtonCombo temp_combo; in HandleButtonCombos() local
246 temp_combo = COMBO_ORIGIN; in HandleButtonCombos()
248 temp_combo = COMBO_RESET; in HandleButtonCombos()
250 temp_combo = COMBO_NONE; in HandleButtonCombos()
252 if (temp_combo != m_last_button_combo) in HandleButtonCombos()
254 m_last_button_combo = temp_combo; in HandleButtonCombos()
276 return temp_combo; in HandleButtonCombos()
/dports/x11/mate-applets/mate-applets-1.26.0/mateweather/src/
H A Dmateweather-pref.c825 GtkWidget* temp_combo; in mateweather_pref_create() local
884 temp_combo = gtk_combo_box_text_new (); in mateweather_pref_create()
885 pref->priv->basic_temp_combo = temp_combo; in mateweather_pref_create()
886 gtk_label_set_mnemonic_widget (GTK_LABEL (temp_label), temp_combo); in mateweather_pref_create()
888 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (temp_combo), _("Kelvin")); in mateweather_pref_create()
890 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (temp_combo), _("Celsius")); in mateweather_pref_create()
891 gtk_combo_box_text_append_text (GTK_COMBO_BOX_TEXT (temp_combo), _("Fahrenheit")); in mateweather_pref_create()
892 gtk_widget_show (temp_combo); in mateweather_pref_create()
983 gtk_grid_attach(GTK_GRID(unit_grid), temp_combo, 1, 0, 1, 1); in mateweather_pref_create()
1171 g_signal_connect (temp_combo, "changed", G_CALLBACK (on_temp_combo_changed), pref); in mateweather_pref_create()
/dports/comms/flmsg/flmsg-4.0.19/src/
H A Dflmsg_dialog.cxx50 Fl_ComboBox *temp_combo = (Fl_ComboBox *)0; variable
1045 if (temp_combo) { in load_custom_menu()
1046 temp_combo->clear(); in load_custom_menu()
1047 temp_combo->add(_("Template not selected")); in load_custom_menu()
1049 temp_combo->add(custom_pairs[i].mnu_name); in load_custom_menu()
1050 temp_combo->index(0); in load_custom_menu()
2428 custom_select = temp_combo->index() - 1; in cb_ve_combo()