Re: replacement for wxe_util:connect_cb/2 ?
Dan Gudmundsson <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CANX4uuOqESvfmgopJZUAkvyrJYqmQ9BQKUiR-nW6nitsTGEkKQ@mail.gmail.com> |
wxe_util:connect_cb/2 is in mine version of 23, but it is an internal
function why do you use that?
wxCLASS:connect(Window, Type, [{callback, fun/2}]) or
wxCLASS:connect(Window, Type, [callback]) for wx_objects
have always been the official api.
On Fri, Jan 8, 2021 at 7:04 AM Peter J Etheridge <[email protected]>
wrote:
> Dear Erlangers,
>
> In v.23 is there a replacement for;
>
> wxe_util:connect_cb/2
>
> ?
>
> Where should i be looking?
>
>
> Thank you in advance,
> Peter
>
>
>