Robert Nesius
2016-01-02 00:46:40 UTC
I've been having to invoke the ._invalidate() method on listboxes to get
them to re-render themselves after changing focused widget inside them.
I'm doing this by setting the .focus_position attribute on the listbox,
which I thought was the nouveau way of doing things.
Is there some other magic to list boxes I've missed? My current method
works great but pylint doesn't like me accessing a "protected" class
method, which does make me wonder if I'm going about things the wrong way.
Thx much,
-Rob
them to re-render themselves after changing focused widget inside them.
I'm doing this by setting the .focus_position attribute on the listbox,
which I thought was the nouveau way of doing things.
Is there some other magic to list boxes I've missed? My current method
works great but pylint doesn't like me accessing a "protected" class
method, which does make me wonder if I'm going about things the wrong way.
Thx much,
-Rob
--
You received this message because you are subscribed to the Google Groups "Urwid Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to urwid+***@excess.org.
To post to this group, send email to ***@excess.org.
For more options, visit https://groups.google.com/a/excess.org/d/optout.
You received this message because you are subscribed to the Google Groups "Urwid Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to urwid+***@excess.org.
To post to this group, send email to ***@excess.org.
For more options, visit https://groups.google.com/a/excess.org/d/optout.