

PHP compilers such as PriadoBlender and Roadsend (Currently only compatible with PHP-GTK 1) enable the compilation of applications written in PHP-GTK to a standalone binary executable. Several tools have sprung up that assist the simple deployment of PHP-GTK applications. The sample PHP-GTK 2 program instantiates a GtkWindow widget with the title "Hello World!", containing a GtkButton labelled "Click Me." When the button is pressed, the message "Hello again - The button was pressed!" is displayed on the console via the callback pressed. Screenshot of the example set_title('Hello World!') $window->connect_simple('destroy', array('Gtk', 'main_quit')) $button->connect_simple('clicked', 'pressed') $window->add($button) $window->show_all() Gtk::main() ?> Scott Mattocks, an active member of the PHP-GTK documentation group, has also written a book on the subject of PHP-GTK programming.

Several articles and tutorials have been written on the topic, and around half the classes have been fully documented. The project also has some new extensions such as GtkSourceView, which provides a rich source editor widget, alongside some of the old favourites.ĭocumentation for PHP-GTK 2 is filling out rapidly.

PHP-GTK 2 fully utilizes PHP 5's powerful object model support, and brings the improved portability of GTK 2.6 as well as its new set of widgets.
#Php gtk full
Andrei and Steph are still working hard on the project, with Steph now maintaining PHP-GTK for Windows.ĭevelopment is in full swing for the next major version of PHP-GTK. Several applications were developed, and a small job market even emerged. PHP-GTK was quickly adopted by the PHP community. PHP-GTK 1.0 was released in October 2003 alongside several extensions - including a wrapper for libglade, which allowed the cross-platform Glade UI builder to be used in creating PHP-GTK applications. More people began to get involved, and several extensions were contributed introducing new widgets, such as Scintilla and GtkHTML. The first version of PHP-GTK was released in March 2001.
#Php gtk windows
James Moore and Steph Fox were among the first to join in, contributing a great deal to PHP-GTK through their documentation efforts, and Frank Kromann - also from the PHP development team - supplied Windows binaries for the project. The idea was received well by the PHP community, and more people started to get involved with the project. PHP-GTK was originally conceived by Andrei Zmievski, who is also actively involved in the development of PHP and the Zend Engine. It provides an object-oriented interface to GTK+ classes and functions and greatly simplifies writing client-side cross-platform GUI applications. PHP-GTK is an extension for the PHP programming language that implements language bindings for GTK+.
