2 wxWidgets Controls Screenshot Generator
3 =======================================
5 Author: Utensil Candel (Email: UtensilCandel at GMail dot com)
6 Licence: wxWidgets Licence
8 Thanks: Auria, frm, tierra, Jorg (these are the names they use on the wxWidgets forum)
10 This utility is developed to generate automatically screenshots of the wxWidgets
11 controls for use in wxWidgets documentation.
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.
18 Please DO NOT modify guiframe.h/guiframe.cpp; modify the code in the wxFormBuilder
19 project file, instead.