wxWidgets/utils/screenshotgen
2008-12-29 12:11:48 +00:00
..
src add the -headerpad_max_install_names option to the screenshotgen utility to fix the buildbot builds on MacOSX 2008-12-29 12:11:48 +00:00
Makefile.in
README.txt

 wxWidgets Controls Screenshot Generator
 =======================================

 Author: Utensil Candel (Email: UtensilCandel at GMail dot com)
 Licence: wxWidgets Licence

 Thanks: Auria, frm, tierra, Jorg (these are the names they use on the wxWidgets forum)

 This utility is developed to generate automatically screenshots of the wxWidgets
 controls for use in wxWidgets documentation.

 The main part of the GUI (guiframe.h/guiframe.cpp) is generated with wxFormBuilder
 (http://wxformbuilder.org/), a powerful cross-platform open-source RAD tool.
 To add a control that wxFormBuilder doesn't support directly, "custom controls"
 feature of wxFormBuilder has been used.

 Please DO NOT modify guiframe.h/guiframe.cpp; modify the code in the wxFormBuilder
 project file, instead.