mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: add tests for internal children
This commit is contained in:
parent
8a545d596b
commit
cc8a555f97
2 changed files with 11 additions and 0 deletions
|
@ -5,3 +5,9 @@ Window {
|
|||
HeaderBar {
|
||||
}
|
||||
}
|
||||
|
||||
Dialog {
|
||||
[internal-child context_area]
|
||||
Box {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue