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">
|
2021-09-28 19:59:24 +00:00
|
|
|
<property name="css-classes">toolbar</property>
|
2020-11-01 15:37:58 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton">
|
2021-09-29 01:58:29 +00:00
|
|
|
<property name="label" translatable="1">New</property>
|
2020-11-01 15:37:58 +00:00
|
|
|
<property name="icon-name">document-new</property>
|
2021-09-29 01:58:29 +00:00
|
|
|
<property name="tooltip-text" translatable="1">Create a new document</property>
|
2020-11-01 15:37:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
2021-11-21 00:51:35 +00:00
|
|
|
<property name="orientation">vertical</property>
|
2020-11-01 15:37:58 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToggleButton"/>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</interface>
|