GUI Commands User GuideVersion 2.1 |
||||||||||||||||||
Group ConfigurationCommandGroup configuration is similar to ActionCommands in that you also define face properties and custom user properties. Groups also allow you to specify a list of members. The following is an example group for a typical file menu:
group!file-menu@face.text=_File
group!file-menu@autoCreate=true
group!file-menu@members=\
new, \
open, \
save, \
save-as, \
expand(separatorBefore), \
separator, \
exit
Defining MembersGroup members are defined as a comma separated list of member Ids along with a few recognised keywords as follows:
Inline MembersInline members are applicable only to groups. They are used to insert the members of the specified group directly in the parent instead of as a submenu. Expansion PointsExpansion points allow you to temporarily add commands at runtime. The expansion point member defines the point at which these members will appear in the group. Please read the section on Expansion Points for more information. Auto createSpecifying |
||||||||||||||||||