Class GTK2.Gnome2DateEdit
- Description
The GnomeDateEdit widget provides a way to enter dates and times with a helper calendar to let the user select the date.
GTK2.Gnome2DateEdit(time(),1,1);
GTK2.Gnome2DateEdit(time(),0,1);
Properties: int dateedit-flags int initial-time int lower-hour int time int upper-hour
Signals: date_changed
time_changed
- Inherit Hbox
inherit GTK2.Hbox : Hbox
- Method create
GTK2.Gnome2DateEdit GTK2.Gnome2DateEdit(intthe_time,intshow_time,intuse_24_format)- Description
Creates a new GnomeDateEdit widget which can be used to provide an easy to use way for entering dates and times.