xenocara/app/editres
purplerain 155eb8555e
sync with OpenBSD -current
2024-04-29 00:35:41 +00:00
..
app-defaults sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
man sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
AUTHORS sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
COPYING sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
ChangeLog sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
INSTALL sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.am sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.bsd-wrapper sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
Makefile.in sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
README.md sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
aclocal.m4 sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
actions.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
comm.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
compile sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
config.guess sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
config.h.in sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
config.sub sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
configure sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
configure.ac sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
depcomp sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
editres.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
editresP.h sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
geometry.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
handler.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
install-sh sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
missing sync code with last improvements from OpenBSD 2023-08-28 05:57:34 +00:00
setvalues.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
svpopup.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
utils.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
widgets.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00
wtree.c sync with OpenBSD -current 2024-04-29 00:35:41 +00:00

README.md

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 and _EresRetrieve 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:

https://lists.x.org/mailman/listinfo/xorg

The primary development code repository can be found at:

https://gitlab.freedesktop.org/xorg/app/editres

Please submit bug reports and requests to merge patches there.

For patch submission instructions, see:

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