On Fri, 2009-05-08 at 17:26 +0300, Aarto Matti wrote: > Hello, > > Documentation says that ClutterStage is wrapped into a window, > implementation of which depends on actual windowing system. How can I > access to that window, lets say if I run clutter on Xorg then I would > like to get a pointer to Window or something. Or even better, is it > possible to move stage window (change its coordinates)? > > In case, I don't have GTK, so I can "just use clutter-gtk". > > Regards, > Aarto > >
You can use http://clutter-project.org/docs/clutter/stable/clutter-X11-Specific-Support.html#clutter-x11-get-stage-window and http://clutter-project.org/docs/clutter/stable/clutter-Win32-Specific-Support.html#clutter-win32-get-stage-window to get the stage's window. -- To unsubscribe send a mail to [email protected]
