Re: Widget mask out clicks
- From: Chris Vine <chris cvine freeserve co uk>
- To: gtkmm-list gnome org
- Subject: Re: Widget mask out clicks
- Date: Thu, 4 Jan 2007 23:52:45 +0000
On Thursday 04 January 2007 16:55, johnmb wrote:
> Thanks Chris,
>
> I tried your statement as follows :-
>
> m_TreeView = new Gtk::TreeView();
> m_TreeView->set_events (m_TreeView->get_events() &
> ~Gdk::BUTTON_PRESS_MASK);
>
> As you can see, I can't perform set_events any earlier than this as
> m_TreeView is created by the immediately preceeding instruction;
> however, it still allows mouse clicks through.
>
> Is Gdk::BUTTON_PRESS_MASK the correct bit mask to use ?
I couldn't offer an opinion - I do not know what you are trying to do (or stop
happening). Try unsetting Gdk::BUTTON_RELEASE_MASK also.
If you are interesting in pointer motion, there are motion events/masks also.
There are also button motion masks, which receive pointer motion events when
a button is pressed.
Chris
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]