forked from AuroraMiddleware/gtk
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
|
<interface>
|
||
|
<object class="GtkBox" id="foo">
|
||
|
</object>
|
||
|
<object class="GtkBox" id="bar">
|
||
|
<property name="visible" bind-source="foo" bind-property="visible" bind-flags="invert-boolean|sync-create"/>
|
||
|
</object>
|
||
|
</interface>
|