Re: [Haskell-cafe] haskell and dockapps

2008-06-26 Thread Don Stewart
martindemello:
> Anyone written a windowmaker dockapp in Haskell? I thought it'd be a
> fun project, but I don't quite know where to start.
> 

Might be fun to take hsclock, the gtk/cairo based clock,

http://haskell.org/gtk2hs/archives/2006/01/26/cairo-eye-candy/

and turn it into a beautiful dock app.

-- Don
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] haskell and dockapps

2008-06-26 Thread Martin DeMello
On Thu, Jun 26, 2008 at 10:31 AM, Don Stewart <[EMAIL PROTECTED]> wrote:
> martindemello:
>> Anyone written a windowmaker dockapp in Haskell? I thought it'd be a
>> fun project, but I don't quite know where to start.
>>
>
> Might be fun to take hsclock, the gtk/cairo based clock,
>
>http://haskell.org/gtk2hs/archives/2006/01/26/cairo-eye-candy/
>
> and turn it into a beautiful dock app.

Thanks - the code looks very clean and easy to grasp. Would be nicely
appropriate too, given my last foray into dockapp writing :)

http://www.cs.rice.edu/~ssiyer/code/pclock-bezier/

martin
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe