Class Gnome.DateEdit
- Description
The GnomeDateEdit widget provides a way to enter dates and times with a helper calendar to let the user select the date.
Gnome.DateEdit(time(),1,1);
Gnome.DateEdit(time(),0,1);
Signals: date_changed
time_changed
- Inherit Hbox
inherit GTK1.Hbox : Hbox
- Method create
Gnome.DateEdit Gnome.DateEdit(
int
the_time
,int
show_time
,int
use_24_format
)- Description
Creates a new GnomeDateEdit widget which can be used to provide an easy to use way for entering dates and times.