1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -08:00
emacs/lwlib
Miles Bader b7fa4a0675 (remap_menubar):
Only include the menu-margin in the initial X & Y positions for
  horizontal menu-bars.
(fit_to_screen):
  If moving a sub-menu to the left-side, increment its x-position by the
  shadow-thickness to make it look more attached to the invoking
  menu-item (similarly to the way it would be displayed on the right side).
2000-09-04 13:04:49 +00:00
..
ChangeLog (remap_menubar): 2000-09-04 13:04:49 +00:00
dispatch.c
dispatch.h
Imakefile
lwlib-int.h
lwlib-utils.c (XtApplyToWidgets): Cast args of lwlib_bcopy. 2000-07-18 12:41:55 +00:00
lwlib-utils.h
lwlib-Xaw.c Use NULL at the end of the 2000-08-03 20:09:56 +00:00
lwlib-Xaw.h
lwlib-Xlw.c (xlw_popup_menu): Cast arg of pop_up_menu. 2000-06-23 13:59:33 +00:00
lwlib-Xlw.h
lwlib-Xm.c Use NULL at the end of the 2000-08-03 20:09:56 +00:00
lwlib-Xm.h
lwlib-Xol.c
lwlib-Xol.h
lwlib-Xolmb.c
lwlib-Xolmb.h
lwlib-XolmbP.h
lwlib.c Use NULL at the end of the 2000-08-03 20:09:56 +00:00
lwlib.h
Makefile.in
README
xlwmenu.c (remap_menubar): 2000-09-04 13:04:49 +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.