[Urwid] Re: filechooser
Fabian Braennstroem
f.braennstroem at gmx.de
Tue Oct 17 07:40:43 EDT 2006
Hi Rebecca,
* Rebecca Breu <rebecca at rbreu.de> wrote:
> Zitat von Ian Ward <ian at excess.org>:
>
>> Rebecca Breu wrote:
>> > class FileChooser(WidgetWrap):
>> ...
>> > def __init__(self, directory=".", file="", attr=(None, None),
>> > show_hidden=False):
>> > """
>> > directory, file -- default selection
>> > attr -- (inner selectable widgets, selected widgets)
>> > show_hidden -- If True, hidden files are shown by default.
>> > """
>> >
>> > selection = None
>> > b_pressed = None
>>
>> This should probably say "self.b_pressed = None"
>>
>> Ian
>>
>>
>
> Yes, you are right.
>
> And "self.selection = None". So much for the minor last-minute changes I
> didn't think needed testing...
Thanks!
>
> Sorry for not answering. I just detected that my spam filter has been overly
> active the last weeks and filtered lots of non-spam. And I was wondering why
> everyone was getting so quiet!
No problem, it seems that I have some more questions to make
some noise in your mailbox :-)
Greetings!
Fabian
More information about the Urwid
mailing list