1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
emacs/lwlib
Stefan Monnier 3c916d6555 (xm_update_label, xm_update_list): Use the recommended
XmStringCreateLocalized function.  Add missing copyright.
2005-03-17 19:03:16 +00:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog (xm_update_label, xm_update_list): Use the recommended 2005-03-17 19:03:16 +00:00
COPYING New file. 2001-12-08 20:59:54 +00:00
lwlib-int.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-utils.c Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-utils.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xaw.c * lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only 2004-12-26 16:02:26 +00:00
lwlib-Xaw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xlw.c Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
lwlib-Xlw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xm.c (xm_update_label, xm_update_list): Use the recommended 2005-03-17 19:03:16 +00:00
lwlib-Xm.h Add missing copyright and license notice. 2005-03-17 17:16:33 +00:00
lwlib.c Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib.h * lwlib.h (_widget_value): Added lname and lkey. 2004-08-30 19:42:20 +00:00
Makefile.in * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an 2004-12-27 15:22:36 +00:00
README
xlwmenu.c * xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an 2004-12-27 15:22:36 +00:00
xlwmenu.h Add missing copyright and license notice. 2005-03-12 23:38:43 +00:00
xlwmenuP.h Add missing copyright and license notice. 2005-03-12 23:38:43 +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.