Results 1 to 1 of 1
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 ...
- 10-27-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 8
Gtk2-perl question
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


Reply With Quote