• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

app-defaults/H03-May-2022-376300

man/H03-May-2022-935832

AUTHORSH A D05-Mar-201836 21

COPYINGH A D05-Mar-20181.1 KiB2217

ChangeLogH A D05-Mar-201826.5 KiB725502

INSTALLH A D05-Mar-201815.4 KiB371288

Makefile.amH A D05-Mar-20181.8 KiB6228

Makefile.inH A D05-Mar-201833.7 KiB1,026893

READMEH A D05-Mar-20181.6 KiB4629

aclocal.m4H A D05-Mar-2018120.6 KiB3,3393,066

actions.cH A D05-Mar-20189.2 KiB335179

comm.cH A D05-Mar-201824 KiB929616

compileH A D05-Mar-20187.2 KiB348258

config.guessH A D05-Mar-201841.9 KiB1,4221,230

config.h.inH A D05-Mar-20181.6 KiB6543

config.subH A D05-Mar-201835.1 KiB1,8081,670

configureH A D05-Mar-2018343.1 KiB12,2749,845

configure.acH A D05-Mar-20182.2 KiB5547

depcompH A D05-Mar-201823 KiB792502

editres.cH A D05-Mar-20184.5 KiB14578

editresP.hH A D05-Mar-201815 KiB433285

geometry.cH A D05-Mar-201812.2 KiB435247

handler.cH A D05-Mar-201825.2 KiB909449

install-shH A D05-Mar-201814.3 KiB502327

missingH A D05-Mar-20186.7 KiB216143

setvalues.cH A D05-Mar-20183.5 KiB11656

svpopup.cH A D05-Mar-20188.9 KiB322178

utils.cH A D05-Mar-201822.5 KiB871487

widgets.cH A D05-Mar-201830.5 KiB1,016648

wtree.cH A D05-Mar-201818 KiB690404

README

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        http://lists.freedesktop.org/mailman/listinfo/xorg
27
28Please submit bug reports to the Xorg bugzilla:
29
30        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
31
32The master development code repository can be found at:
33
34        git://anongit.freedesktop.org/git/xorg/app/editres
35
36        http://cgit.freedesktop.org/xorg/app/editres
37
38For patch submission instructions, see:
39
40	http://www.x.org/wiki/Development/Documentation/SubmittingPatches
41
42For more information on the git code manager, see:
43
44        http://wiki.x.org/wiki/GitPage
45
46