PHP|A: Managing Layout with PHP-GTK 2

The next article, “Managing Layout with PHP-GTK 2″, in the PHP-GTK 2 series on PHP|Architect’s A/R/T article repository is available.

One of the hardest parts about getting started with PHP-GTK is understanding how to properly layout the user interface. It can be very frustrating to finally get an application laid out just right, only to see it horribly disfigured when the user expands or shrinks the window. Part III of this series focuses on how to manage the relationships between parents and children in such a way that the application behaves well no matter what the user does to the window.

The full article can be found at PHP|Architect.

Leave a Reply