]> O.S.I.I.S - jp/crow.git/commit
ToggleCommand creation
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 14 Sep 2021 07:50:25 +0000 (07:50 +0000)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 14 Sep 2021 07:50:25 +0000 (07:50 +0000)
commitdf943f924dafb874f0052e88539c59197b37964f
tree87ac165fd192069f18374b3f40d36eaa67d948aa
parent98a55f7afba6fa0ab79b46bb1048aab8c7987bd5
ToggleCommand creation
13 files changed:
Crow/src/Command/Command.cs
Crow/src/Command/CommandBase.cs
Crow/src/Command/CommandGroup.cs
Crow/src/Command/ToggleCommand.cs [new file with mode: 0644]
Crow/src/ExtensionsMethods.cs
Crow/src/Widgets/Button.cs
Crow/src/Widgets/Expandable.cs
Crow/src/Widgets/Menu.cs
Crow/src/Widgets/MenuItem.cs
Crow/src/Widgets/Widget.cs
Directory.Build.props
Samples/common/src/SampleBase.cs
Samples/common/ui/Interfaces/Experimental/toggleCmd.crow [new file with mode: 0644]