Skip to content

Commit

Permalink
Say 'value of the variable' instead
Browse files Browse the repository at this point in the history
As suggested by Hans in review comment.
  • Loading branch information
henrikt-ma committed Dec 29, 2020
1 parent 799284f commit 81c65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -1362,7 +1362,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the
The annotations \lstinline!tab! and \lstinline!group! define the placement of the component or of variables in a dialog with optional tab and group specification, where the empty string (default) means tool-specific group.
The idea is that a tool may as default place parameters in the group ``Parameters'' in the tab ``General'', but add e.g., variables with \lstinline!showStartAttribute=true! to another group.
If \lstinline!enable = false!, the input field may be disabled and no input can be given.
If \lstinline!showStartAttribute = true! the dialog should allow the user to set the start-value and the \lstinline!fixed! attribute for the variable instead of the variable value.
If \lstinline!showStartAttribute = true! the dialog should allow the user to set the start-value and the \lstinline!fixed! attribute for the variable instead of the value of the variable.

\begin{nonnormative}
The \lstinline!showStartAttribute = true! is primarily intended for non-parameter values and avoids introducing
Expand Down

0 comments on commit 81c65b5

Please sign in to comment.