NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025121.6 KiB

actions.cH A D10-Nov-20259.4 KiB

app-defaults/H10-Nov-202542

AUTHORSH A D10-Nov-202536

ChangeLogH A D10-Nov-202534.8 KiB

comm.cH A D10-Nov-202524 KiB

compileH A D10-Nov-20257.2 KiB

config.guessH A D10-Nov-202548.8 KiB

config.h.inH A D10-Nov-20251.8 KiB

config.subH A D10-Nov-202535 KiB

configureH A D10-Nov-2025360.4 KiB

configure.acH A D10-Nov-20252.5 KiB

COPYINGH A D10-Nov-20251.1 KiB

depcompH A D10-Nov-202523 KiB

Editres-color.adH A D10-Nov-20252.8 KiB

Editres.adH A D10-Nov-20259.8 KiB

editres.cH A D10-Nov-20255.2 KiB

editresP.hH A D10-Nov-202515 KiB

geometry.cH A D10-Nov-202512.2 KiB

handler.cH A D10-Nov-202525.4 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515 KiB

Makefile.amH A D10-Nov-20251.9 KiB

Makefile.inH A D10-Nov-202535.3 KiB

man/H10-Nov-202563

missingH A D10-Nov-20256.7 KiB

README.mdH A D10-Nov-20251.4 KiB

setvalues.cH A D10-Nov-20253.5 KiB

svpopup.cH A D10-Nov-20259.1 KiB

utils.cH A D10-Nov-202522.6 KiB

widgets.cH A D10-Nov-202531.1 KiB

wtree.cH A D10-Nov-202518.1 KiB

README.md

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