Adds a group of menu commands.
(self, cmds: T)
| 26 | |
| 27 | /// Adds a group of menu commands. |
| 28 | fn command_group<T: CommandTuple>(self, cmds: T) -> CommandGroup<Self, T> { |
| 29 | CommandGroup::new(self, cmds) |
| 30 | } |
| 31 | |
| 32 | /// Calls a function in response to a drag. |
| 33 | fn drag< |
no outgoing calls
no test coverage detected