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