k.u.d._DateEntryPopup(gtk.Window) : class documentation

Part of kiwi.ui.dateentry View In Hierarchy

No class docstring
Method __init__ Undocumented
Method popup Shows the list of options. And optionally selects an item
Method popdown Hides the list of options
Method get_date Gets the date of the date entry
Method set_date Sets the date of the date entry
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
Parametersdatedate to select
def popdown(self):
Hides the list of options
def get_date(self):
Gets the date of the date entry
Returnsdate of the entry (type: datetime.date )
def set_date(self, date):
Sets the date of the date entry
Parametersdatedate to set (type: datetime.date )
API Documentation for Kiwi, generated by pydoctor at 2010-05-20 02:10:57.