gtk2/gtk/inspector/magnifier.ui

17 lines
506 B
Plaintext
Raw Normal View History

<interface domain="gtk40">
<template class="GtkInspectorMagnifier" parent="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkScrolledWindow">
<property name="expand">1</property>
<child>
<object class="GtkMagnifier" id="magnifier">
<property name="visible">True</property>
<property name="resize">True</property>
</object>
</child>
</object>
</child>
</template>
</interface>