wxWidgets/utils/screenshotgen
Francesco Montorsi 1bda839923 fix the menu item bitmaps for wxMSW;
fix the name of the screenshot generated for wxHyperlinkCtrl on platforms != wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-11 15:55:23 +00:00
..
src fix the menu item bitmaps for wxMSW; 2008-10-11 15:55:23 +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.