On Sat, 2013-02-23 at 08:04 -0800, Kari Karkkainen wrote:
> Hi Guillaume,
>
>
> No, I don't know if it is dealt with at the window level. I also
> thought that this could be the issue, i.e. that the event is
> intercepted and handled somewhere else, but I could not find out where
> that might be.
large
To: Kari Karkkainen
Cc: pgadmin-hackers
Sent: Saturday, February 23, 2013 4:50 PM
Subject: Re: [pgadmin-hackers] Detecting mouse events in the SQL grid
On Sun, 2013-02-17 at 12:21 -0800, Kari Karkkainen wrote:
> Hi,
>
> I'm trying to add some additional mouse event detectio
On Sun, 2013-02-17 at 12:21 -0800, Kari Karkkainen wrote:
> Hi,
>
> I'm trying to add some additional mouse event detection into the SQL grid,
> but I'm not succeeding. Besides pgAdmin, also wxWidgets is new to me, so I'm
> probably missing something obvious...
>
> The grid was already detectin
Hi,
I'm trying to add some additional mouse event detection into the SQL grid, but
I'm not succeeding. Besides pgAdmin, also wxWidgets is new to me, so I'm
probably missing something obvious...
The grid was already detecting EVT_MOUSEWHEEL, so I tried to use that as my
guideline:
In ctlSQLGri