PHP-GTK extends PHP, but PHP-GTK itself can also be extended with new features. One of these extensions, libGlade, makes it possible to create all GUI elements from a single XML file. This reduces the required number of code lines and makes it possible to use programs as Glade (wGlade on Windows) to design advanced user interfaces without writing a single line of code.
Other extensions include tools to:
- Render HTML GtkHTML);
- Create advanced editors (Scintilla);
- Plot data (Extra); and
- Manipulate images (GtkPixbuf), drawing (Canvas) and more.
read more about PHP-GTK







