summaryrefslogtreecommitdiffstats
path: root/doc/ttk_spinbox.n
Commit message (Collapse)AuthorAgeFilesLines
* Make -fieldbackground work for ttk::entry and ttk::spinbox, but retain the oldculler2019-04-101-4/+4
| | | behavior of -background if -fieldbackground is not specified.
* Fix unescaped hyphens.bll2018-04-091-12/+12
|
* Fix ordering errors and display fonts.bll2018-04-091-17/+13
| | | | | Add parameter text to all options. Verify ttk::treeview styling options. Update ttk::combobox styling doc.
* draft 5: all but treeview should be complete.bll2018-04-071-1/+1
|
* draft 4bll2018-04-071-0/+43
|
* Fix [9d27218f76]: ttk::spinbox doc page mentions current, but it is not a ↵fvogel2018-01-281-2/+0
| | | | valid command
* Fix (again) alphabetical order of the widget-specific options of ttk:spinbox.fvogel2018-01-071-4/+4
|
* Fix alphabetical order for the widget-specific options of ttk::progressbar ↵fvogel2017-12-311-11/+11
| | | | and ttk:spinbox.
* Document -state for ttk::label and ttk::spinbox, same as for ttk::buttonfvogel2017-12-311-1/+1
|
* Eliminate exess spacings in many doc pagesjan.nijtmans2016-03-021-3/+3
|
* Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
| * Fix [http://core.tcl.tk/tcl/info/426679ef7d|426679ef7d]: Having man.macros ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | after .TH breaks rendering on OpenBSD and possibly others.
* | [Bug 3608074]: Add <<Invoke>> bindings to Button's, Listbox and Menu.jan.nijtmans2013-03-271-0/+5
|\ \ | |/ | | Document <<Invoke>>, <<ThemeChanged>>, <<EnteredChild>> (ttk_pandedwindow only) and <<Increment/Decrement>> (ttk_spinbox only)
| * Add documentation for <<EnteredChild>>, <<Invoke>>, <<Increment>> and ↵jan.nijtmans2013-03-211-0/+5
| | | | | | | | <<Decrement>>
* | More small documentation improvements.dkf2011-07-181-7/+7
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |
| * Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-0/+88
| | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify)
* Minor doc fixes. [Bug 2330040]dkf2008-11-241-2/+2
|
* Implemented the themed spinbox widget ttk::spinbox.patthoyts2008-11-011-0/+88