1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Dave Love 371b6f31d3 (lwlib.o): Depend on lwlib-Xlw.h.
(lwlib-Xlw.o): Depend on lwlib-Xlw.h.
(lwlib-Xaw.o): Depend on lwlib-Xaw.h.
(lwlib-Xm.o): Depend on lwlib-Xm.h.
2000-06-06 14:05:40 +00:00
..
ChangeLog *** empty log message *** 2000-03-12 17:01:50 +00:00
dispatch.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
dispatch.h # 1999-09-30 21:29:02 +00:00
Imakefile # 1999-09-30 21:29:02 +00:00
lwlib-int.h Add prototype for lw_get_widget_instance. 2000-01-17 09:10:21 +00:00
lwlib-utils.c
lwlib-utils.h
lwlib-Xaw.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
lwlib-Xaw.h
lwlib-Xlw.c (highlight_hook): New function. 2000-01-17 09:09:39 +00:00
lwlib-Xlw.h
lwlib-Xm.c (make_menubar) [LESSTIF_VERSION]: Don't set 2000-03-12 16:22:19 +00:00
lwlib-Xm.h
lwlib-Xol.c
lwlib-Xol.h
lwlib-Xolmb.c
lwlib-Xolmb.h
lwlib-XolmbP.h
lwlib.c (lw_modify_all_widgets): Return non-zero if widget 2000-03-05 14:31:04 +00:00
lwlib.h (lw_modify_all_widgets): Change prototype. 2000-03-05 14:30:37 +00:00
Makefile.in (lwlib.o): Depend on lwlib-Xlw.h. 2000-06-06 14:05:40 +00:00
README # 1999-09-30 21:29:02 +00:00
xlwmenu.c (make_shadow_gcs): Use the widget's colormap instead 2000-03-04 16:04:00 +00:00
xlwmenu.h (XtNhighlightCallback): New define. 2000-01-17 09:11:11 +00:00
xlwmenuP.h (_XlwMenu_part): Add `highlight' callback list. 2000-01-17 09:11:23 +00:00
xrdb-cpp.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00
xrdb.c Add support for large files, plus some locale improvements. 1999-10-19 07:21:16 +00:00

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.