1Editres is a tool that allows users and application developers to view 2the full widget hierarchy of any Xt Toolkit application that speaks the 3Editres protocol. In addition, editres will help the user construct 4resource specifications, allow the user to apply the resource to 5the application and view the results dynamically. Once the user is 6happy with a resource specification editres will append the resource 7string to the user's X Resources file. 8 9For more information on editres usage, see: 10 11 http://www.rahul.net/kenton/editres.html 12 13Editres depends on the _EresInsert<something> and 14_EresRetrieve<something> routines that are are implemented and used by 15"EditresCom.c". Since this module is intended to be included in your 16widget library or toolkit, editres should automatically link in the 17module, but if you have not included that module into your library you 18will need to edit the makefile to make sure that editres links in this 19file. 20 21 ------------------------------------------------------------ 22 23All questions regarding this software should be directed at the 24Xorg mailing list: 25 26 https://lists.x.org/mailman/listinfo/xorg 27 28The primary development code repository can be found at: 29 30 https://gitlab.freedesktop.org/xorg/app/editres 31 32Please submit bug reports and requests to merge patches there. 33 34For patch submission instructions, see: 35 36 https://www.x.org/wiki/Development/Documentation/SubmittingPatches 37 38