wxWidgets/utils/screenshotgen
2008-10-15 18:49:22 +00:00
..
src Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some dependencies in headers, and replaced a few sparse tabs with spaces. 2008-10-15 18:49:22 +00:00
Makefile.in added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations) 2008-10-06 09:37:27 +00:00
README.txt added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations) 2008-10-06 09:37:27 +00:00

 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.