Mercurial > emacs
comparison lwlib/ChangeLog @ 27347:1c4d4979ffc2
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 17 Jan 2000 09:50:58 +0000 |
parents | d91e804f895e |
children | f105cf4da905 |
comparison
equal
deleted
inserted
replaced
27346:47152260ac4c | 27347:1c4d4979ffc2 |
---|---|
1 2000-01-17 Gerd Moellmann <gerd@gnu.org> | 1 2000-01-17 Gerd Moellmann <gerd@gnu.org> |
2 | 2 |
3 * lwlib-Xm.c (xm_arm_callback): New function. | 3 * lwlib-Xm.c (xm_arm_callback): New function. |
4 (make_menu_in_widget): Set xm_arm_callback as XmNarmCallback and | 4 (make_menu_in_widget): Set xm_arm_callback as XmNarmCallback and |
5 XmNdisarmCallback for buttons (not supported for other widgets). | 5 XmNdisarmCallback for buttons (not supported for other widgets). |
6 (make_menubar): Set XmNresizeHeight and XmNresizeWidth to False. | |
6 | 7 |
7 * lwlib-Xlw.c (highlight_hook): New function. | 8 * lwlib-Xlw.c (highlight_hook): New function. |
8 (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as | 9 (xlw_create_menubar, xlw_create_popup_menu): Add highlight_hook as |
9 callback XtNhighlightCallback. | 10 callback XtNhighlightCallback. |
10 | 11 |