comparison src/menubar.h @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 376386a54a3c
children 157b30c96d03
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
27 27
28 #ifdef HAVE_MENUBARS 28 #ifdef HAVE_MENUBARS
29 29
30 void update_frame_menubars (struct frame *f); 30 void update_frame_menubars (struct frame *f);
31 void free_frame_menubars (struct frame *f); 31 void free_frame_menubars (struct frame *f);
32 Lisp_Object menu_parse_submenu_keywords (Lisp_Object desc,
33 struct gui_item* pgui_item);
34 Lisp_Object current_frame_menubar (CONST struct frame* f);
35
36 Lisp_Object Fmenu_find_real_submenu (Lisp_Object desc, Lisp_Object path);
32 37
33 #endif /* HAVE_MENUBARS */ 38 #endif /* HAVE_MENUBARS */
34 39
35 #endif /* _XEMACS_MENUBAR_H_ */ 40 #endif /* _XEMACS_MENUBAR_H_ */