>   i have one more query regarding GTK+.i have a application in QT 3.0 , So ho
>w much effort will
>   require to port a appliction from QT to gtk+(is it possible?).

You will have to basically rewrite it completely. You don't "port"
programs between GUI toolkits - you reimplement them. GUI toolkits are
not just minor variations on a theme, and the programs that use them
often make use of the deepest features of the toolkit.

The only question is how much of the program is the GUI, and how much
is a "backend" that doesn't know anything about the GUI. 

--p
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to