diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:03:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-01 23:03:54 (GMT) |
commit | e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a (patch) | |
tree | f2f766b6868ff91da4aeabcd99b9011421447036 /doc/ttk_combobox.n | |
parent | 54d95efb1b0af2bb5515b00e30736e5a49b92b1a (diff) | |
download | tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.zip tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.tar.gz tk-e1eedf7d4821a1be3831ac99ae6343f31b0bfd2a.tar.bz2 |
Fix .DS/.DE to work better when transformed to a table
Diffstat (limited to 'doc/ttk_combobox.n')
-rw-r--r-- | doc/ttk_combobox.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ttk_combobox.n b/doc/ttk_combobox.n index 6dee90f..025f755 100644 --- a/doc/ttk_combobox.n +++ b/doc/ttk_combobox.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_combobox.n,v 1.10 2007/11/01 10:59:42 dkf Exp $ +'\" RCS: @(#) $Id: ttk_combobox.n,v 1.11 2007/11/01 23:03:54 dkf Exp $ '\" .so man.macros .TH ttk::combobox n 8.5 Tk "Tk Themed Widget" @@ -92,9 +92,9 @@ The combobox widget also supports the following \fIttk::entry\fR widget commands (see \fIttk::entry(n)\fR for details): .DS .ta 5.5c 11c -bbox delete icursor -index insert selection -xview +\fBbbox\fR \fBdelete\fR \fBicursor\fR +\fBindex\fR \fBinsert\fR \fBselection\fR +\fBxview\fR .DE .SH "VIRTUAL EVENTS" The combobox widget generates a \fB<<ComboboxSelected>>\fR virtual event |