Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | anaconda_timezone_map_new () |
gboolean | anaconda_timezone_map_set_timezone () |
gchar * | anaconda_timezone_map_get_timezone () |
A AnacondaTimezoneMap is a widget that can be used for timezone selection. The most important is the ::timezone-changed signal that includes the newly selected timezone.
GtkWidget *
anaconda_timezone_map_new (void
);
Creates a new AnacondaTimezoneMap.
gboolean anaconda_timezone_map_set_timezone (AnacondaTimezoneMap *map
,const gchar *timezone
,gboolean no_signal
);
Modifies the map to show timezone
as selected. Also modifies the internal
data of the map
.
gchar *
anaconda_timezone_map_get_timezone (AnacondaTimezoneMap *map
);
“timezone-changed”
signalvoid user_function (AnacondaTimezoneMap *anacondatimezonemap, gchar *arg1, gpointer user_data)
Flags: Run First