#include <gnome.h> struct GnomeDateEdit; |
|
"date-changed" void user_function (GnomeDateEdit *dateedit, |
GnomeDateEdit widget provides a way to enter dates and times with a helper calendar to let the user select the date
|
Creates a new GnomeDateEdit widget which can be used to provide an easy to use way for entering dates and times.
the_time : | date and time to be displayed on the widget |
show_time : | whether time should be displayed |
use_24_format : | whether 24-hour format is desired for the time display. |
Returns : | a GnomeDateEdit widget. |
void gnome_date_edit_set_time (GnomeDateEdit *gde, |
Changes the displayed date and time in the GnomeDateEdit widget to be the one represented by the_time.
gde : | the GnomeDateEdit widget |
the_time : | The time and date that should be set on the widget |
void gnome_date_edit_set_popup_range (GnomeDateEdit *gde, int low_hour, int up_hour); |
Sets the range of times that will be provide by the time popup selectors.
gde : | The GnomeDateEdit widget |
low_hour : | low boundary for the time-range display popup. |
up_hour : | upper boundary for the time-range display popup. |
|
gde : | The GnomeDateEdit widget |
Returns : | the time entered in the GnomeDateEdit widget |
void user_function (GnomeDateEdit *dateedit, |
dateedit : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
void user_function (GnomeDateEdit *dateedit, |
dateedit : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |