mirror of
https://github.com/php/php-gtk-src.git
synced 2026-03-24 09:12:12 +01:00
14 lines
400 B
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> |