Hi All,
Could anyone please guide me on how to create a scrolling ClutterText?
I tried with following ClutterText example parameters.  But, I am not able 
to have the text scrolling.

Thanks,
Selva

{
      "id" : "text-2",
      "type" : "ClutterText",
      "name" : "Text - 2",
      "x" : 50,
      "y" : 550,
      "color" : "white", 
      "width" : 25,
      "clip-to-allocation" : true,
      "reactive" : true,
      "line-wrap" : false, 
      "single-line-mode" : true,
      "activatable" : true,
      "ellipsize" : "PANGO_ELLIPSIZE_END",
      "max-length" : 100,
      "font-name" : "timesnewroman 20",
      "text" : "This is an example text. This is an example text"
   }
_______________________________________________
clutter-app-devel-list mailing list
[email protected]
http://lists.clutter-project.org/listinfo/clutter-app-devel-list

Reply via email to