2020-11-01 15:37:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2020-11-11 00:20:51 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
2020-11-01 15:37:58 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<style>
|
|
|
|
<class name="toolbar"/>
|
|
|
|
</style>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
|
|
|
<property name="label" translatable="yes">New</property>
|
|
|
|
<property name="icon-name">document-new</property>
|
|
|
|
<property name="tooltip-text" translatable="yes">Create a new document</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton"/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|