diff options
| author | Jan D | 2010-05-16 20:49:26 +0200 |
|---|---|---|
| committer | Jan D | 2010-05-16 20:49:26 +0200 |
| commit | df68b7080ffc59c18f3289a3d4eb157f7c111454 (patch) | |
| tree | 49e8c75ac59e77613bd18826319d2f65b8bd2ce0 /src/xterm.h | |
| parent | a2b9f1182d6159061079fa0b480ec9ff81cc95f1 (diff) | |
| download | emacs-gtk-tabs.tar.gz emacs-gtk-tabs.zip | |
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.h | 2 |
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 | |||
| 477 | GtkWidget *vbox_widget; | 477 | GtkWidget *vbox_widget; |
| 478 | /* The notebook (i.e. tab) widget. */ | 478 | /* The notebook (i.e. tab) widget. */ |
| 479 | GtkWidget *notebook_widget; | 479 | GtkWidget *notebook_widget; |
| 480 | /* The current note book child. */ | ||
| 481 | GtkWidget *current_tab; | ||
| 480 | /* The menubar in this frame. */ | 482 | /* The menubar in this frame. */ |
| 481 | GtkWidget *menubar_widget; | 483 | GtkWidget *menubar_widget; |
| 482 | /* The tool bar in this frame */ | 484 | /* The tool bar in this frame */ |