Re: Virtual wxListCtrl

Dietmar Schwertberger <[email protected]> Tue, 4 Jan 2022 11:08:27 +0100
Newsgroups gmane.comp.python.wxglade
Message-ID <[email protected]>
On 04.01.2022 06:00, [email protected] wrote:
> Second question, why does going virtual require you to return a string? You
> can put a number in with the regular listctrl but virtual requires the On..
> to return a string. I can handle it ok, but just wondering why.

How do you put a number into the list? 'SetItem' does only accept strings.

Regards,

Dietmar