From 8e20ea72306e64cf2f54f9cce683ba2a75ff9d39 Mon Sep 17 00:00:00 2001 From: OLSSON Hans Date: Tue, 30 Mar 2021 09:53:16 +0200 Subject: [PATCH] TheUse --- chapters/annotations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 53a4b8c86..7fadcc2d9 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1389,7 +1389,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the If \lstinline!colorSelector = true!, it suggests that an rgb-value selector can be presented for a vector of three elements and generate values 0..255 (the color selector should be useable both for vectors of \lstinline!Integer! and \lstinline!Real!). -The presence of \lstinline!loadSelector! or \lstinline!saveSelector! specifying \fmtannotationindex{Selector} suggests a file dialog to select a file. +The presence of \lstinline!loadSelector! or \lstinline!saveSelector! specifying \fmtannotationindex{Selector} suggests the use of a file dialog to select a file. Setting \lstinline!filter! will in the dialog only show files that fulfill the given pattern. Setting \lstinline!text1 (*.ext1);;text2 (*.ext2)! will only show files with file extension \filename{ext1} or \filename{ext2} with the corresponding description texts \lstinline!text1! and \lstinline!text2!, respectively. \lstinline!caption! is a caption for display in the file dialog.