Gtk2 1.080 (stable)



Gtk2 is a Perl extension providing Perl bindings to the 2.x series of  
the Gtk+ graphical user interface library.  This module allows you to  
write graphical user interfaces in a perlish and object-oriented way,  
freeing you from the casting and memory management in C, yet remaining 
very close in spirit to original API.  Find out more about Gtk+ at 
http://www.gtk.org , and about Gtk2-Perl at 
http://gtk2-perl.sourceforge.net/ .

The source code is available from the gtk2-perl project page on  
sourceforge:

http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=91218&release_id=311031

...and from anonymous cvs, tagged "rel-1-08-0" in the directory  
/gtk2-perl-xs/Gtk2 .

This module requires these other modules and libraries:

   perl >= 5.8.0
   Glib >= 1.080 (perl module)
   GTK+ > 2.x (C library and prerequisites)

In order to build it from source, you'll also need

   ExtUtils::Depends >= 0.2
   ExtUtils::PkgConfig >= 1.03
   development headers for gtk+ and friends


Overview of changes in Gtk2 1.080
=================================

 Since 1.06x (the previous stable series)
 ----------------------------------------
  * New objects: Gtk2::AboutDialog, Gtk2::CellRendererCombo,
    Gtk2::CellRendererProgress, Gtk2::CellView, Gtk2::FileChooserButton,
    Gtk2::IconView, Gtk2::MenuToolButton, Gtk2::Pango::FontMap, and
    Gtk2::Pango::Script.
  * New API in: Gtk2, Gtk2::Accelerator, Gtk2::Action, Gtk2::Button,
    Gtk2::CellRenderer, Gtk2::Clipboard, Gtk2::ComboBox, Gtk2::Dialog,
    Gtk2::Entry, Gtk2::EntryCompletion, Gtk2::FileChooser, Gtk2::FileFilter,
    Gtk2::Gdk::Display, Gtk2::Gdk::DragContext, Gtk2::Gdk::Pixbuf,
    Gtk2::Gdk::Rgb, Gtk2::Gdk::Window, Gtk2::IconTheme, Gtk2::IconView,
    Gtk2::Image, Gtk2::Label, Gtk2::ListStore, Gtk2::Menu, Gtk2::MessageDialog,
    Gtk2::Pango, Gtk2::Pango::FontDescription, Gtk2::Pango::Layout,
    Gtk2::ProgressBar, Gtk2::SelectionData, Gtk2::TargetList, Gtk2::TextBuffer,
    Gtk2::TextView, Gtk2::ToolItem, Gtk2::TreeView, Gtk2::Widget, and
    Gtk2::Window.
  * Support owner-change events.
  * Enable translation of action groups.
  * Gtk2::SimpleList handles undefined iters gracefully.
  * Insertion methods in Gtk2::Notebook return the new position.
  * Gtk2::Gdk::Pixmap::create_from_xpm handles non-existent files gracefully.

 Since 1.074
 -----------
  * Sidestep a test failure.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]