Re: [PHP-GTK] tooltip for GtkTreeView

[email protected] (Elizabeth M Smith) Wed, 26 Mar 2008 09:08:52 -0500
Newsgroups php.gtk.general
Message-ID <[email protected]>
kksou wrote:
> Hi,
> 
> For those interested, the new release of PHP-GTK v2.0 now supports tooltip
> in GtkTreeview.
> 
> Here's a sample code:
> http://www.kksou.com/php-gtk2/articles/display-tooltips-in-GtkTreeView---Part-4.php
> 
> Regards,
> /kksou
> 
> p.s. The new widget GtkTooltip can does much more, such as creating custom
> tooltip (e.g. tooltip with graphics, etc.) Gives you more reason to switch
> over to the new version...
> 

There are a bunch of additional features and methods for tooltips that
are only available in CVS at this point - I finished code coverage for
both the old GtkTooltips API and the new GtkTooltip API earlier this
month - check out demos/examples for old tooltips API and new tooltips
API useage.

Thanks,
Elizabeth