Heads up, new release of PHP-GTK is available from http://gtk.php.net/.
The list of changes follows. The Win32 version maintainer hasn't put up
a build yet, if you are capable of making one just like 0.0.3 version,
please submit it and I will put it up.

Version 0.0.4 "indistinguishable from magic": 05-May-2001
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    - improved speed/memory efficiency by having only one wrapper for
      boxed types, except for GdkEvent, GdkColor and GdkAtom. (Andrei)
    - implemented object overloading emulation layer to correct for Zend
      engine's problems, now it's possible to assign and read custom
      properties on Gtk+ objects. (Andrei)
    - added GtkAspectFrame class definition. (Andrei)
    - added GtkCTree traversal functions. (Andrei)
    - optimized internal resource handling, this should save on memory.
      (Andrei)
    - fixed a bug that would corrupt object type when setting cascaded
      property.  (Andrei)
    - added a few more properties to GtkCTree and GtkCList. (Andrei)
    - implemented GtkMenu::popup(). (Andrei)
    - fixed GtkCTree::insert_row() for good, added GtkCTree methods
      node_set_row_data() and node_get_row_data(). (Andrei)
    - added helper GtkCListRow class. (Andrei)
    - separated GdkWindow, GdkBitmap, GdkPixmap implementations to allow
      for more flexibility and clarity. (Andrei)
    - implemented GtkObject methods get_data(), set_data,
      connect_after(), connect_object_after(). (Andrei)
    - added several more widget examples to gtk.php. (Andrei)
    - added ability to get and set color for GtkColorSelection. (Andrei)

-Andrei

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to