Class k.u.d._DateEntryPopup(gtk.Window):

Part of kiwi.ui.dateentry
Undocumented
Function__init__Undocumented
Function_on_calendar__day_selected_double_clickUndocumented
Function_on__button_press_eventUndocumented
Function_on__key_press_event

Mimics Combobox behavior

Function_on_select__clickedUndocumented
Function_on_cancel__clickedUndocumented
Function_on_today__clickedUndocumented
Function_popup_grab_windowUndocumented
Function_get_positionUndocumented
Functionpopup

Shows the list of options. And optionally selects an item

Functionpopdown

Hides the list of options

Functionget_date

Gets the date of the date entry

Functionset_date

Sets the date of the date entry

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

def popdown(self):

Hides the list of options

def get_date(self):

Gets the date of the date entry

def set_date(self, date):

Sets the date of the date entry