[clutter] pyclutter embed gtk widgets inside clutter stage

2010-05-25 Thread edo
Hi everybody, i've started playing with pyclutter since a couple of months and it's really amazing! Using pyclutter-gtk i managed to embed a pyclutter stage inside a pygtk application, and i would like to add some pygtk widgets (like pygtk.Hbox, pygtk.Frame etc..) inside this stage or group

Re: [clutter] pyclutter embed gtk widgets inside clutter stage

2010-05-25 Thread Emmanuele Bassi
On Tue, 2010-05-25 at 17:37 +0100, edo wrote: Hi everybody, i've started playing with pyclutter since a couple of months and it's really amazing! Using pyclutter-gtk i managed to embed a pyclutter stage inside a pygtk application, and i would like to add some pygtk widgets (like

Re: [clutter] pyclutter embed gtk widgets inside clutter stage

2010-05-25 Thread Emmanuele Bassi
On Tue, 2010-05-25 at 19:12 +0100, Edoardo Tosca wrote: so basically if i want to create a rich user interface with clutter i have to write my own custom widgets. Am I right? yes; you can also use Mx for Clutter-based widgets: http://gitorious.org/mx-toolkit ciao, Emmanuele. --

[clutter] Single Line Text Scroll

2010-05-25 Thread Shakthi Pradeep
Hi, I am using an Text Actor with Single Line property set to true and size of the actor set to 512x51 resolution. when the text goes beyond the size of the Actor, text gets clipped. As per the documentation, when the size of the text goes beyond the allocated size of the Actor, Text within the