Re: [Gtk2hs-devel] widgetModifyBase

2012-01-27 Thread Axel Simon
Hi Tim, On 27.01.2012, at 13:42, Tim Docker wrote: > Hi, > > I am attempting to use widgetModifyBase to change the background of a > text entry, and then restore it again later. It's not clear to me how > the restore should be done. It looks like the function should be > taking > (Maybe Color),

[Gtk2hs-devel] widgetModifyBase

2012-01-27 Thread Tim Docker
Hi, I am attempting to use widgetModifyBase to change the background of a text entry, and then restore it again later. It's not clear to me how the restore should be done. It looks like the function should be taking (Maybe Color), and indeed the comment suggests this - see below. According to