PHP-GTK Explorer
Sunday, July 22nd, 2007There is a “secret weapon” that I’ve been using for a long time in learning and exploring php-gtk2.
Last weekend, I’ve got some time. Decided to polish this up a bit and share with the rest of you who are keen in using php-gtk2.
So here it is — the “PHP-GTK Explorer”. It’s like the Dev_Inspector (from gnope.org), but with a lot more functionalities added.
One of the most important keys in mastering php-gtk2 is to understand the object hierarchy of a widget, i.e. knowing who are its ancestors, its siblings and its children. The “PHP-GTK Explorer” have three different tabs to show you these three views.
View 1: The Object Hierarchy For GtkToggleButton

View 2: GtkToggleButton and its siblings

View 3: GtkToggleButton and its children

There are a lot more exciting features of PHP-GTK Explorer that makes the learning of PHP-GTK2 more fun and easy.
You can find more details and download a copy here:
http://www.kksou.com/php-gtk2/products/php-gtk-explorer/
/kksou
http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes