1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-17 03:21:51 -07:00
emacs/lwlib
2002-04-28 13:19:45 +00:00
..
.gitignore
ChangeLog (instantiate_widget_instance): Remove duplicated prototype. 2002-04-28 13:19:45 +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 (xaw_update_scrollbar, xaw_scrollbar_scroll) 2002-01-27 18:18:38 +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 Remove compiler warning 2002-04-22 18:25:55 +00:00
lwlib-Xm.h
lwlib.c (instantiate_widget_instance): Remove duplicated prototype. 2002-04-28 13:19:45 +00:00
lwlib.h (_widget_value): `help' has type Lisp_Object. 2001-12-02 04:55:06 +00:00
Makefile.in (TAGS): Don't use -t, it's the default for 2002-04-19 10:35:02 +00:00
README
xlwmenu.c Add calls to Grab/UngrabKeyboard to remove strange interactions with 2002-04-22 18:21:06 +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.