On Thu, 20 Jan 2005 09:46:53 +0100 "Juan Medin Pineiro" <[EMAIL PROTECTED]>
(Bbabbled:
(B
(B> -----Mensaje original-----
(B> De: Carsten Haitzler (The Rasterman) [mailto:[EMAIL PROTECTED]
(B> 
(B> >>    ecore_x_events_allow_all();
(B> 
(B> > no - this function does not do what you want. its for grabs (key and
(B> button)
(B> > when they are trapped you call this to allow them on. you need to select
(B> the
(B> > event mask on the window as well to start getting the events :)
(B> 
(B> Aha. I'm going to check that out.
(B> 
(B> >>    Is there anything else I must do after adding the event handler ?
(B> 
(B> >run the main loop? :) create a window to actually accept events? show it?
(B> :)
(B> 
(B>       I'm already running the main loop :) I created a test window, loaded an
(B> image just to see it was working ok, and started to add some events to see
(B> how they worked.
(B> 
(B>       In e_menu.c (/e17/apps/e/src/bin) the function e_menu_init() adds the
(B> event handlers this way, and it seemed to me a clear way to add them.
(B> 
(B>       - Juan
(B
(Balso if its an ecore_evas window, ecore_evas will SWALLOW those events and not
(Bpass them onto other handlers as it wants to keep its life and events private :)
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
(BTool for open source databases. Create drag-&-drop reports. Save time
(Bby over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
(BDownload a FREE copy at http://www.intelliview.com/go/osdn_nl
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to