1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00
emacs/lwlib
Pavel Janík 6aec6ea8e7 New file.
2001-12-08 20:59:54 +00:00
..
.gitignore
ChangeLog *** empty log message *** 2001-12-02 05:10:41 +00:00
COPYING New file. 2001-12-08 20:59:54 +00:00
dispatch.c
dispatch.h
Imakefile
lwlib-int.h
lwlib-utils.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-utils.h
lwlib-Xaw.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xaw.h
lwlib-Xlw.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xlw.h
lwlib-Xm.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xm.h
lwlib-Xol.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xol.h
lwlib-Xolmb.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xolmb.h
lwlib-XolmbP.h
lwlib.c Include ../src/lisp.h. Don't declare xmalloc. 2001-12-02 04:52:12 +00:00
lwlib.h (_widget_value): `help' has type Lisp_Object. 2001-12-02 04:55:06 +00:00
Makefile.in (TAGS): Find the source files in $(srcdir). 2001-11-29 00:45:10 +00:00
README
xlwmenu.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
xlwmenu.h
xlwmenuP.h
xrdb-cpp.c
xrdb.c

This subdirectory contains the lwlib library which provides a uniform
interface to a few different X toolkits.  The library was written by Lucid.
This version has changes in the makefile to fit in with Emacs's configure
script, and some source files have been renamed to fit in 14 characters.