diff options
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 |