Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: GUI toolkit choice

by ides (Deacon)
on Oct 15, 2006 at 15:10 UTC ( [id://578391]=note: print w/replies, xml ) Need Help??


in reply to GUI toolkit choice

While I'll agree using Gtk is *harder* than using Tk, the result is a much better user interface. No offense to Tk, but when I see an app written in it I immediately think "ah how cute, a GUI app written 10 years ago" even if it wasn't. I guess it really depends on your target audience, but I don't even use Tk for personal GUI apps any longer.

One way to get around some of Gtk's code complexity is to use the Glade IDE to build your interface and then simply "load" it with Gtk2::GladeXML. This limits your code to only writing the callbacks, which is the interesting part anyway.

Frank Wiles <frank@revsys.com>
www.revsys.com

Replies are listed 'Best First'.
Re^2: GUI toolkit choice
by vkon (Curate) on Oct 16, 2006 at 08:24 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://578391]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-20 05:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found