Anthemion Software Code Cupboard |
A collection of free C++ source code, written by myself except where otherwise stated. The Code Attic contains some older efforts.
See wxWidgets Home Page.
Download largedialogs.zip
To use, just derive from wxScrollingDialog. If you have dialog buttons that do not have the standard identifiers (such as wxID_OK, wxID_CANCEL and wxID_APPLY) then call AddButtonId multiple times with the identifiers of the buttons to be left unscrolled. For further discussion about adaptation to the Eee PC screen, see Programming for the Eee PC with wxWidgets.
Download scrollingdialog.zip