summaryrefslogtreecommitdiffstats
path: root/doc/listbox.n
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate exess spacings in many doc pagesjan.nijtmans2016-03-021-3/+3
|
* merged trunkfvogel2016-01-111-4/+7
|\
| * Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledfvogel2016-01-061-3/+6
| |\
| | * Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabledbug_1288433ffffvogel2015-12-301-3/+6
| | |
| * | Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focusfvogel2015-11-081-1/+1
| |\ \ | | |/
| | * Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focusbug_3601604ffffvogel2015-11-061-1/+1
| | |
* | | Adapt documentation and test-casejan.nijtmans2014-02-111-3/+4
|/ /
* | 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.
* | Documentation tweaks to make index entries more informative.dkf2013-09-231-1/+1
| |
* | More small documentation improvements.dkf2011-07-181-9/+48
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | Document all variable options as global.pspjuth2011-04-211-1/+1
|\ \ \ | |/ /
| * | Document all variable options as global.pspjuth2011-04-211-1/+1
| |\ \ | | |/
| | * Document all variable options as global.pspjuth2011-04-211-1/+1
| | |
| | * Backport of documentation fixesdkf2004-10-281-4/+4
| | |
| * | * doc/listbox.n (SEE ALSO): [Bug 3048809]: Corrected what other pagedkf2010-08-191-2/+2
| | | | | | | | | | | | was referred to (ttk::treeview can work as a listbox).
| * | Minor correction.dkf2009-11-021-2/+2
| | |
* | | Minor correction.dkf2009-11-021-2/+2
| | |
* | | Fix [Bug 2123813]dkf2008-09-231-2/+2
| | |
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-3/+2
|/ / | | | | | | | | | | formatting, etc.)
* | Fix erroneous listing of "standard" options. [Bug 1882495]dkf2008-01-301-15/+9
| |
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups.
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-8/+8
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-4/+3
| | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | Lots of improvements to look and feel of manual pagesdkf2007-10-241-3/+4
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-15/+1
| |
* | Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.dkf2004-08-171-2/+2
| | | | | | | | Also some general fixes to menu.n and text.n
* | Fix typos in documentationvincentdarley2004-03-251-3/+3
|/
* * doc/listbox.n:hobbs2002-06-211-13/+22
| | | | | | | | * generic/tkListbox.c (DisplayListbox): * mac/tkMacDefault.h: TIP #94 implementation adding -activestyle * tests/listbox.test: option to the listbox. This adds the ability * unix/tkUnixDefault.h: to have listboxes look native on Windows, and * win/tkWinDefault.h: "nicer" elsewhere using the 'dotbox' style.
* * doc/toplevel.n:ericm2000-08-251-9/+8
| | | | | | | | | | | | | | | | | | | * doc/spinbox.n: * doc/scrollbar.n: * doc/scale.n: * doc/menubutton.n: * doc/menu.n: * doc/listbox.n: * doc/entry.n: * doc/frame.n: * doc/message.n: * doc/checkbutton.n: * doc/radiobutton.n: * doc/button.n: * doc/label.n: * doc/canvas.n: * doc/text.n: Fixed Standard Options section to make best use of new tab settings in man.macros.
* * mac/tkMacDefault.h:ericm2000-07-281-6/+14
| | | | | | | | | | | | | | | | | * unix/tkUnixDefault.h: Added default values for listbox disabledforeground and state. * win/tkWinDefault.h: Changed default listbox background color to white and listbox selection borderwidth to 0, in keeping with the "Microsoft Windows User Experience"; added default values for listbox disabledforeground and listbox state. * doc/listbox.n: Added documentation for -state option. * generic/tkListbox.c: Added support for -state to listbox. [RFE: 6052]. * tests/listbox.test: Tests for listbox disabled state.
* * doc/bind.n:hobbs2000-05-231-8/+8
| | | | | | | * doc/canvas.n: * doc/entry.n: * doc/listbox.n: * doc/photo.n: doc fix-ups [Bug: 5396]
* * doc/MeasureChar.3: fixed docs for Tk_MeasureChars to reflect codehobbs1999-12-211-3/+3
| | | | * doc/listbox.n: fixed formatting problem
* * doc/GetCursor.3:hobbs1999-12-161-1/+5
| | | | | | | | | | * win/tkWinCursor.c: added support for Windows cursors to TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500] * doc/getOpenFile.n: removed note that -initialfile didn't work for tk_getOpenFile
* * tests/listbox.test: Added tests for itemcget and itemconfigure.ericm1999-11-191-2/+47
| | | | | | | | * doc/listbox.n: Added documentation for -listvar option and for itemconfigure and itemcget commands. * generic/tkListbox.c: Added support for itemconfigure/itemcget listbox subcommands (addresses rfe #936)
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+491