Re: [wxhaskell-users] Creating a TabPage

2009-02-17 Thread Eric
Arne Vogel wrote: > to answer the first question: You can use, for instance, bitmap, > bitmapCreateFromFile or bitmapFromImage (all Graphics.UI.WX.Media). > > bitmap returns Bitmap () while bitmapCreateFromFile returns IO > (Bitmap ()). > I guess what this means is that bitmap does not require th

Re: [wxhaskell-users] Creating a TabPage

2009-02-17 Thread Arne Vogel
> Hi all, > > In order to create a value of type TabPage, I need to create a > value of > type Bitmap. But how do I create such a value and what if I don't want > to because I do not need my tabs to have images? > > Eric M Hello, to answer the first question: You can use, for instance, bitmap,

[wxhaskell-users] Creating a TabPage

2009-02-16 Thread Eric
Hi all, In order to create a value of type TabPage, I need to create a value of type Bitmap. But how do I create such a value and what if I don't want to because I do not need my tabs to have images? Eric M -- Open Sou