From 8b9093c7d2f5fa634e21a3871581c15ed5f24269 Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sat, 13 Feb 2016 02:28:12 +0100 Subject: [PATCH] Splitter --- Crow.csproj | 3 +- Crow.sln | 2 +- MonoDevelop.GOLib/MonoDevelop.GOLib.csproj | 2 +- Tests/GOLIBTests.cs | 2 +- Tests/Interfaces/0.crow | 2 +- Tests/Interfaces/1.crow | 7 +- Tests/Tests.csproj | 2 +- UnitTest/NUnitCrowWindow.cs | 3 + UnitTest/UnitTest.csproj | 2 +- src/GraphicObjects/Button.cs | 7 +- src/GraphicObjects/GraphicObject.cs | 32 +++--- src/GraphicObjects/Group.cs | 4 - src/GraphicObjects/PrivateContainer.cs | 19 +++- src/GraphicObjects/Splitter.cs | 113 +++++++++++++++++++++ src/GraphicObjects/TemplatedControl.cs | 10 ++ 15 files changed, 175 insertions(+), 35 deletions(-) create mode 100644 src/GraphicObjects/Splitter.cs diff --git a/Crow.csproj b/Crow.csproj index a29b7721..19aee431 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -23,7 +23,7 @@ 2.0 v4.5 AnyCPU - 0.3 + 0.4 true @@ -133,6 +133,7 @@ + diff --git a/Crow.sln b/Crow.sln index 2b78e809..0172fbe1 100644 --- a/Crow.sln +++ b/Crow.sln @@ -42,6 +42,6 @@ Global $2.DirectoryNamespaceAssociation = None $2.ResourceNamePolicy = FileFormatDefault description = @C.R.O.W. Collaborative Radiant Open Widgets\n\nA pure c# toolkit with XML definition of interface with binding and\ndynamic delegates - version = 0.3 + version = 0.4 EndGlobalSection EndGlobal diff --git a/MonoDevelop.GOLib/MonoDevelop.GOLib.csproj b/MonoDevelop.GOLib/MonoDevelop.GOLib.csproj index d094fdf3..adbc70fb 100644 --- a/MonoDevelop.GOLib/MonoDevelop.GOLib.csproj +++ b/MonoDevelop.GOLib/MonoDevelop.GOLib.csproj @@ -23,7 +23,7 @@ - 0.3 + 0.4 true diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index a98fccf7..bf0c4b64 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,7 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "0.crow", "1.crow", "testWindow.goml", "clip4.crow", @@ -44,7 +45,6 @@ namespace test "clip2.crow", "clip0.crow", "clip1.crow", - "0.crow", "5.crow", "testCombobox.goml", "testPopper.goml", diff --git a/Tests/Interfaces/0.crow b/Tests/Interfaces/0.crow index 0d84b541..011148a7 100755 --- a/Tests/Interfaces/0.crow +++ b/Tests/Interfaces/0.crow @@ -9,7 +9,7 @@