tests: add tests for internal children

This commit is contained in:
Gleb Smirnov 2022-01-22 09:43:14 +03:00
parent 8a545d596b
commit cc8a555f97
No known key found for this signature in database
GPG key ID: 559DB6D1D625EFAB
2 changed files with 11 additions and 0 deletions

View file

@ -5,3 +5,9 @@ Window {
HeaderBar {
}
}
Dialog {
[internal-child context_area]
Box {
}
}

View file

@ -6,4 +6,9 @@
<object class="GtkHeaderBar"></object>
</child>
</object>
<object class="GtkDialog">
<child internal-child="context_area">
<object class="GtkBox"></object>
</child>
</object>
</interface>