GUI Survey - Options word
As you know, naming is always difficult. I want to get your input on a word used in the GUI...
The word is OPTIONS. It is used when you want to change the default attributes for a style. For example:
panel ... options [area-color: tan]
button ... options [min-size: 50x50 max-size: 500x50]
Note that in R2, we used the word WITH for a similar concept. I picked WITH because it was short and descriptive. I don't like long keywords for high frequency words.
So, the choices for this field in R3 are:
- options
- opts (shorter)
- with (like R2)
- use (meaningful, but not same as the use function)
Vote in comment section. Note that a word is required to indicate that the block contains options and not contents (the normal usage of a block when no keyword is provided.)
32 Comments
|