summaryrefslogtreecommitdiff
path: root/src/gtkutil.h
diff options
context:
space:
mode:
authorJan D <jan.h.d@swipnet.se>2010-05-16 20:49:26 +0200
committerJan D <jan.h.d@swipnet.se>2010-05-16 20:49:26 +0200
commitdf68b7080ffc59c18f3289a3d4eb157f7c111454 (patch)
tree49e8c75ac59e77613bd18826319d2f65b8bd2ce0 /src/gtkutil.h
parenta2b9f1182d6159061079fa0b480ec9ff81cc95f1 (diff)
downloademacs-gtk-tabs.tar.gz
Tab keys are symbols.gtk-tabs
Tab switch is in elisp. Save/restore point in tabs also.
Diffstat (limited to 'src/gtkutil.h')
-rw-r--r--src/gtkutil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtkutil.h b/src/gtkutil.h
index b005498e843..a08d387809b 100644
--- a/src/gtkutil.h
+++ b/src/gtkutil.h
@@ -135,6 +135,7 @@ extern char *xg_get_file_name P_ ((FRAME_PTR f,
int only_dir_p));
extern char *xg_get_font_name P_ ((FRAME_PTR f, char *));
+
extern const char *xg_add_tab P_ ((FRAME_PTR f, const char *name));
extern void xg_delete_tab P_ ((FRAME_PTR f, const char *name));
extern void xg_delete_all_tabs P_ ((FRAME_PTR f));
@@ -146,8 +147,6 @@ extern int xg_current_tab P_ ((FRAME_PTR f));
extern const char *xg_get_tab_key P_ ((FRAME_PTR f, int nr));
extern void xg_set_current_tab P_ ((FRAME_PTR f, const char *key));
extern void xg_enable_tabs P_ ((FRAME_PTR f, int enable));
-
-extern Lisp_Object xg_tab_get_win_config P_ ((FRAME_PTR f, int nr));
extern void xg_tabs_always_show P_ ((FRAME_PTR f, int show));