MCPcopy Create free account
hub / github.com/audulus/rui / command_group

Method command_group

src/modifiers.rs:28–30  ·  view source on GitHub ↗

Adds a group of menu commands.

(self, cmds: T)

Source from the content-addressed store, hash-verified

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<

Callers 1

mainFunction · 0.80

Implementers 1

modifiers.rssrc/modifiers.rs

Calls

no outgoing calls

Tested by

no test coverage detected