cirne100
cirne100

Reputation: 1558

How can I use GTK3 with perl?

How can I use GTK3 with Perl? Is it already possible?

Upvotes: 8

Views: 1934

Answers (2)

user708537
user708537

Reputation:

Gtk3 is released ... most of the API remained unchanged .. GLade is not wokring right now .. have to build new Glade module to work over GTK3 ..

www.youtube.com/watch?v=HpbWyymqLo8

Upvotes: 2

Grant McLean
Grant McLean

Reputation: 6998

No, I don't believe it is possible yet although the best place to ask would be the gtk-perl-list.

As I understand it, the future of Perl bindings for Gtk is using the gobject-introspection API to automate as much as possible. Work is progressing in this area but I'm sure help would be welcome.

Upvotes: 6

Related Questions