La version 0.1 de PHP-GTK est dispo.

En voici le changelog :

- added GDK keysyms constants.
- fixed bug with GtkStyle::copy() that was not returning the result properly.
- implemented support for struct based classes (GdkRectangle, GtkAllocation, GtkRequisition, etc).
- finished drag-n-drop support.
- ported Scribble example from C.
- modified GdkWindow::get_pointer() to be simpler, without XInput support.
- changed 'area' event property to be a GdkRectangle.
- changed 'is_hint' event property to be boolean.
- added ability to query the state and allocation of a widget.
- added direct construction of pixmaps.
- added GdkWindow::set_icon() method.
- implemented GtkList methods insert_items() and prepend_items().
- implemented new PHP-like build system that supports adding extensions to PHP-GTK.
- implemented GtkCTree methods node_get_pixtext(), node_get_pixmap(), and get_node_info().
- implemented GtkObject::emit(), thus allowing programmatical emission of signals.
- added support for accessing GtkObject arguments via get_arg() and set_arg() methods.

Pour finir, PHPIndex avait consacré début juillet, 2 articles sur le sujet.

PHP-GTK