1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
emacs/lwlib
Jan Djärv 52a9f3a0d6 Reenable support for I18N to Lucid menus.
* xlwmenuP.h (_XlwMenu_part): Add fontSet resource.

 * xlwmenu.c (string_width):
 (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto.
 (display_menu_item, make_drawing_gcs, XlwMenuInitialize)
 (XlwMenuSetValues):  Use font if fontSet is NULL, use only
 font for !HAVE_X_I18N.
 (xlwMenuResources): Add fontSet resource.
2005-04-01 18:42:56 +00:00
..
.gitignore
ChangeLog Reenable support for I18N to Lucid menus. 2005-04-01 18:42:56 +00:00
COPYING
lwlib-int.h
lwlib-utils.c
lwlib-utils.h
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
lwlib-Xlw.c
lwlib-Xlw.h
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
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 (string_width): 2005-04-01 18:42:19 +00:00
xlwmenu.h Add missing copyright and license notice. 2005-03-12 23:38:43 +00:00
xlwmenuP.h * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. 2005-04-01 18:42:33 +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.