From 9e7f05bfc4a9f47bf11ca44842c0dd92def4d5aa Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Fri, 5 Feb 2016 20:38:00 +0100 Subject: [PATCH] new layouting update through events --- Crow.userprefs | 19 +++--- Tests/GOLIBTests.cs | 3 +- Tests/Interfaces/5.crow | 14 ++++ Tests/Interfaces/testSpinner.goml | 10 +-- Tests/Interfaces/testWindow.goml | 95 +++++++++++++------------- Tests/Tests.csproj | 3 + src/GraphicObjects/GenericStack.cs | 37 ++++++++++ src/GraphicObjects/GraphicObject.cs | 36 +--------- src/GraphicObjects/Group.cs | 82 ++++++++++++++++------ src/GraphicObjects/PrivateContainer.cs | 20 ++++++ src/GraphicObjects/Spinner.cs | 17 ----- 11 files changed, 202 insertions(+), 134 deletions(-) create mode 100755 Tests/Interfaces/5.crow diff --git a/Crow.userprefs b/Crow.userprefs index a89a8f1f..95e9d4fe 100644 --- a/Crow.userprefs +++ b/Crow.userprefs @@ -1,17 +1,14 @@  - + - - - - - - - - - - + + + + + + + diff --git a/Tests/GOLIBTests.cs b/Tests/GOLIBTests.cs index 1ac9bdc3..85d7d1db 100644 --- a/Tests/GOLIBTests.cs +++ b/Tests/GOLIBTests.cs @@ -37,6 +37,8 @@ namespace test int frameCpt = 0; int idx = 0; string[] testFiles = { + "5.crow", + "testSpinner.goml", "testScrollbar.goml", "4.crow", "testColorList.crow", @@ -48,7 +50,6 @@ namespace test // "testButton2.crow", "test2WayBinding.crow", "0.crow", - "testSpinner.goml", "fps.goml", "testTextBox.crow", "testImage.crow", diff --git a/Tests/Interfaces/5.crow b/Tests/Interfaces/5.crow new file mode 100755 index 00000000..9133291e --- /dev/null +++ b/Tests/Interfaces/5.crow @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/Tests/Interfaces/testSpinner.goml b/Tests/Interfaces/testSpinner.goml index d0c6f076..224900af 100755 --- a/Tests/Interfaces/testSpinner.goml +++ b/Tests/Interfaces/testSpinner.goml @@ -2,10 +2,10 @@ - - - - - + + + + +