On Fri, Feb 15, 2013 at 11:08 AM, Angel Kolev <[email protected]> wrote:
> Sorry i meant urwid.Edit. I wrapped it as:
>>
>> class BaseInput(urwid.Edit):
>>       super(BaseInput, self).__init__(.....
>
>
> So i want to initiate a keypress trough a mouse_event. Something like:
> self.__super.keypress(size,"down")

I see.  Well, it's the ListBox that does the scrolling, so that's the
thing you should be subclassing.

Your approach should work fine.

Ian

_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to