50 lines
1.9 KiB
Java
50 lines
1.9 KiB
Java
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<!-- Generated with glade 3.20.0 -->
|
||
|
|
<interface domain="sc">
|
||
|
|
<requires lib="gtk+" version="3.20"/>
|
||
|
|
<object class="GtkMenu" id="menu">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuItem" id="sum">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes" context="autosum|sum">Sum</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuItem" id="average">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes" context="autosum|average">Average</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuItem" id="min">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes" context="autosum|min">Min</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuItem" id="max">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes" context="autosum|max">Max</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
<child>
|
||
|
|
<object class="GtkMenuItem" id="count">
|
||
|
|
<property name="visible">True</property>
|
||
|
|
<property name="can_focus">False</property>
|
||
|
|
<property name="label" translatable="yes" context="autosum|count">Count</property>
|
||
|
|
<property name="use_underline">True</property>
|
||
|
|
</object>
|
||
|
|
</child>
|
||
|
|
</object>
|
||
|
|
</interface>
|