Helpful hints for coding for multiple platforms
- Use portable graphics. This means no windows icons (*.ico).
Try to use bmp, jpg, png or xpm graphics.
- Be aware of line ending issues. Under Windows, line endings are "\r\n" and
under Linux/BSD, they are "\n". This is important when using set_tip().