1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00
emacs/lwlib
Pavel Janík a7e19a2674 (xlwMenuTranslations, xlwMenuActionsList): Add translations for cursor keys
and RET.
(find_next_selectable, find_prev_selectable): New functions used for
finding menu-items.
(Down, Up, Left, Right): New functions.
2002-04-19 18:56:51 +00:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog Fix typo and whitespaces. 2002-04-19 11:39:17 +00:00
COPYING New file. 2001-12-08 20:59:54 +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 Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-utils.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-utils.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xaw.c (xaw_update_scrollbar, xaw_scrollbar_scroll) 2002-01-27 18:18:38 +00:00
lwlib-Xaw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xlw.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xlw.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xm.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xm.h Enable prototypes. 2000-06-06 14:12:10 +00:00
lwlib-Xol.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xol.h entered into RCS 1994-01-18 23:52:19 +00:00
lwlib-Xolmb.c Include ../src/lisp.h. 2001-12-02 05:00:27 +00:00
lwlib-Xolmb.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib-XolmbP.h Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
lwlib.c (P_): Definitions deleted. 2002-03-18 04:33:33 +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 # 1999-09-30 21:29:02 +00:00
xlwmenu.c (xlwMenuTranslations, xlwMenuActionsList): Add translations for cursor keys 2002-04-19 18:56:51 +00:00
xlwmenu.h Enable prototypes. 2000-06-06 14:12:10 +00:00
xlwmenuP.h (_XlwMenu_part): Add free_top_shadow_color_p and 2000-06-16 18:33:58 +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.