From f242ad534b08856c1e9646bf58a581cebfc9634d Mon Sep 17 00:00:00 2001 From: Randalphwa <38287198+Randalphwa@users.noreply.github.com> Date: Fri, 5 Aug 2022 09:28:33 -0700 Subject: [PATCH] Add link to wxUiEditor in list of XRC tools The most recent form designer, current with the XRC changes added up through wxWidgets 3.2.0, and also the only tool that creates XRC file(s) directly instead of requiring cut/paste. Closes #22709. --- docs/doxygen/overviews/xrc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/doxygen/overviews/xrc.h b/docs/doxygen/overviews/xrc.h index 35e37bbad9..ee81c52f11 100644 --- a/docs/doxygen/overviews/xrc.h +++ b/docs/doxygen/overviews/xrc.h @@ -57,6 +57,8 @@ specialised tool. Examples of these include: can output C++, XRC or python. @li wxCrafter (free version) , a C++-based form designer that can output C++ or XRC. +@li wxUiEditor , a C++-based + form designer that can output C++ or XRC. There's a more complete list at