From: Daan L. <daa...@xs...> - 2003-10-15 20:02:36
|
Hi Per, > Thanks for all the work! Thank you! > maybe someone can > give me a hint for usable tutorials written for the original > wxwindows library or for some of the ports of it? - On the wxHaskell website is a short tutorial - I would advise to download the wxWindows documentation as it contains many good overviews op specific aspects. - The wxWindows site itself also points to some tutorials > I would also be very interested to > see an example of how to install a user-defined GUI object in > wxhaskell, i.e. how to write a 'megawidget' in haskell giving > it a similar interface as the builtin objects. You would create an (abstract) data type that holds your widgets, and than create instances for common attributes. When you are more comfortable with the library, you could look into the source code for the WX layer to see some examples. Hope this helps, -- Daan Leijen > > Best Regards > Per > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See > the people who have HELPED US provide better services: Click > here: http://sourceforge.net/supporters.php > _______________________________________________ > wxhaskell-users mailing list wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > |