PK 0.5 releases

Stefan Kost ensonic at hora-obscura.de
Tue Sep 11 10:15:38 PDT 2007


David Zeuthen wrote:
> Hi,
> 
> On Sun, 2007-09-02 at 07:04 +0200, Michael Biebl wrote:
>>> Requirements for PolicyKit-gnome 0.5
>>>
>>>  - PolicyKit        == 0.5
>>>  - GTK+             >= 2.11
>> PolicyKit-gnome uses gtk_widget_set_tooltip_text(), which was
>> introduced in GTK 2.11.3. You should bump GTK_REQUIRED in configure.ac
>> accordingly.
> 
> Right. I wonder if there's an easier way to do tooltips using GTK+ <=
> 2.10; after all this is only used in the demo application and I like to
> keep it building on Fedora 7 and other distros not using GTK+ >= 2.11.
> Matthias? Thanks.

GtkTooltips *tip=gtk_tooltips_new ();
gtk_tooltips_set_tip (tips,widget,"I am the tooltip",NULL);

Stefan

> 
>       David
> 
> 
> _______________________________________________
> hal mailing list
> hal at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/hal



More information about the hal mailing list