forked from AuroraMiddleware/gtk
4ace873046
This conversion was done with the help of gtk4-builder-tool.
17 lines
506 B
XML
17 lines
506 B
XML
<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>
|