Home
last modified time | relevance | path

Searched refs:moon_phase_label (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar.c85 gtk_label_set_text (GTK_LABEL (appGUI->cal->moon_phase_label), tmpbuf); in cal_set_moon_icon()
941 appGUI->cal->moon_phase_label = gtk_label_new (NULL); in cal_set_day_info()
942 gtk_widget_show (appGUI->cal->moon_phase_label); in cal_set_day_info()
943 gtk_grid_attach (GTK_GRID (table), appGUI->cal->moon_phase_label, 2, i, 1, 1); in cal_set_day_info()
944 gtk_widget_set_valign(appGUI->cal->moon_phase_label, GTK_ALIGN_START); in cal_set_day_info()
945 gtk_widget_set_halign(appGUI->cal->moon_phase_label, GTK_ALIGN_CENTER); in cal_set_day_info()
H A Dgui.h234 GtkWidget *moon_phase_label; member