Re: [Gtk2hs-devel] widgetModifyBase

2012-02-11 Thread Axel Simon
Hi Tim, I've applied your patch. It will be in the next release. Thanks, Axel On 11.02.2012, at 19:36, Tim Docker wrote: > Hi Axel, > > My own code is now dependent on this patch. Does it look ok? Can it be > included in the next release? > > thanks, > > Tim > > On 30/01/12 21:18, Tim Doc

Re: [Gtk2hs-devel] widgetModifyBase

2012-02-11 Thread Tim Docker
Hi Axel, My own code is now dependent on this patch. Does it look ok? Can it be included in the next release? thanks, Tim On 30/01/12 21:18, Tim Docker wrote: > I attach a patch. Please let me know if it is suitable. > > Tim > > On 28/01/12 00:19, Axel Simon wrote: >> Hi Tim, >> >> On 27.01.2

Re: [Gtk2hs-devel] widgetModifyBase

2012-01-30 Thread Tim Docker
I attach a patch. Please let me know if it is suitable. Tim On 28/01/12 00:19, Axel Simon wrote: 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

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