Class k.u.d.DateEntry(gtk.HBox):

Part of kiwi.ui.dateentry

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

Undocumented
Function__init__Undocumented
Functiondo_grab_focusUndocumented
Function_on_entry__changedUndocumented
Function_on_entry__activateUndocumented
Function_on_entry__scroll_eventUndocumented
Function_on_button__toggledUndocumented
Function_on_popup__hideUndocumented
Function_on_popup__date_selectedUndocumented
Function_changedUndocumented
Functionset_date
Set date.
Functionget_date
Get the currently selected day.
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):
Set date.
def get_date(self):
Get the currently selected day.