[wxPython-users] wx.html.HtmlWindow and wxpTag, how to fetch
all user input at once ?
Stef Mientki
s.mientki at ru.nl
Thu Jan 3 06:35:29 PST 2008
thanks Robin,
>> So the questions are:
>> - is there a way to find all wxp controls on a page (other than
>> parsing the source string ;-) ?
>
>
> theHtmlWindow.GetChildren() will return a sequence of the child
> widgets of the window. You can iterate through that sequence and grab
> the values or nearly whatever else you want to do.
>
works like a charm.
Still wonder why "GetChildren" doesn't popup in my autocompletion list ?
cheers,
Stef
More information about the wxpython-users
mailing list