From 5b414a2795716560bfdab92d8f9aeb6ae2aae4f5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 24 Dec 2014 13:57:14 +0000 Subject: [PATCH] Update dialog editors list in the manual. Remove wxDesigner which is not offered any more and add wxCrafter. Also use more neutral "form designer" term to avoid giving the impression that these tools can only be used for the dialogs. Closes #16744. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/xrc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/doxygen/overviews/xrc.h b/docs/doxygen/overviews/xrc.h index 82502dac57..83296bd975 100644 --- a/docs/doxygen/overviews/xrc.h +++ b/docs/doxygen/overviews/xrc.h @@ -48,16 +48,16 @@ text editor, for all but the smallest files it is advisable to use a specialised tool. Examples of these include: @e Non-free: -@li wxDesigner , a commercial dialog - designer/RAD tool. @li DialogBlocks , a commercial dialog editor. @e Free: @li XRCed , a wxPython-based dialog editor that you can find in the wxPython/tools subdirectory of the wxWidgets SVN archive. -@li wxFormBuilder , a C++-based dialog editor that +@li wxFormBuilder , a C++-based form designer that can output C++, XRC or python. +@li wxCrafter (free version) , a C++-based form designer that + can output C++ or XRC. There's a more complete list at