Fix Entry.

This commit is contained in:
Tomeu Vizoso 2007-02-13 17:08:27 +01:00
parent e1ef7398e2
commit b48c5c0beb

View File

@ -66,7 +66,7 @@ class Entry(hippo.CanvasBox, hippo.CanvasItem):
self._canvas_widget.props.widget = self._entry self._canvas_widget.props.widget = self._entry
self._round_box.append(self._canvas_widget, hippo.PACK_EXPAND) self._round_box.append(self._canvas_widget, hippo.PACK_EXPAND)
def create_entry(): def create_entry(self):
""" """
Subclasses can override this method in order to provide a different Subclasses can override this method in order to provide a different
entry widget. entry widget.