The PHP-GTK website has four new posts highlighting three different widgets and a Timer class to make working with delays in applications simpler:
- CommandWidget - a terminal like widget for php-gtk
- Dial widget - a graphical widget to display an analog value
- ScrollingLabel - a funny label widget with scrolling capabilities
- Timer class : simplifying gtk::timeout_add
Keep an eye on the Code Snippets section of the PHP-GTK website for more helpful tips and tricks.