Re: [gtk-list] CList: holding grab after double click
- From: Lars Hamann <lars gtk org>
- To: gtk-list redhat com
- Cc: Paul Barton-Davis <pbd Op Net>
- Subject: Re: [gtk-list] CList: holding grab after double click
- Date: Sun, 21 Mar 1999 20:08:22 +0100
On Sun, Mar 21, 1999 at 11:35:00AM -0500, Paul Barton-Davis wrote:
> It appears that when you double click (and possibly single click too)
> on a CList, and it invokes the signal handlers for "select_row", the
> widget still holds a grab on the pointer.
clist grabs the pointer on the first click and removes it when it receives
the GDK_2BUTTON_PRESS event. So there should not be any grab when you
get the second select_row signal.
> This makes debugging the signals handlers a little difficult. Is there
> any reason why this has to be this way ?
clist uses the grab for drag selections/dnd operations.
bye,
Lars
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]