summaryrefslogtreecommitdiffstats
path: root/doc/ttk_notebook.n
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-11-08 17:44:42 (GMT)
committermax <max@tclers.tk>2011-11-08 17:44:42 (GMT)
commit9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a (patch)
treef40cfd7ed7186b5f20da079a0e51a8db01d102f2 /doc/ttk_notebook.n
parent3a8c9688374896ba183510f3799180dffe34591d (diff)
downloadtk-9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a.zip
tk-9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a.tar.gz
tk-9bc6d3a39db60af7ee2496433bfa93ff9eb3ef3a.tar.bz2
* Add square to DEMOPROGS in unix/Makefile.in. It contains a shebang
and hence should get installed with executable bits. * manpages: Fix the escaping of leading dots in lines that start with a widget name, so that nroff doesn't mistake it as a non-existing macro and skips the entire line.
Diffstat (limited to 'doc/ttk_notebook.n')
-rw-r--r--doc/ttk_notebook.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_notebook.n b/doc/ttk_notebook.n
index d6c33d3..c0de39e 100644
--- a/doc/ttk_notebook.n
+++ b/doc/ttk_notebook.n
@@ -199,9 +199,9 @@ virtual event after a new tab is selected.
.SH "EXAMPLE"
.CS
pack [\fBttk::notebook\fR .nb]
-\.nb add [frame .nb.f1] \-text "First tab"
-\.nb add [frame .nb.f2] \-text "Second tab"
-\.nb select .nb.f2
+\&.nb add [frame .nb.f1] \-text "First tab"
+\&.nb add [frame .nb.f2] \-text "Second tab"
+\&.nb select .nb.f2
ttk::notebook::enableTraversal .nb
.CE
.SH "SEE ALSO"