<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b">6619f592</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-09-24T13:39:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Unify and fix the behaviour of the Container.Children property.

[GB.GTK]
* NEW: Container.Children now returns a real object that is a read-only array of references to all container children.
* NEW: Container.Children.Max is a new property that returns the number of container children minus one.

[GB.GTK3]
* NEW: Container.Children now returns a real object that is a read-only array of references to all container children.
* NEW: Container.Children.Max is a new property that returns the number of container children minus one.

[GB.QT4]
* NEW: Container.Children now returns a real object that is a read-only array of references to all container children.
* NEW: Container.Children.Max is a new property that returns the number of container children minus one.

[GB.QT5]
* NEW: Container.Children now returns a real object that is a read-only array of references to all container children.
* NEW: Container.Children.Max is a new property that returns the number of container children minus one.
</pre>
</li>
</ul>
<h4>11 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#0b4c8080a8919164ca36492d8a055f7be949bbe7">
gb.gtk/src/CContainer.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#a40302e3797f0b8bfb5c0aa5d75f5b176fc95446">
gb.gtk/src/CContainer.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#a6a653dc7fedfb9c6f9324ff337a975d105cebac">
gb.gtk/src/gcontainer.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#52fb74b60d793ebdf207dd339db944845b2e3fd5">
gb.gtk/src/gcontainer.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#19f1e2c6c433f7a3ff8d1f0b7cfb884236508df8">
gb.gtk/src/gcontrol.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#0ff6a78808372c149b590015b78f7f26e2f5054f">
gb.gtk/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#4bf8d5945c5317b22ea3ca85854de32d91e52b68">
gb.gtk/src/main.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#874716f95bced45b2eada5e919948bb69de5ea6e">
gb.qt4/src/CContainer.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#5d287cb3c8336ccf4483272bb981f547202211ac">
gb.qt4/src/CContainer.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#92769ac7f3b691f8048fd3a547451633cae6742e">
gb.qt4/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b#0415642838dc7b6b05a1866bdc19c4b89e8a5d31">
gb.qt4/src/main.h
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/commit/6619f59263388b8f21bdf1d64c82c8fd159c150b"}}</script>
</p>
</div>
</body>
</html>