Home
last modified time | relevance | path

Searched refs:azstoppos (Results 1 – 5 of 5) sorted by relevance

/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dsat-pref-rot-editor.c45 static GtkWidget *azstoppos; variable
70 gtk_spin_button_set_value(GTK_SPIN_BUTTON(azstoppos), conf->azstoppos); in update_widgets()
84 gtk_spin_button_set_value(GTK_SPIN_BUTTON(azstoppos), 0); in clear_widgets()
144 gtk_spin_button_set_value(GTK_SPIN_BUTTON(azstoppos), 0.0); in aztype_changed_cb()
280 azstoppos = gtk_spin_button_new_with_range(-180, 360, 1); in create_editor_widgets()
281 gtk_spin_button_set_value(GTK_SPIN_BUTTON(azstoppos), 0); in create_editor_widgets()
282 gtk_spin_button_set_numeric(GTK_SPIN_BUTTON(azstoppos), TRUE); in create_editor_widgets()
283 gtk_spin_button_set_wrap(GTK_SPIN_BUTTON(azstoppos), FALSE); in create_editor_widgets()
284 gtk_widget_set_tooltip_text(azstoppos, in create_editor_widgets()
293 gtk_grid_attach(GTK_GRID(table), azstoppos, 3, 7, 1, 1); in create_editor_widgets()
[all …]
H A Dsat-pref-rot.c60 .azstoppos = 0, in add_cb()
81 ROT_LIST_COL_AZSTOPPOS, conf.azstoppos, -1); in add_cb()
109 .azstoppos = 0, //used in the "new rotator" dialog in edit_cb()
140 ROT_LIST_COL_AZSTOPPOS, &conf.azstoppos, -1); in edit_cb()
175 ROT_LIST_COL_AZSTOPPOS, conf.azstoppos, -1); in edit_cb()
293 ROT_LIST_COL_AZSTOPPOS, conf.azstoppos, in create_and_fill_model()
577 .azstoppos = 0, in sat_pref_rot_ok()
624 ROT_LIST_COL_AZSTOPPOS, &conf.azstoppos, -1); in sat_pref_rot_ok()
H A Drotor-conf.c164 conf->azstoppos = g_key_file_get_double(cfg, GROUP, KEY_AZSTOPPOS, &error); in rotor_conf_read()
171 conf->azstoppos = conf->minaz; in rotor_conf_read()
206 g_key_file_set_double(cfg, GROUP, KEY_AZSTOPPOS, conf->azstoppos); in rotor_conf_save()
H A Drotor-conf.h51 gdouble azstoppos; /*!< absolute position of rotation stops; member
H A Dgtk-rot-ctrl.c213 gdouble azstoppos) in is_flipped_pass() argument
239 offset = azstoppos - min_az; in is_flipped_pass()
288 ctrl->conf->azstoppos); in set_flipped_pass()