![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Advice on writing GUI's in Perlby zentara (Archbishop) |
on Oct 27, 2003 at 01:17 UTC ( #302304=note: print w/replies, xml ) | Need Help?? |
To answer Batkin's request for proof of speed comparion: I have no "proof" that gtk is faster other than my subjective impression of it. It seems to have "crisper" widget updates, if that makes any sense. The gtk libraries are more powerful than what you get from Tk. As far as the gnome extension problem, you need to have the gnome libs installed if you use the gnome widgets. You don't need to run Gnome as your desktop, but it helps for full functionality of the gnome widgets. Otherwise just don't use the gnome widgets. My favorite gtk library is the gtk-image-viewer at gtk-image-viewer It allows mouse zooming and panning of images, try that with Tk (and the speed is smooth). Here is a little perl script to use it:
In Section
Seekers of Perl Wisdom
|
|