summaryrefslogtreecommitdiff
path: root/data/buttons-programming.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/buttons-programming.ui')
-rw-r--r--data/buttons-programming.ui2792
1 files changed, 0 insertions, 2792 deletions
diff --git a/data/buttons-programming.ui b/data/buttons-programming.ui
deleted file mode 100644
index 71d5c4e..0000000
--- a/data/buttons-programming.ui
+++ /dev/null
@@ -1,2792 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
-<interface>
- <requires lib="gtk+" version="3.22"/>
- <object class="GtkDialog" id="character_code_dialog">
- <property name="can_focus">False</property>
- <property name="border_width">6</property>
- <property name="title" translatable="yes" comments="Title of insert character code dialog">Insert Character Code</property>
- <property name="resizable">False</property>
- <property name="type_hint">dialog</property>
- <property name="icon_name">accessories-calculator</property>
- <signal name="delete-event" handler="character_code_dialog_delete_cb" swapped="no"/>
- <signal name="response" handler="character_code_dialog_response_cb" swapped="no"/>
- <child>
- <placeholder/>
- </child>
- <child internal-child="vbox">
- <object class="GtkBox" id="dialog-vbox3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <child internal-child="action_area">
- <object class="GtkButtonBox" id="dialog-action_area3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="layout_style">end</property>
- <child>
- <object class="GtkButton" id="button9">
- <property name="label" translatable="yes">_Cancel</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="button8">
- <property name="label" translatable="yes" comments="Insert ASCII dialog: Button to insert selected character">_Insert</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="pack_type">end</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkBox" id="hbox21">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="border_width">5</property>
- <child>
- <object class="GtkLabel" id="label39">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="Insert ASCII dialog: Label before character entry">Ch_aracter:</property>
- <property name="use_underline">True</property>
- <property name="mnemonic_widget">character_code_entry</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEntry" id="character_code_entry">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="max_length">1</property>
- <property name="invisible_char">●</property>
- <property name="primary_icon_activatable">False</property>
- <property name="secondary_icon_activatable">False</property>
- <signal name="activate" handler="character_code_dialog_activate_cb" swapped="no"/>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- <action-widgets>
- <action-widget response="-6">button9</action-widget>
- <action-widget response="-5">button8</action-widget>
- </action-widgets>
- </object>
- <object class="GtkWindow" id="window1">
- <property name="can_focus">False</property>
- <child>
- <placeholder/>
- </child>
- <child>
- <object class="GtkBox" id="button_panel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkBox" id="hbox1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
- <child>
- <object class="GtkComboBox" id="base_combo">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="focus_on_click">False</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="base_label">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" comments="Example content">FF₁₆ 256₁₀</property>
- <property name="xalign">1</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkAlignment" id="bit_panel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkGrid" id="bit_table">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_5">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_5">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_6">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_6">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_7">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_7">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_8">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_8">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">10</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_9">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_9">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">11</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_10">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_10">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">12</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_11">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_11">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">13</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_12">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_12">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">15</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_13">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_13">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">16</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_14">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_14">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">17</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_15">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_15">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">18</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_31">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_31">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">38</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_30">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_30">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">37</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_29">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_29">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">36</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_28">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_28">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">35</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_27">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_27">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">33</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_26">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_26">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">32</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_25">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_25">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">31</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_24">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_24">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">30</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_23">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_23">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">28</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_22">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_22">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">27</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_21">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_21">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">26</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_20">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_20">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">25</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_19">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_19">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">23</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_18">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_18">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">22</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_17">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_17">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">21</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_16">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_16">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">20</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="bit_marker_label2">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">32</property>
- <property name="justify">center</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">38</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="bit_marker_label5">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">0</property>
- <property name="justify">center</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">38</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_33">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_33">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_34">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_34">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_35">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_35">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_36">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_36">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_37">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_37">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_38">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_38">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_39">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_39">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_40">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_40">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">10</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_41">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_41">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">11</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_42">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_42">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">12</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_43">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_43">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">13</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_44">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_44">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">15</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_45">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_45">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">16</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_46">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_46">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">17</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_47">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_47">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">18</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_48">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_48">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">20</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_49">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_49">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">21</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_50">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_50">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">22</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_51">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_51">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">23</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_52">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_52">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">25</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_53">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_53">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">26</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_54">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_54">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">27</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_55">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_55">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">28</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_56">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_56">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">30</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_57">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_57">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">31</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_58">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_58">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">32</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_59">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_59">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">33</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_60">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_60">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">35</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_61">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_61">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">36</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_62">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_62">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">37</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_63">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_63">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">38</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="bit_marker_label1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">47</property>
- <property name="justify">center</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">20</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="bit_marker_label4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">15</property>
- <property name="justify">center</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">20</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label25">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label26">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">9</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label27">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">14</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label28">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">19</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label29">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">24</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label30">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">29</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label31">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">34</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label32">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label33">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">9</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label34">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">14</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label35">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">19</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label36">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">24</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label37">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">29</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label38">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> </property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">34</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_0">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_0">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="bit_marker_label0">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">63</property>
- <property name="justify">center</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="bit_maker_label3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">31</property>
- <property name="justify">center</property>
- <property name="xalign">0</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkEventBox" id="bit_eventbox_32">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <signal name="button-press-event" handler="bit_toggle_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="bit_label_32">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label"> 0</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- <child>
- <placeholder/>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkGrid" id="advanced_panel">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="row_homogeneous">True</property>
- <property name="column_homogeneous">True</property>
- <child>
- <object class="GtkButton" id="calc_root_button">
- <property name="label">√</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_logarithm_button">
- <property name="label">log</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_factor_button">
- <property name="label">fact</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="factorize_cb" swapped="no"/>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_factor_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the factorize button">Factorize</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_natural_logarithm_button">
- <property name="label">ln</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_abs_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="label1">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">|&lt;i&gt;x&lt;/i&gt;|</property>
- <property name="use_markup">True</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_abs_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the absolute value button">Absolute Value</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">9</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_integer_portion_button">
- <property name="label">int</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">9</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_fractional_portion_button">
- <property name="label">frac</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">9</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_divide_button">
- <property name="label">÷</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_multiply_button">
- <property name="label">×</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_subtract_button">
- <property name="label">−</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="subtract_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_add_button">
- <property name="label">+</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_result_button">
- <property name="label" translatable="yes" comments="Label on the solve button (clicking this solves the displayed calculation)">=</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="solve_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_clear_button">
- <property name="label" translatable="yes">Clear</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="clear_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_1_button">
- <property name="label">1</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_2_button">
- <property name="label">2</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_3_button">
- <property name="label">3</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_5_button">
- <property name="label">5</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_6_button">
- <property name="label">6</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_7_button">
- <property name="label">7</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_9_button">
- <property name="label">9</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_10_button">
- <property name="label">A</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_11_button">
- <property name="label">B</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_13_button">
- <property name="label">D</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_14_button">
- <property name="label">E</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_15_button">
- <property name="label">F</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleButton" id="calc_superscript_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="set_superscript_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="label3">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">↑n</property>
- <property name="use_markup">True</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_superscript_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the superscript mode button">Superscript</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">1</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_numeric_point_button">
- <property name="label" comments="Label is set in gtk.c to comply with LC flags">.</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="numeric_point_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">2</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_memory_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="memory_cb" swapped="no"/>
- <child>
- <object class="GtkBox" id="hbox20">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">3</property>
- <child>
- <object class="GtkLabel" id="label23">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="The label on the memory button">x</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkArrow" id="arrow14">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="arrow_type">down</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_memory_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the store value button">Store</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">3</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_xor_button">
- <property name="label">XOR</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_or_button">
- <property name="label">OR</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_and_button">
- <property name="label">AND</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_modulus_divide_button">
- <property name="label">mod</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_start_group_button">
- <property name="label">(</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">4</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_end_group_button">
- <property name="label">)</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">5</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_shift_left_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="shift_left_cb" swapped="no"/>
- <child>
- <object class="GtkBox" id="hbox11">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">3</property>
- <child>
- <object class="GtkLabel" id="label7">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label">&lt;</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkArrow" id="arrow5">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="arrow_type">down</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_shift_left_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the shift left button">Shift Left</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_shift_right_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="shift_right_cb" swapped="no"/>
- <child>
- <object class="GtkBox" id="hbox10">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">3</property>
- <child>
- <object class="GtkLabel" id="label6">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label">&gt;</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkArrow" id="arrow4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="arrow_type">down</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">True</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_shift_right_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the shift right button">Shift Right</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_character_button">
- <property name="label">á</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="insert_character_code_cb" swapped="no"/>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_character_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the insert character button">Insert Character</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_not_button">
- <property name="label">NOT</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_factorial_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="label14">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">&lt;i&gt;x&lt;/i&gt;!</property>
- <property name="use_markup">True</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_factorial_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the factorial button">Factorial</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_inverse_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="label20">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">&lt;i&gt;x&lt;/i&gt;&lt;sup&gt;−1&lt;/sup&gt;</property>
- <property name="use_markup">True</property>
- <property name="justify">center</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_inverse_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the inverse button">Inverse</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">9</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_x_pow_y_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="x_pow_y_label">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">&lt;i&gt;x&lt;/i&gt;&lt;sup&gt;&lt;i&gt;y&lt;/i&gt;&lt;/sup&gt;</property>
- <property name="use_markup">True</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_x_pow_y_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the exponentiation (x to the power of y) button">Exponent</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_ones_complement_button">
- <property name="label">ones</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">6</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_twos_complement_button">
- <property name="label">twos</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">7</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_trunc_button">
- <property name="label">trunc</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="button_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">8</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkToggleButton" id="calc_subscript_button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <signal name="clicked" handler="set_subscript_cb" swapped="no"/>
- <child>
- <object class="GtkLabel" id="label4">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label">↓n</property>
- <property name="use_markup">True</property>
- </object>
- </child>
- <child internal-child="accessible">
- <object class="AtkObject" id="calc_subscript_button-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" comments="Accessible name for the subscript mode button">Subscript</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_12_button">
- <property name="label">C</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_8_button">
- <property name="label">8</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">2</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_4_button">
- <property name="label">4</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">3</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="calc_0_button">
- <property name="label">0</property>
- <property name="width_request">50</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="focus_on_click">False</property>
- <property name="receives_default">True</property>
- <property name="use_underline">True</property>
- <signal name="clicked" handler="digit_cb" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">4</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">2</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
-</interface>