Skip to content

Commit

Permalink
Clarify that the order of declaration matters for the parameter dialo…
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Mar 17, 2020
1 parent 445dbdc commit 22a2766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chapters/annotations.tex
Expand Up @@ -1205,6 +1205,9 @@ \section{Annotations for the Graphical User Interface}\doublelabel{annotations-f
non-parameter values and avoids introducing a separate parameter for the
start-value of the variable{]}}.

The order of parameters within each group and the order of the groups and tabs are according
to the declaration order, where inherited elements are added at the place of the extends.

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
annotation should be useable both for vectors of Integers and Reals).
Expand Down

0 comments on commit 22a2766

Please sign in to comment.