Initial git import
[sxemacs] / src / ui / Gtk / gui-gtk.h
1 /* General GUI code -- X-specific header file.
2    Copyright (C) 1993, 1994 Free Software Foundation, Inc.
3    Copyright (C) 1996 Ben Wing.
4
5 This file is part of SXEmacs
6
7 SXEmacs is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 SXEmacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
19
20
21 /* Synched up with: Not in FSF. */
22
23 #ifndef _XEMACS_GUI_GTK_H_
24 #define _XEMACS_GUI_GTK_H_
25
26 #include <gtk/gtk.h>
27
28 typedef unsigned int GUI_ID;
29 extern GUI_ID new_gui_id(void);
30
31 extern void gcpro_popup_callbacks(GUI_ID id, Lisp_Object data);
32 extern void ungcpro_popup_callbacks(GUI_ID id);
33 extern Lisp_Object get_gcpro_popup_callbacks(GUI_ID id);
34
35 #endif                          /* _XEMACS_GUI_GTK_H_ */