Skip to content

Commit

Permalink
BasedOnFeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Mar 16, 2021
1 parent b29e55a commit 86719f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the

If \lstinline!colorSelector = true!, it indicates 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!).

Modifying the \fmtannotationindex{Selector} of \lstinline!loadSelector! or \lstinline!saveSelector! displays a file dialog to select a file.
The presence of \lstinline!loadSelector! or \lstinline!saveSelector! specifying \fmtannotationindex{Selector} provides a file dialog to select a file.
Setting \lstinline!filter! only shows files that fulfill the given pattern defined by \lstinline!text1 (*.ext1);;text2 (*.ext2)! to show only files with file extension \filename{ext1} or \filename{ext2} and displaying a description text \lstinline!text1! and \lstinline!text2!, respectively.
\lstinline!caption! is a caption for display in the file dialog.
\lstinline!loadSelector! is used to select an existing file for reading, whereas \lstinline!saveSelector! is used to define a file for writing.
Expand Down

0 comments on commit 86719f6

Please sign in to comment.