Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2013-10-11 11:22:02 +0400
committerLluis Sanchez <lluis@xamarin.com>2013-10-11 11:22:46 +0400
commit466853ea9d86459e7a72799b2d3b1ca49f0d40ff (patch)
treeb341467bea8e4a8eb13381acdb0dc022459a0ad7 /Testing/GtkTestRunner.csproj
parentb573bcf842788e5ab030ab7783d80e2efe9878d4 (diff)
Added support for internal children
Internal children of a container are not included in the children list and the parent hierarchy chain. Internal children are useful for implementing containers that depend on other containers to lay out widgets.
Diffstat (limited to 'Testing/GtkTestRunner.csproj')
-rw-r--r--Testing/GtkTestRunner.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Testing/GtkTestRunner.csproj b/Testing/GtkTestRunner.csproj
index 62ff5717..8e060068 100644
--- a/Testing/GtkTestRunner.csproj
+++ b/Testing/GtkTestRunner.csproj
@@ -106,6 +106,7 @@
<Compile Include="Tests\WidgetTests.cs" />
<Compile Include="Tests\WindowTests.cs" />
<Compile Include="Tests\XwtTest.cs" />
+ <Compile Include="Tests\InternalChildrenTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>