Re: [wxhaskell-users] Embedding toolbar icons into application using resource file

2009-01-02 Thread shelarcy
Hi, On Mon, 29 Dec 2008 08:30:05 +0900, Bernd Holzmüller wrote: > Now, this seems not to be possible yet for toolbar icons. The function > "toolMenu" expects a file path argument, and there is no other function > that accepts a bitmap instead. I therefore suggest extending the file > Graphics.UI

[wxhaskell-users] Embedding toolbar icons into application using resource file

2008-12-28 Thread Bernd Holzmüller
Hi all, I want to embed icons into an application by using resources under Windows. I understand how to prepare a resource file with entries like ico_about ICON "sm-bitmaps/about.ico" compile this file using windres (located in ghc-6.10.1/bin) and link the resulting object file with my applica