[clutter] Key Press handling in embedded clutter widgets

2008-02-28 Thread gaurav
Hi, I have a GtkVBox which contains a embedded clutter widget. It seems the key-strokes are directly going to the embedded clutter widget. I require the key-strokes to be handled by the parent containers of the clutter widget (GTK containers), if the stage default handler doesn't

Re: [clutter] Key Press handling in embedded clutter widgets

2008-02-28 Thread Havoc Pennington
Hi, On Thu, Feb 28, 2008 at 7:37 AM, gaurav [EMAIL PROTECTED] wrote: #8 0x40cfc6bc in clutter_do_event (event=0x383a60) at clutter-main.c:1524 #9 0x40d1c72c in clutter_event_dispatch (source=0x6e078, callback=0x383a60, user_data=0x0) at clutter-event-x11.c:703 #10 0x405a9c94 in

Re: [clutter] Key Press handling in embedded clutter widgets

2008-02-28 Thread Havoc Pennington
Hi, On Thu, Feb 28, 2008 at 8:33 AM, Tomas Frydrych [EMAIL PROTECTED] wrote: There is API in trunk that makes it possible for clutter to share the gtk connection, described in http://bugzilla.openedhand.com/show_bug.cgi?id=718#c18. Cool! Keep in mind it's still useful to go the next step

[clutter] Multi-line text entry

2008-02-28 Thread Murray Cumming
Has anyone implemented multi-line text entry anywhere? (ClutterEntry is single line). I'd like to steal some code for the tutorial. -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com -- To unsubscribe send a mail to [EMAIL PROTECTED]

Re: [clutter] Key Press handling in embedded clutter widgets

2008-02-28 Thread Matthew Allum
Hi; On Thu, 2008-02-28 at 13:50 -0500, Havoc Pennington wrote: On Thu, Feb 28, 2008 at 1:31 PM, Matthew Allum [EMAIL PROTECTED] wrote: Check out current trunk, we've been experimenting with the easier but maybe not so nice route of taking an external display, shutting down 'automatic'