Mercurial > hg > xemacs-beta
comparison src/gui.h @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | c5d627a313b1 |
children | e11d67e05968 |
comparison
equal
deleted
inserted
replaced
285:9a3756523c1b | 286:57709be46d1b |
---|---|
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 *); | |
33 | |
32 extern int popup_up_p; | 34 extern int popup_up_p; |
33 | 35 |
34 /* This structure describes gui button, | 36 /* This structure describes gui button, |
35 menu item or submenu properties */ | 37 menu item or submenu properties */ |
36 struct gui_item | 38 struct gui_item |