]> O.S.I.I.S - jp/crow.git/commit
TreeView 15/head
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 5 Aug 2016 16:32:18 +0000 (18:32 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 5 Aug 2016 16:32:18 +0000 (18:32 +0200)
commitb9e90a3df66f4bd8228c1246af830d7801ea57ba
tree8de343d8341be621c4b5daa12899155e0bc2f26a
parente9963abca14fbad8ff6c215e5c9d6b45652b38dc
TreeView
template access with './', update all templates
binding path begining with '/' starts at current level
27 files changed:
Crow.csproj
Images/Icons/file.svg [new file with mode: 0644]
Images/Icons/folder.svg [new file with mode: 0644]
Templates/ArrowButTemplate.crow
Templates/Button.crow
Templates/CheckBox.goml
Templates/Expandable.goml
Templates/GroupBox.goml
Templates/ListBox.goml
Templates/MessageBox.goml
Templates/Popper.goml
Templates/RadioButton.goml
Templates/ScrollBar.goml
Templates/ScrollingListBox.goml
Templates/Spinner.goml
Templates/TreeItem.crow [deleted file]
Templates/TreeView.crow
Templates/Window.goml
Tests/Interfaces/Unsorted/testTreeView.crow
src/CompilerServices/Bindings.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TreeView.cs
src/Interface.cs