Hi, I've been looking the Clutter documentation, and I cannot manage to start with Clutter. I would be very thankful if someone could point me or say whether doing these things is possible with Clutter: - Can I make zoom? I mean, within, for example, the Clutter GTK+ Widget, can I say "I want is 2x larger" and everything would show, move, rotate, with that scale? - Can I receive mouse events from actors and the main stage? I need to show an interface where the user selects some element, then clicks "Move", and the elements begins moving under the mouse until the user presses the mouse button again, and the movement is stopped - If I can select actors that way, is there a way to tell Clutter that some elements should not receive mouse events, but instead work as if they weren't there? (I mean, if there is an actor behind them, then that actor would be picked) - When I put actors inside a container, are child coordinates relative to its parent?
Thanks in advance, Alejandro Serrano -- To unsubscribe send a mail to [EMAIL PROTECTED]
