Re: pgadmin3 GTK - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: pgadmin3 GTK
Date
Msg-id 3E93DD4C.3050701@web.de
Whole thread Raw
In response to Re: pgadmin3 GTK  (efesar <efesar@nmia.com>)
List pgadmin-hackers
efesar wrote:

>As far as I know, I've used the correct event maps. Hopefully I'm using the
>correct number of arguments on everything, but I'm not 100% sure (sometimes
>the docs are not explicit, and the only way to know for sure is by seeing
>examples). As I'm coding I'll double check them.
>
>One concept I'm having trouble understanding is the WXUNUSED macro.
>
>
>
Keith,

rules are quite simple. Every OnXXX method must have exactly one
argument, and it must be wxEvent& or something derived from that to make
the return stack cleanup functions happy.

The WXUNUSED is just to make some compilers not to complain about unused
parameters. No problem if you don't use it.

Regards,
Andreas


pgadmin-hackers by date:

Previous
From: efesar
Date:
Subject: Re: pgadmin3 GTK
Next
From: Andreas Pflug
Date:
Subject: Re: [HACKERS] pg_get_viewdef 7.4 et al