Mercurial > hg > xemacs-beta
comparison lwlib/xlwmenu.c @ 430:a5df635868b2 r21-2-23
Import from CVS: tag r21-2-23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:08 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
429:8305706cbb93 | 430:a5df635868b2 |
---|---|
1527 { | 1527 { |
1528 *height = (mw->menu.font_ascent + mw->menu.font_descent + | 1528 *height = (mw->menu.font_ascent + mw->menu.font_descent + |
1529 2 * mw->menu.vertical_margin + | 1529 2 * mw->menu.vertical_margin + |
1530 2 * mw->menu.shadow_thickness); | 1530 2 * mw->menu.shadow_thickness); |
1531 /* no left column decoration */ | 1531 /* no left column decoration */ |
1532 *toggle_width = mw->menu.horizontal_margin + mw->menu.shadow_thickness;; | 1532 *toggle_width = mw->menu.horizontal_margin + mw->menu.shadow_thickness; |
1533 | 1533 |
1534 *label_width = string_width_u (mw, resource_widget_value (mw, val)); | 1534 *label_width = string_width_u (mw, resource_widget_value (mw, val)); |
1535 *bindings_width = mw->menu.horizontal_margin + mw->menu.shadow_thickness; | 1535 *bindings_width = mw->menu.horizontal_margin + mw->menu.shadow_thickness; |
1536 } | 1536 } |
1537 | 1537 |