summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2008-02-23 18:41:03 (GMT)
committerjenglish <jenglish@flightlab.com>2008-02-23 18:41:03 (GMT)
commit6654ca14fff1fe29caf02e626fb790df3104bd91 (patch)
tree44fd63fc0f348539a846a76e241e28776afe8f62 /doc
parent0c1706a93153b2af96989598d81c96c8ad692fb9 (diff)
downloadtk-6654ca14fff1fe29caf02e626fb790df3104bd91.zip
tk-6654ca14fff1fe29caf02e626fb790df3104bd91.tar.gz
tk-6654ca14fff1fe29caf02e626fb790df3104bd91.tar.bz2
Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,
as intended [Bug 1890211]. Clarified documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_combobox.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ttk_combobox.n b/doc/ttk_combobox.n
index e9e1dc7..9f3b83a 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.14 2008/01/29 15:38:00 dkf Exp $
+'\" RCS: @(#) $Id: ttk_combobox.n,v 1.15 2008/02/23 18:41:06 jenglish Exp $
'\"
.so man.macros
.TH ttk::combobox n 8.5 Tk "Tk Themed Widget"
@@ -99,7 +99,8 @@ widget commands (see \fIttk::entry(n)\fR for details):
.SH "VIRTUAL EVENTS"
The combobox widget generates a \fB<<ComboboxSelected>>\fR virtual event
when the user selects an element from the list of values.
-This event is generated after the listbox is unposted.
+If the selection action unposts the listbox,
+this event is delivered after the listbox is unposted.
.SH "SEE ALSO"
ttk::widget(n), ttk::entry(n)
.SH KEYWORDS