vote up 1 vote down star

hello every one,

i am just a beginner with gtk. i have created some of the example of GTK with GTK+Glade.

but i want to do some transition effetes (Animation) on my Widgets/Windows/Components While they appear/disappear on screen.

how do we do it with GTK and Glade?

flag

1 Answer

vote up 2 vote down check

If you mean transition effects like windows fading in and dropdown lists animating, then the answer is you can't. These effects are the domain of the window manager. To get them you have to use a window manager with fancy effects, like Compiz.

This also means that anyone using your application could be using any window manager, so you can't count on them seeing the same effects. That's why you can't program them in GTK.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.