Quoting Rouan van Dalen <rvda...@yahoo.co.uk>:

> I read in the current gtk2hs docs that if I want to set tooltips for  
> a widget,
> I can use the 'widgetSetTooltipText' function.  However, it seems  
> that this function
> is not available from the Graphics.UI.Gtk.Misc.Tooltip module.

Hi Rouan,

This seems to be a documentation bug. At some point, many things with  
"set" and "get" in their name were abstracted into attributes with a  
"get" and "set" function, instead (to reduce the size of the API). See

http://hackage.haskell.org/packages/archive/gtk/latest/doc/html/Graphics-UI-Gtk-Abstract-Widget.html#v:widgetTooltipText

which should do what you want. (Let us know whether it does or not.)  
Thanks for the report!
~d

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to