]> O.S.I.I.S - jp/crow.git/commit
clean using, TreeView and TabView empty c# file creation
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 13 Feb 2016 15:25:57 +0000 (16:25 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 13 Feb 2016 15:25:57 +0000 (16:25 +0100)
commit0c4b203ab72c60a0786b0905797b9128f5ed1e4c
tree8f4e7bc9568d96995d9933b70db80fca991cbfef
parent5d8196e1b40d46cb23f775533f47bc968e0e26de
clean using, TreeView and TabView empty c# file creation
21 files changed:
Crow.csproj
Templates/ListBox.goml
Templates/TreeView.crow [new file with mode: 0644]
Templates/TreeViewItem.crow [new file with mode: 0644]
Tests/GOLIBTests.cs
Tests/Interfaces/1.crow
Tests/Interfaces/testOutOfClipUpdate.crow [new file with mode: 0755]
Tests/Interfaces/testTreeView.crow [new file with mode: 0755]
Tests/Tests.csproj
src/GraphicObjects/CheckBox.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/GroupBox.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/RadioButton.cs
src/GraphicObjects/ScrollBar.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/TabView.cs [new file with mode: 0644]
src/GraphicObjects/TreeView.cs [new file with mode: 0644]
src/OpenTKGameWindow.cs