vikdatetime_edit_dialog

vikdatetime_edit_dialog

Functions

Description

Functions

vik_datetime_edit_dialog ()

gdouble
vik_datetime_edit_dialog (GtkWindow *parent,
                          const gchar *title,
                          gdouble initial_time,
                          GTimeZone *tz);

Parameters

parent

The parent window

 

title

The title to use for the dialog

 

initial_time

The initial date/time to be shown

 

tz

The GTimeZone this dialog will operate in

 

Returns

A time selected by the user via this dialog Otherwise NAN if the dialog was cancelled or somehow an invalid date was encountered.