summaryrefslogtreecommitdiffstats
path: root/doc/getOpenFile.n
Commit message (Collapse)AuthorAgeFilesLines
* Updated chooseDirectory docs for Vistaashok2014-10-161-2/+1
|
* Updated documentation for tk_getOpen/SaveFile -initialdir optionashok2014-10-151-2/+6
|
* 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.
* | Make example follow best practices.dkf2011-12-131-2/+2
| |
* | Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-241-0/+6
|\ \ | |/
| * add docstip_382dgp2011-10-191-0/+6
| |
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
| | * * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-061-2/+2
| | |
| | * Backport of documentation fixesdkf2004-10-281-6/+6
| | |
| * | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+2
| | | | | | | | | | | | with global variables (the only way it *can* work...)
* | | Deal with [Patch 2168768], so making the -typevariable option work consistentlydkf2009-10-221-2/+11
| | | | | | | | | | | | with global variables (the only way it *can* work...)
* | | Fix [Bug 2118116]dkf2008-09-231-2/+4
| | |
* | | Minor doc updates (removing out of date changebars, improving typedef ↵dkf2008-06-301-1/+3
|/ / | | | | | | | | | | formatting, etc.)
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-eradas2007-11-041-16/+10
| | | | | | | | | | * doc/getOpenFile.n: information. * doc/menu.n:
* | More documentation improvementsdkf2007-10-301-7/+8
| |
* | Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-17/+23
| |
* | restore babycore_8_5_b2dgp2007-10-261-1/+11
| |
* | * doc/*.1: Revert doc changes that brokedgp2007-10-261-13/+2
| | | | | | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-1/+11
| | | | | | | | | | | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c:
* | Rendering-with-groff GOOBE.dkf2007-10-231-2/+3
| |
* | * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-061-2/+2
| |
* | Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-3/+1
| |
* | Standardize style of section refs & public symbols. Remove displayed tabsdkf2004-09-191-2/+2
| |
* | Spelling and grammar fixes from Mikhail Kolesnitchenko. [Patch 1012083]dkf2004-08-201-4/+4
| |
* | Fix typos in documentationvincentdarley2004-03-251-2/+2
|/
* Fix for [ 539903 ] Doc error for "-message"jenglish2002-04-191-2/+2
|
* Added code to guess the correct default extension from whatever valuedkf2001-12-141-2/+6
| | | | | was selected in the filetypes option menu. Adapted from code by Chris Nelson submitted in Patch #492220.
* CanvPsY.3, ConfigWidg.3, CrtImgType.3, CrtItemType.3,jenglish2000-07-251-3/+1
| | | | | | FontId.3, GetFont.3, canvas.n, font.n, options.n, text.n: Documentation fix: Replaced references to XFontStruct * and Tk_FontStruct with Tk_Font.
* * doc/getOpenFile.n: Updated with information about -multiple.ericm2000-06-231-3/+3
| | | | | | | | | | | * library/choosedir.tcl: Tweaked to handle modified tkIconList API's. * library/tkfbox.tcl: Preliminary implementation of multiple selection; based on patch from [RFE: 604]. Some of the tkIconList functions changed to support this and to make the dialog faster. * library/xmfbox.tcl: Added support for multiple selection, from patch in [RFE: 4999].
* 2000-04-22 Jim Ingham <jingham@cygnus.com> * mac/tkMacDialog.c ↵jingham2000-04-231-4/+14
| | | | (Tk_MacGetOpenFile): Add empty bodies for the "-initialfile" and "-defaultextension" options. * mac/tkMacDialog.c (NavServicesGetFile): Only cons the result up into a list if multiple is true. * mac/tkMacMenus.c (SourceDialog): Use the "tk_getOpenFile" instead of hand-coding the dialog with StandardGetFile. This way we get the Navigation dialogs for free. * doc/getOpenFile.n: Document the -multiple and -message flags which are only implemented on the Mac. Also note that the -title works on the Mac with Nav Services installed.
* * doc/getOpenFile.n:ericm2000-01-271-1/+4
| | | | | | | | | | | * doc/chooseDirectory.n: Man page/cross links for tk_chooseDirectory (bug #1786). * library/tk.tcl: * library/tclIndex: Added hooks for tk_chooseDirectory. (bug #1786) * library/choosedir.tcl: tk_chooseDirectory implementation for Unix/Mac (bug #1786).
* * doc/GetCursor.3:hobbs1999-12-161-3/+2
| | | | | | | | | | * 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
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Ammended doc to state that the return will always be an absolute path.surles1998-06-031-4/+6
|
* Initial revisionrjohnson1998-04-011-0/+155