diff options
author | fvogel <fvogelnew1@free.fr> | 2017-03-21 21:22:44 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-03-21 21:22:44 (GMT) |
commit | 55151fc4c44b0502f0d62d7947cbbf0597d5fcac (patch) | |
tree | 766edc60627ef4e9384a57a52fad3b78b6b8457d | |
parent | 38465faf27a2dd1b680aab3787b30139a6f24094 (diff) | |
download | tk-55151fc4c44b0502f0d62d7947cbbf0597d5fcac.zip tk-55151fc4c44b0502f0d62d7947cbbf0597d5fcac.tar.gz tk-55151fc4c44b0502f0d62d7947cbbf0597d5fcac.tar.bz2 |
Fixed [ddac78bd5e]: Incomplete documentation for ttk::entry
-rw-r--r-- | doc/ttk_entry.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n index 984e957..5f72707 100644 --- a/doc/ttk_entry.n +++ b/doc/ttk_entry.n @@ -23,7 +23,9 @@ with the \fB\-textvariable\fR option. Entry widgets support horizontal scrolling with the standard \fB\-xscrollcommand\fR option and \fBxview\fR widget command. .SO ttk_widget -\-class \-cursor \-style +\-class \-cursor +\-font \-foreground +\-style \-takefocus \-xscrollcommand .SE .SH "WIDGET-SPECIFIC OPTIONS" @@ -34,8 +36,6 @@ If the selection is exported, then selecting in the widget deselects the current X selection, selecting outside the widget deselects any widget selection, and the widget will respond to selection retrieval requests when it has a selection. -.\" MAYBE: .OP \-font font Font -.\" MAYBE: .OP \-foreground foreground Foreground .\" MAYBE: .OP \-insertbackground insertBackground Foreground .\" MAYBE: .OP \-insertwidth insertWidth InsertWidth .OP \-invalidcommand invalidCommand InvalidCommand |