Skip to content

Commit

Permalink
TheUse
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Mar 30, 2021
1 parent 6b6e95b commit 8e20ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -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.
Expand Down

0 comments on commit 8e20ea7

Please sign in to comment.