Home
last modified time | relevance | path

Searched refs:moon_icon (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/conkyforecast/src/
H A DconkyForecast.py108 …numeric, wind_speed, wind_gusts, timezone, sunrise, sunset, moon_phase, moon_icon, bar_read, bar_d… argument
125 self.moon_icon = moon_icon
858 moon_icon = self.getText(moon_n, 'icon')
867 …numeric, wind_speed, wind_gusts, timezone, sunrise, sunset, moon_phase, moon_icon, bar_read, bar_d…
878 moon_icon = _(u"N/A")
910 …numeric, wind_speed, wind_gusts, timezone, sunrise, sunset, moon_phase, moon_icon, bar_read, bar_d…
927 …numeric, wind_speed, wind_gusts, timezone, sunrise, sunset, moon_phase, moon_icon, bar_read, bar_d…
1169 output = ForecastText.conditions_moon_font[set.moon_icon]
1172 … output = self.getImagePathForMoonCode(ForecastText.conditions_moon_icon[set.moon_icon])
H A DconkyForecast-SunsetSunriseCountdown.py64 …numeric, wind_speed, wind_gusts, timezone, sunrise, sunset, moon_phase, moon_icon, bar_read, bar_d… argument
81 self.moon_icon = moon_icon
/dports/deskutils/meteo/meteo-6bd48892ec86d7208cb4ad1dd8baf74ba72df68f/src/Widgets/
H A DToday.vala84 … var moon_img = new Gtk.Image.from_icon_name (today.moon_icon, Gtk.IconSize.LARGE_TOOLBAR);
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar.c81 gtk_image_set_from_pixbuf (GTK_IMAGE (appGUI->cal->moon_icon), icon); in cal_set_moon_icon()
935 appGUI->cal->moon_icon = gtk_image_new(); in cal_set_day_info()
936 gtk_widget_show (appGUI->cal->moon_icon); in cal_set_day_info()
937 gtk_grid_attach (GTK_GRID (table), appGUI->cal->moon_icon, 1, i, 1, 1); in cal_set_day_info()
938 gtk_widget_set_valign(appGUI->cal->moon_icon, GTK_ALIGN_START); in cal_set_day_info()
939 gtk_widget_set_halign(appGUI->cal->moon_icon, GTK_ALIGN_CENTER); in cal_set_day_info()
H A Dgui.h233 GtkWidget *moon_icon; member
/dports/deskutils/meteo/meteo-6bd48892ec86d7208cb4ad1dd8baf74ba72df68f/src/Utils/
H A DOWM_Today.vala110 public string moon_icon {