Skip to content

Commit

Permalink
Forbid multiple Dialog-variants.
Browse files Browse the repository at this point in the history
Closes #2854
  • Loading branch information
HansOlsson committed Mar 15, 2021
1 parent e4f879c commit 40b39cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,8 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the
An empty \lstinline!group! (the default) means tool-specific choice of group.
The order of components (and class definitions) 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.

A variable shall have at most one of \lstinline!showStartAttribute=true!, \lstinline!colorSelector=true!, \lstinline!loadSelector!, \lstinline!saveSelector! or \lstinline!connectorSizing=true!.

\begin{example}
When \lstinline!group! is empty, a tool may place parameters in the group ``Parameters'', and place variables with \lstinline!showStartAttribute = true! in the group ``Start Attributes''.
\end{example}
Expand Down

0 comments on commit 40b39cd

Please sign in to comment.