I'm working on a perl program and using Gtk as the GUI frontend. One thing I need to be able to do is have something (say a label) move across the window. I know I can just have a for-loop and up-date the position, but
I cannot seem to find a way to assign the label to a certain spot in the window.
Can anyone please tell me how I could do this or show me a small snip of code that would do this.

Thank you for any possible help.

-dH