Home
last modified time | relevance | path

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

/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dradio-conf.h46 PTT_TYPE_NONE = 0, /*!< Don't read PTT */ enumerator
H A Dsat-pref-rig-editor.c56 gtk_combo_box_set_active(GTK_COMBO_BOX(ptt), PTT_TYPE_NONE); in clear_widgets()
136 if (gtk_combo_box_get_active(GTK_COMBO_BOX(widget)) == PTT_TYPE_NONE && in ptt_changed()
205 if (gtk_combo_box_get_active(GTK_COMBO_BOX(ptt)) == PTT_TYPE_NONE) in type_changed()
H A Dsat-pref-rig.c253 case PTT_TYPE_NONE: in render_ptt()