No class docstring
Method __init__ Undocumented
Method popup Shows the list of options. And optionally selects an item @param date: date to select
Method popdown Hides the list of options
Method get_date Gets the date of the date entry @returns: date of the entry @rtype date: datetime.date
Method set_date Sets the date of the date entry @param date: date to set @type date: datetime.date
Method _on_calendar__day_selected_double_click Undocumented
Method _on__button_press_event Undocumented
Method _on__key_press_event Mimics Combobox behavior
Method _on_select__clicked Undocumented
Method _on_cancel__clicked Undocumented
Method _on_today__clicked Undocumented
Method _popup_grab_window Undocumented
Method _get_position Undocumented
def __init__(self, dateentry):
Undocumented
def _on_calendar__day_selected_double_click(self, calendar):
Undocumented
def _on__button_press_event(self, window, event):
Undocumented
def _on__key_press_event(self, window, event):
Mimics Combobox behavior

Escape or Alt+Up: Close
Enter, Return or Space: Select
def _on_select__clicked(self, button):
Undocumented
def _on_cancel__clicked(self, button):
Undocumented
def _on_today__clicked(self, button):
Undocumented
def _popup_grab_window(self):
Undocumented
def _get_position(self):
Undocumented
def popup(self, date):
Shows the list of options. And optionally selects an item
@param date: date to select
def popdown(self):
Hides the list of options
def get_date(self):
Gets the date of the date entry
@returns: date of the entry
@rtype date: datetime.date
def set_date(self, date):
Sets the date of the date entry
@param date: date to set
@type date: datetime.date
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.