Re: pgadmin3 GTK

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: efesar <efesar(at)nmia(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin3 GTK
Date: 2003-04-09 08:43:56
Message-ID: 3E93DD4C.3050701@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-04-09 09:17:47 Re: pg_get_viewdef 7.4 et al
Previous Message Tom Lane 2003-04-09 04:14:16 Re: pg_get_viewdef 7.4 et al