added the automatic screenshot generator utility by Utensil Candel (with some revisio...
[wxWidgets.git] / utils / screenshotgen / README.txt
1
2  wxWidgets Controls Screenshot Generator
3  =======================================
4
5  Author: Utensil Candel (Email: UtensilCandel at GMail dot com)
6  Licence: wxWidgets Licence
7
8  Thanks: Auria, frm, tierra, Jorg (these are the names they use on the wxWidgets forum)
9
10  This utility is developed to generate automatically screenshots of the wxWidgets
11  controls for use in wxWidgets documentation.
12
13  The main part of the GUI (guiframe.h/guiframe.cpp) is generated with wxFormBuilder
14  (http://wxformbuilder.org/), a powerful cross-platform open-source RAD tool.
15  To add a control that wxFormBuilder doesn't support directly, "custom controls"
16  feature of wxFormBuilder has been used.
17
18  Please DO NOT modify guiframe.h/guiframe.cpp; modify the code in the wxFormBuilder
19  project file, instead.