Welcome to Riffle
Welcome to Riffle, a simple image browser application. Riffle lets you:
- browse directories of images;
- view images;
- copy images to the clipboard.
Riffle is available on Windows, Linux and MacOS X.
Riffle and wxWidgets
This application is supplied for demonstration purposes,
on the CD-ROM accompanying the book Cross-Platform GUI Programming with wxWidgets CD-ROM.
wxWidgets techniques demonstrated by Riffle include:
- Menu bar and toolbar usage.
- Sizer-based layout (using DialogBlocks).
- The wxPropertySheetDialog settings dialog.
- Use of wxSplitterWindow, wxGenericDirCtrl and wxThumbnailCtrl.
- Image loading, scaling and drawing.
- Use of wxUpdateUIEvent.
- Idle-time processing, checking for a screen orientation change under Pocket PC.
- Use of wxConfig and a custom validator class, wxConfigValidator.
- Creation of installations suitable for each supported platform.
- Use of online help in Windows HTML Help, wxWidgets HTML Help and Windows CE Help format (using Anthemion HelpBlocks).