1
0
mirror of https://gitlab.com/marcandre.lureau/qemu-display.git synced 2025-04-14 08:44:46 +00:00
Marc-André Lureau 7cda1c29e3 gtk: hide console tabs
It's not put into use yet.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2021-03-26 00:44:08 +04:00

32 lines
952 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="QemuConsole" parent="GtkWidget">
<property name="layout-manager">
<object class="GtkBinLayout"/>
</property>
<child>
<object class="GtkNotebook">
<property name="show-tabs">0</property>
<child>
<object class="QemuConsoleArea" id="area"/>
</child>
<child type="tab">
<object class="GtkLabel" id="notebook-tab">
<property name="label">Console</property>
</object>
</child>
<child>
<object class="GtkLabel" id="label">
<property name="label" translatable="yes">Hello world2!</property>
</object>
</child>
<child type="tab">
<object class="GtkLabel" id="notebook-tab2">
<property name="label">Tab2</property>
</object>
</child>
</object>
</child>
</template>
</interface>