summaryrefslogtreecommitdiff
path: root/lwlib/lwlib-Xm.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-07-04 05:59:23 +0000
committerMiles Bader <miles@gnu.org>1996-07-04 05:59:23 +0000
commitf5bdf293d7bff80d933c7ed9f3d7b2c013113913 (patch)
treecf122f945d25f84c5f6432a12e8df4ede3dec797 /lwlib/lwlib-Xm.h
parent0e43e01452fd6ea0683955f7f8301c11affa1bed (diff)
downloademacs-f5bdf293d7bff80d933c7ed9f3d7b2c013113913.tar.gz
Declare lw_motif_menu_related_event_p.
Diffstat (limited to 'lwlib/lwlib-Xm.h')
-rw-r--r--lwlib/lwlib-Xm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lwlib/lwlib-Xm.h b/lwlib/lwlib-Xm.h
index 08c3d76f6ce..8eae5596d71 100644
--- a/lwlib/lwlib-Xm.h
+++ b/lwlib/lwlib-Xm.h
@@ -11,6 +11,9 @@ xm_create_dialog (/* widget_instance* instance */);
Boolean
lw_motif_widget_p (/* Widget widget */);
+Boolean
+lw_motif_menu_related_event_p (/* XEvent *event */);
+
void
xm_update_one_widget (/* widget_instance* instance, Widget widget,
widget_value* val, Boolean deep_p */);