5343322abe
- Add support for imlib, gtkglare - New flavor Patch and now maintain by Joshua Stein <jcs@rt.fm>
21 lines
541 B
Plaintext
21 lines
541 B
Plaintext
Gtk-Perl is a set of modules that let you exploit the Gtk+
|
|
libraries from Perl. The module maps the Gtk+ objects to
|
|
Perl packages while trying to remain as close as possible
|
|
to the C API, but not closer.
|
|
|
|
Currently there is support for:
|
|
|
|
- libgtk
|
|
The base module (Gtk and Gtk::Gdk namespaces).
|
|
|
|
- libgdkimlib
|
|
The Imlib module (Gtk::Gdk::ImlibImage namespace).
|
|
|
|
- libgdkpixbuf
|
|
The Pixbuf module (Gtk::Gdk::Pixbuf namespace).
|
|
|
|
- libgtkglarea
|
|
The OpenGL widget module (Gtk::GLArea namespace).
|
|
|
|
WWW: ${HOMEPAGE}
|