diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-23 15:44:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-23 15:44:35 (GMT) |
commit | 620c50bb12c97692f525d2b46aa33bd6f36835b8 (patch) | |
tree | 5eda8228f68eff81bf0c9d40d5b70ae6d20b6d5e /doc/ttk_combobox.n | |
parent | 7cfd88386b38d33b8f0d92c874016a163c2646d2 (diff) | |
download | tk-620c50bb12c97692f525d2b46aa33bd6f36835b8.zip tk-620c50bb12c97692f525d2b46aa33bd6f36835b8.tar.gz tk-620c50bb12c97692f525d2b46aa33bd6f36835b8.tar.bz2 |
Rendering-with-groff GOOBE.
Diffstat (limited to 'doc/ttk_combobox.n')
-rw-r--r-- | doc/ttk_combobox.n | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/ttk_combobox.n b/doc/ttk_combobox.n index 598ea0f..d6baf8d 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.6 2007/10/22 14:33:13 dkf Exp $ +'\" RCS: @(#) $Id: ttk_combobox.n,v 1.7 2007/10/23 15:44:35 dkf Exp $ '\" .so man.macros .TH ttk_combobox n 8.5 Tk "Tk Themed Widget" @@ -21,10 +21,10 @@ A \fBttk::combobox\fR combines a text field with a pop-down list of values; the user may select the value of the text field from among the values in the list. .SO -\-class \-cursor \-takefocus \-style +\-class \-cursor \-takefocus +\-style .SE .\" ALSO: Other entry widget options - .SH "WIDGET-SPECIFIC OPTIONS" .OP \-exportselection exportSelection ExportSelection Boolean value. If set, the widget selection is linked to the X selection. @@ -52,7 +52,6 @@ Specifies the list of values to display in the drop-down listbox. Specifies an integer value indicating the desired width of the entry window, in average-size characters of the widget's font. .BE - .SH "WIDGET COMMAND" .TP \fIpathName \fBcget\fR \fIoption\fR @@ -100,12 +99,10 @@ bbox delete icursor index insert selection xview .DE - .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. - .SH "SEE ALSO" ttk_widget(n), ttk_entry(n) .SH KEYWORDS |