Known subclasses: kiwi.ui.widgets.entry.ProxyDateEntry

I am an entry which you can input a date on.
In addition to an gtk.Entry I also contain a button
with an arrow you can click to get popup window with a gtk.Calendar
for which you can use to select the date
Method __init__ Undocumented
Method do_grab_focus Undocumented
Method set_date Sets the date. @param date: date to set @type date: a datetime.date instance or None
Method get_date Get the selected date @returns: the date. @rtype: datetime.date or None
Method _on_entry__changed Undocumented
Method _on_entry__activate Undocumented
Method _on_entry__scroll_event Undocumented
Method _on_button__toggled Undocumented
Method _on_popup__hide Undocumented
Method _on_popup__date_selected Undocumented
Method _changed Undocumented
def __init__(self):
Undocumented
def do_grab_focus(self):
Undocumented
def _on_entry__changed(self, entry):
Undocumented
def _on_entry__activate(self, entry):
Undocumented
def _on_entry__scroll_event(self, entry, event):
Undocumented
def _on_button__toggled(self, button):
Undocumented
def _on_popup__hide(self, popup):
Undocumented
def _on_popup__date_selected(self, popup, date):
Undocumented
def _changed(self, date):
Undocumented
def set_date(self, date):
Sets the date.
@param date: date to set
@type date: a datetime.date instance or None
def get_date(self):
Get the selected date
@returns: the date.
@rtype: datetime.date or None
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.