comparison scripts/gui/uiputfile.m @ 27908:f658d41003e4

Document FLTIDX in uigetfile/uiputfile (bug #55419) * uigetfile.m, uiputfile.m: Tweak language describing FLTIDX output.
author Rik <rik@octave.org>
date Fri, 03 Jan 2020 20:37:22 -0800
parents b42e4b3dee5d
children b442ec6dda5c
comparison
equal deleted inserted replaced
27907:c5f5f7044196 27908:f658d41003e4
50 ## 50 ##
51 ## @var{dialog_name} can be used to customize the dialog title. 51 ## @var{dialog_name} can be used to customize the dialog title.
52 ## If @var{default_file} is given it is preselected in the GUI dialog. 52 ## If @var{default_file} is given it is preselected in the GUI dialog.
53 ## If, in addition, a path is given it is also used as current path. 53 ## If, in addition, a path is given it is also used as current path.
54 ## 54 ##
55 ## @var{fname} and @var{fpath} return the chosen name and path, respectivly. 55 ## @var{fname} and @var{fpath} return the chosen name and path, respectively.
56 ## @var{fltidx} is the index to list of filter extensions @var{flt} that was 56 ## @var{fltidx} is the index in the list of filter extensions @var{flt} that
57 ## selected. 57 ## was selected.
58 ## 58 ##
59 ## @seealso{uigetfile, uigetdir} 59 ## @seealso{uigetfile, uigetdir}
60 ## @end deftypefn 60 ## @end deftypefn
61 61
62 ## Author: Kai Habel 62 ## Author: Kai Habel