interactive search in GtkTreeView for PHP GTK v2.0
Saturday, June 28th, 2008If you have tried the latest PHP-GTK v2.0 or v2.0.1 on the windows platform, you will know that there seems to be some bugs with the interactive search for GtkTreeview. The interactive search works in PHP-GTK2 alpha and beta versions, but not in v2.0 or v2.0.1.
Carl shared with us a brilliant work-around he has found.
Using his method, here are a couple of complete sample codes that show how to set up interactive search in PHP-GTK v2.0 and v2.0.1.
- Sample Code 500: How to setup interactive search in GtkTreeView for PHP GTK v2.0 - Part 1 - non OOP version?
- Sample Code 501: How to setup interactive search in GtkTreeView for PHP GTK v2.0 - Part 2 - OOP version using classes?
- Sample Code 502: How to setup interactive search in GtkTreeView for PHP GTK v2.0 - Part 3 - start on any keypress?
- Sample Code 503: How to setup interactive search in GtkTreeView for PHP GTK v2.0 - Part 4 - automatically hide after 3 seconds?
- Sample Code 504: How to setup interactive search in GtkTreeView for PHP GTK v2.0 - Part 5 - switch search column using tab key?
/kksou
http://www.kksou.com/php-gtk2
The place for php-gtk2 sample codes
