0d5eda9ccd
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
20 lines
788 B
Plaintext
20 lines
788 B
Plaintext
|
|
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.
|