summaryrefslogtreecommitdiff
path: root/src/xterm.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/xterm.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/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 09be1626c19..1925210b623 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -477,6 +477,8 @@ struct x_output
GtkWidget *vbox_widget;
/* The notebook (i.e. tab) widget. */
GtkWidget *notebook_widget;
+ /* The current note book child. */
+ GtkWidget *current_tab;
/* The menubar in this frame. */
GtkWidget *menubar_widget;
/* The tool bar in this frame */