[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 containes in the stage.

Do you have any clue?
Thanks,

edo


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 pygtk.Hbox,
 pygtk.Frame etc..) inside this stage or group containes in the stage.
 
 Do you have any clue?

currently, in order to do that, you need to use clutter-gtk from master;
it's experimental, and it's still in flux, so there are no Python
bindings for this functionality.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Open Source Software Engineer
Intel Open Source Technology Center

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



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.

-- 
Emmanuele Bassi, Open Source Software Engineer
Intel Open Source Technology Center

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com



[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 Actor is suppose to scroll
which is not working.

Is there some that I need to do to get the text scrolling within the Text
Actor?

Regards,
Shakthi