Index of /pub/NetBSD/NetBSD-release-9/xsrc/external/mit/editres/dist

Icon  Name                                                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] AUTHORS 2009-11-08 19:41 36 [TXT] COPYING 2008-07-29 14:32 1.1K [DIR] CVS/ 2020-03-20 07:41 - [TXT] ChangeLog 2018-03-11 16:23 26K [TXT] Editres-color.ad 2008-07-29 14:32 2.8K [TXT] Editres.ad 2008-07-29 14:32 9.8K [TXT] INSTALL 2018-03-11 16:23 15K [TXT] Makefile.am 2018-03-11 16:23 1.8K [TXT] Makefile.in 2018-03-11 16:23 34K [TXT] README 2018-03-11 16:23 1.6K [TXT] aclocal.m4 2018-03-11 16:23 121K [TXT] actions.c 2018-03-11 16:23 9.2K [DIR] app-defaults/ 2020-03-20 07:39 - [TXT] comm.c 2018-03-11 16:23 24K [TXT] compile 2018-03-11 16:23 7.2K [TXT] config.guess 2018-03-11 16:23 42K [TXT] config.h.in 2010-11-21 11:13 1.6K [TXT] config.sub 2018-03-11 16:23 35K [TXT] configure 2018-03-11 16:23 343K [   ] configure.ac 2018-03-11 16:23 2.2K [TXT] depcomp 2018-03-11 16:23 23K [TXT] editres.c 2018-03-11 16:23 4.5K [TXT] editresP.h 2018-03-11 16:23 15K [TXT] geometry.c 2018-03-11 16:23 12K [TXT] handler.c 2018-03-11 16:23 25K [TXT] install-sh 2018-03-11 16:23 14K [DIR] man/ 2020-03-20 07:39 - [TXT] missing 2018-03-11 16:23 6.7K [TXT] setvalues.c 2018-03-11 16:23 3.5K [TXT] svpopup.c 2018-03-11 16:23 8.9K [TXT] utils.c 2018-03-11 16:23 23K [TXT] widgets.c 2018-03-11 16:23 31K [TXT] wtree.c 2018-03-11 16:23 18K
Editres is a tool that allows users and application developers to view
the full widget hierarchy of any Xt Toolkit application that speaks the
Editres protocol.  In addition, editres will help the user construct
resource specifications, allow the user to apply the resource to
the application and view the results dynamically.  Once the user is
happy with a resource specification editres will append the resource
string to the user's X Resources file.

For more information on editres usage, see:

	http://www.rahul.net/kenton/editres.html

Editres depends on the _EresInsert<something> and
_EresRetrieve<something> routines that are are implemented and used by
"EditresCom.c".  Since this module is intended to be included in your
widget library or toolkit, editres should automatically link in the
module, but if you have not included that module into your library you
will need to edit the makefile to make sure that editres links in this
file.

        ------------------------------------------------------------

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

Please submit bug reports to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/app/editres

        http://cgit.freedesktop.org/xorg/app/editres

For patch submission instructions, see:

	http://www.x.org/wiki/Development/Documentation/SubmittingPatches

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage