comparison src/gui.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 57709be46d1b
children 19dcec799385
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
27 #ifndef _XEMACS_GUI_H_ 27 #ifndef _XEMACS_GUI_H_
28 #define _XEMACS_GUI_H_ 28 #define _XEMACS_GUI_H_
29 29
30 #ifdef HAVE_POPUPS 30 #ifdef HAVE_POPUPS
31 int separator_string_p (CONST char *s); 31 int separator_string_p (CONST char *s);
32 void get_callback (Lisp_Object, Lisp_Object *, Lisp_Object *); 32 void get_gui_callback (Lisp_Object, Lisp_Object *, Lisp_Object *);
33 33
34 extern int popup_up_p; 34 extern int popup_up_p;
35 35
36 /* This structure describes gui button, 36 /* This structure describes gui button,
37 menu item or submenu properties */ 37 menu item or submenu properties */