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

Part of kiwi.ui.dateentry

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

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

Sets the date.

Functionget_date

Get the selected date

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.

def get_date(self):

Get the selected date