Re: [E-devel] Getting the window containing an e17 widget

2006-08-20 Thread Simon TRENY
Thanks raster, that works great, the entry of e17 now supports copy/paste :) About the pointer push/pop thing, I've seen that you didn't use the special_pointer boolean. Have you actually fixed that directly in E_Pointer? I have the same problem with Etk, sometimes mouse_out is just not emitted,

Re: [E-devel] Getting the window containing an e17 widget

2006-08-20 Thread The Rasterman
On Sun, 20 Aug 2006 15:07:50 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Thanks raster, that works great, the entry of e17 now supports copy/paste :) About the pointer push/pop thing, I've seen that you didn't use the special_pointer boolean. Have you actually fixed that directly in

[E-devel] Getting the window containing an e17 widget

2006-08-19 Thread Simon TRENY
Hi, I'm working on the entry of e17 and I'm currently implementing copy/paste support. For this, I need to call the ecore_x_selection_clipboard_*() functions which require an Ecore_X *. Since the entry is just a simple Evas smart object, there is no way to get this Ecore_X pointer. I would also

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi, I'm working on the entry of e17 and I'm currently implementing copy/paste support. For this, I need to call the ecore_x_selection_clipboard_*() functions which require an Ecore_X *. Since the entry is just a

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi, I'm working on the entry of e17 and I'm currently implementing copy/paste support. For this, I need to call the ecore_x_selection_clipboard_*() functions which require an Ecore_X *. Since the entry is just a

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi, actually- scrap that - it was ecore_evas that has the data attach call with a key - serves me right for programming in an email client :) i will work on something. I'm working on the entry of e17 and I'm currently

Re: [E-devel] Getting the window containing an e17 widget

2006-08-19 Thread The Rasterman
On Sun, 20 Aug 2006 12:24:39 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] babbled: ok - actually - added this: E_Pointer *p; p = e_widget_pointer_get(my_widget); :) then push/pop pointers there :) On Sat, 19 Aug 2006 23:15:59 +0200 Simon TRENY [EMAIL PROTECTED] babbled: Hi,