extern void process_expose_from_menu ();
extern XtAppContext Xt_app_con;
-static int string_width ();
static Lisp_Object xdialog_show ();
#endif
XtDispatchEvent ((XEvent *) &dummy);
}
-static int
-string_width (mw, s)
- XlwMenuWidget mw;
- char* s;
-{
- XCharStruct xcs;
- int drop;
-
- XTextExtents (mw->menu.font, s, strlen (s), &drop, &drop, &drop, &xcs);
- return xcs.width;
-}
-
static int
event_is_in_menu_item (mw, event, name, string_w)
XlwMenuWidget mw;