[ANNOUNCE] PHP-GTK v0.1.1 released From: Andrei Zmievski (andrei <email protected>)
Date: 09/24/01

Gentle people,

PHP-GTK version 0.1.1 "no-holds-barred memento" has been released. It
can be downloaded from http://gtk.php.net/. The changes in this version
include:

    - added GtkCList::get_selection_info() method. (Andrei)
    - made type checking of parameters passed to PHP-GTK functions more
      forgiving. (Andrei)
    - added GtkNotebook::query_tab_label_packing(),
      GtkBox::query_child_packing(). (Markus)
    - added event watcher, dialog, file selection, panes, and notebook
      examples to gtk.php. (Markus)
    - added Gtk::signal_(add|remove)_emission_hook(),
      Gtk::signal_name(), and Gtk::signal_lookup() functions. (Markus)
    - added GtkCList::get_selection_info(). (Andrei)
    - added GtkCList methods set_row_data(), get_row_data(). (Markus)
    - added support for GtkScintilla, a text-editing widget. (Andrei)
    - implemented GladeXML methods signal_connect_object() and
      signal_autoconnect_object(). (Andrei)
    - fixed GDK keysym constants warnings by prefixing some of them with
      underscores. (Frank)
    - changed PHP-visible extension name from 'gtk' to 'php-gtk'.
      (Andrei)

As a refresher and for those who don't know it, PHP-GTK is a PHP
extension that enables you to write client-side cross-platform GUI
applications.

Cheers,

-Andrei

-- 
PHP Announcements Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-announce-unsubscribe <email protected>
For additional commands, e-mail: php-announce-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>