Files
php-gtk-src/demos/examples/notebook.xml

14 lines
400 B
XML

<interface>
<object class="GtkNotebook" id="mynotebook">
<child>
<object class="GtkLabel" id="notebook-content">
<property name="label">Content</property>
</object>
</child>
<child type="tab">
<object class="GtkLabel" id="notebook-tab">
<property name="label">Tab</property>
</object>
</child>
</object>
</interface>