diff options
| author | Jan Djärv | 2003-02-17 18:41:14 +0000 |
|---|---|---|
| committer | Jan Djärv | 2003-02-17 18:41:14 +0000 |
| commit | 1094ef2635c4bd1c3e3715f1e0d061fb9fb063c5 (patch) | |
| tree | 71f1768b6590644a9c4d33e57d581250cf62bfb0 | |
| parent | f098b121caf14e743c05e8ea1f015a78aace5d15 (diff) | |
| download | emacs-1094ef2635c4bd1c3e3715f1e0d061fb9fb063c5.tar.gz emacs-1094ef2635c4bd1c3e3715f1e0d061fb9fb063c5.zip | |
* xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/xresources.texi | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index e4f8072fcc0..fe8ceba6d40 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar | ||
| 4 | |||
| 1 | 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 5 | 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
| 2 | 6 | ||
| 3 | * tramp.texi: Version 2.0.29 released. | 7 | * tramp.texi: Version 2.0.29 released. |
diff --git a/man/xresources.texi b/man/xresources.texi index aa9fd818e55..ccdfa847909 100644 --- a/man/xresources.texi +++ b/man/xresources.texi | |||
| @@ -688,10 +688,12 @@ The names for the emacs widgets, and their classes, are: | |||
| 688 | @tab @code{GtkVHbox} | 688 | @tab @code{GtkVHbox} |
| 689 | @item @code{emacs} | 689 | @item @code{emacs} |
| 690 | @tab @code{GtkFixed} | 690 | @tab @code{GtkFixed} |
| 691 | @item @code{menubar} | ||
| 692 | @tab @code{GtkMenuBar} | ||
| 693 | @item @code{verticalScrollbar} | 691 | @item @code{verticalScrollbar} |
| 694 | @tab @code{GtkVScrollbar} | 692 | @tab @code{GtkVScrollbar} |
| 693 | @item @code{emacs-toolbar} | ||
| 694 | @tab @code{GtkToolbar} | ||
| 695 | @item @code{menubar} | ||
| 696 | @tab @code{GtkMenuBar} | ||
| 695 | @item @code{emacs-menuitem} | 697 | @item @code{emacs-menuitem} |
| 696 | @tab anything in menus | 698 | @tab anything in menus |
| 697 | @end multitable | 699 | @end multitable |