]> O.S.I.I.S - jp/crow.git/commit
- GraphicTree parsing bindings in templates instead of using
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 13 Oct 2015 14:57:26 +0000 (16:57 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 13 Oct 2015 14:57:26 +0000 (16:57 +0200)
commit6bedf8d5d0b78ba0705e37375d8dee016e87ebbb
tree4dabb643902d9ed30d185f9356bc3a17115011f8
parent97536ca0666ce95a598569afbaa8657e54e48439
- GraphicTree parsing bindings in templates instead of using
datasource which could be kept for other uses
- ListBox bindings debug
- LogicalParent for Popper to get correct DataSource for content
26 files changed:
Templates/Checkbox.goml
Templates/Combobox.goml
Templates/ComboboxOverlay.goml
Templates/Expandable.goml
Templates/Groupbox.goml
Templates/Listbox.goml
Templates/MessageBox.goml
Templates/Popper.goml
Templates/RadioButton.goml
Templates/Scrollbar.goml
Templates/Spinner.goml
Templates/Window.goml
Tests/GOLIBTests.cs
Tests/Interfaces/testCheckbox.goml
Tests/Interfaces/testExpandable.goml
Tests/Interfaces/testPopper.goml
Tests/Interfaces/test_Listbox.goml
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/Combobox.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/TemplatedControl.cs
src/Interface.cs