(xlwmenu_redisplay): New function.
This commit is contained in:
parent
f6c44811e2
commit
f3c9e54407
1 changed files with 11 additions and 0 deletions
|
@ -1736,6 +1736,17 @@ XlwMenuRedisplay (w, ev, region)
|
|||
display_menu (mw, i, False, NULL, NULL, NULL, NULL, NULL);
|
||||
}
|
||||
|
||||
|
||||
/* Part of a hack to make the menu redisplay when a tooltip frame
|
||||
over a menu item is unmapped. */
|
||||
|
||||
void
|
||||
xlwmenu_redisplay (w)
|
||||
Widget w;
|
||||
{
|
||||
XlwMenuRedisplay (w, NULL, None);
|
||||
}
|
||||
|
||||
static void
|
||||
XlwMenuDestroy (w)
|
||||
Widget w;
|
||||
|
|
Loading…
Add table
Reference in a new issue