|
|
|
@ -514,6 +514,51 @@
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
|
|
|
|
<property name="spacing">4</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Device:</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkEntry" id="posctl_entry_device">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="margin-start">15</property>
|
|
|
|
|
|
|
|
<property name="placeholder-text" translatable="yes">/dev/ttyUSB0</property>
|
|
|
|
|
|
|
|
<signal name="activate" handler="cb_posctl_change_entry" swapped="no"/>
|
|
|
|
|
|
|
|
</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="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
@ -643,7 +688,7 @@
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<!-- n-columns=4 n-rows=4 -->
|
|
|
|
<!-- n-columns=4 n-rows=6 -->
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
@ -821,6 +866,47 @@
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkEntry" id="posctl_entry_inputfilter">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="halign">start</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="width-chars">6</property>
|
|
|
|
|
|
|
|
<signal name="activate" handler="cb_posctl_change_entry" swapped="no"/>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
|
|
|
<property name="top-attach">5</property>
|
|
|
|
|
|
|
|
<property name="width">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">end</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Input Filter:</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
|
|
|
<property name="top-attach">5</property>
|
|
|
|
|
|
|
|
<property name="width">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<placeholder/>
|
|
|
|
<placeholder/>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
@ -984,6 +1070,22 @@
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkNotebook">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
@ -1058,51 +1160,6 @@
|
|
|
|
<property name="position">2</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="margin-end">10</property>
|
|
|
|
|
|
|
|
<property name="margin-bottom">6</property>
|
|
|
|
|
|
|
|
<property name="spacing">4</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Device:</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkEntry" id="posctl_entry_device">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="margin-start">15</property>
|
|
|
|
|
|
|
|
<property name="placeholder-text" translatable="yes">/dev/ttyUSB0</property>
|
|
|
|
|
|
|
|
<signal name="activate" handler="cb_posctl_change_entry" swapped="no"/>
|
|
|
|
|
|
|
|
</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>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
@ -1870,40 +1927,7 @@
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<placeholder/>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Input Filter:</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkEntry" id="posctl_entry_inputfilter">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="width-chars">6</property>
|
|
|
|
|
|
|
|
<signal name="activate" handler="cb_posctl_change_entry" swapped="no"/>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</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">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
@ -1931,13 +1955,6 @@
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
@ -1946,86 +1963,62 @@
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<child type="tab">
|
|
|
|
<object class="GtkWindow" id="window-histogram">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="title" translatable="yes">Histogram</property>
|
|
|
|
|
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkDrawingArea" id="histogram-da">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON1_MOTION_MASK | GDK_BUTTON2_MOTION_MASK | GDK_BUTTON3_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK | GDK_PROPERTY_CHANGE_MASK | GDK_VISIBILITY_NOTIFY_MASK | GDK_PROXIMITY_IN_MASK | GDK_PROXIMITY_OUT_MASK | GDK_SUBSTRUCTURE_MASK | GDK_SCROLL_MASK | GDK_TOUCH_MASK | GDK_SMOOTH_SCROLL_MASK | GDK_TOUCHPAD_GESTURE_MASK | GDK_TABLET_PAD_MASK</property>
|
|
|
|
<property name="label" translatable="yes">Continues Ctrl</property>
|
|
|
|
<signal name="button-press-event" handler="cb_histogramda_btnpress" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="button-release-event" handler="cb_histogramda_btnrelease" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="draw" handler="cb_histogramda_draw" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="key-press-event" handler="cb_histogramda_keypress" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="motion-notify-event" handler="cb_histogramda_motion" swapped="no"/>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="tab-fill">False</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<object class="GtkWindow" id="window-input">
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="title" translatable="yes">Input</property>
|
|
|
|
|
|
|
|
<property name="default-width">400</property>
|
|
|
|
|
|
|
|
<property name="default-height">300</property>
|
|
|
|
|
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="margin-top">4</property>
|
|
|
|
<property name="margin-top">8</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="margin-bottom">8</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">3</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="margin-left">4</property>
|
|
|
|
|
|
|
|
<property name="margin-right">4</property>
|
|
|
|
|
|
|
|
<property name="margin-start">4</property>
|
|
|
|
|
|
|
|
<property name="margin-end">4</property>
|
|
|
|
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="width-request">96</property>
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="valign">start</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="lb_input_xdelta">
|
|
|
|
<object class="GtkButton" id="posctl_btn_2stepreset">
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Reset</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<signal name="activate" handler="cb_posctl_btn2stepreset" swapped="no"/>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<signal name="pressed" handler="cb_posctl_btn2stepreset" swapped="no"/>
|
|
|
|
<property name="label" translatable="yes">X: 00000</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="lb_input_ydelta">
|
|
|
|
<object class="GtkButton" id="posctl_btn_2stepctl">
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Start</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="halign">start</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
<signal name="activate" handler="cb_posctl_btn2stepstartstop" swapped="no"/>
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
<signal name="pressed" handler="cb_posctl_btn2stepstartstop" swapped="no"/>
|
|
|
|
<property name="label" translatable="yes">Y: 00000</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
@ -2034,14 +2027,396 @@
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkBox">
|
|
|
|
<!-- n-columns=7 n-rows=4 -->
|
|
|
|
|
|
|
|
<object class="GtkGrid">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="row-spacing">4</property>
|
|
|
|
|
|
|
|
<property name="column-spacing">4</property>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="btn_inputcapture">
|
|
|
|
<object class="GtkLabel">
|
|
|
|
<property name="label" translatable="yes">Capture</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">PV [OP]</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Current</property>
|
|
|
|
|
|
|
|
<attributes>
|
|
|
|
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
|
|
|
|
</attributes>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">6</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="posctl_2s_raout">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">RA out</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">6</property>
|
|
|
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="posctl_2s_ramax">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">RA max</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">4</property>
|
|
|
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Max</property>
|
|
|
|
|
|
|
|
<attributes>
|
|
|
|
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
|
|
|
|
</attributes>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">4</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Min</property>
|
|
|
|
|
|
|
|
<attributes>
|
|
|
|
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
|
|
|
|
</attributes>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="posctl_2s_ramin">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">RA min</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">RA Axis</property>
|
|
|
|
|
|
|
|
<attributes>
|
|
|
|
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
|
|
|
|
</attributes>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
|
|
|
<property name="top-attach">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">1</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
<property name="height">4</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">3</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
<property name="height">4</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">5</property>
|
|
|
|
|
|
|
|
<property name="top-attach">0</property>
|
|
|
|
|
|
|
|
<property name="height">4</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">DEC Axis</property>
|
|
|
|
|
|
|
|
<attributes>
|
|
|
|
|
|
|
|
<attribute name="weight" value="bold"/>
|
|
|
|
|
|
|
|
</attributes>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="posctl_2s_decmin">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">DEC min</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="posctl_2s_decmax">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">DEC max</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">4</property>
|
|
|
|
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="posctl_2s_decout">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="valign">center</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">DEC out</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">6</property>
|
|
|
|
|
|
|
|
<property name="top-attach">3</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">0</property>
|
|
|
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">2</property>
|
|
|
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">4</property>
|
|
|
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="left-attach">6</property>
|
|
|
|
|
|
|
|
<property name="top-attach">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkScrolledWindow">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="shadow-type">in</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkViewport">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkTreeView">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<child internal-child="selection">
|
|
|
|
|
|
|
|
<object class="GtkTreeSelection"/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child type="tab">
|
|
|
|
|
|
|
|
<object class="GtkLabel">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">2 Step Ctl</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
<property name="tab-fill">False</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child type="tab">
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">4</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<object class="GtkImage" id="image_saveass">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="stock">gtk-floppy</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<object class="GtkWindow" id="window-input">
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="title" translatable="yes">Input</property>
|
|
|
|
|
|
|
|
<property name="default-width">400</property>
|
|
|
|
|
|
|
|
<property name="default-height">300</property>
|
|
|
|
|
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="margin-top">4</property>
|
|
|
|
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<property name="spacing">4</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="margin-left">4</property>
|
|
|
|
|
|
|
|
<property name="margin-right">4</property>
|
|
|
|
|
|
|
|
<property name="margin-start">4</property>
|
|
|
|
|
|
|
|
<property name="margin-end">4</property>
|
|
|
|
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="width-request">96</property>
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">start</property>
|
|
|
|
|
|
|
|
<property name="valign">start</property>
|
|
|
|
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkLabel" id="lb_input_xdelta">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">start</property>
|
|
|
|
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">X: 00000</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="lb_input_ydelta">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">start</property>
|
|
|
|
|
|
|
|
<property name="margin-start">6</property>
|
|
|
|
|
|
|
|
<property name="margin-end">6</property>
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Y: 00000</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">False</property>
|
|
|
|
|
|
|
|
<property name="position">0</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="halign">center</property>
|
|
|
|
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkButton" id="btn_inputcapture">
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">Capture</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
@ -2170,6 +2545,53 @@
|
|
|
|
<property name="position">0</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkBox">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="margin-start">8</property>
|
|
|
|
|
|
|
|
<property name="margin-end">8</property>
|
|
|
|
|
|
|
|
<property name="spacing">8</property>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<placeholder/>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkEntry" id="input_entry_destpath">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="width-chars">64</property>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">True</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkButton" id="input_btn_destpath">
|
|
|
|
|
|
|
|
<property name="label" translatable="yes">...</property>
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="receives-default">True</property>
|
|
|
|
|
|
|
|
<property name="image">image_saveass</property>
|
|
|
|
|
|
|
|
<property name="image-position">right</property>
|
|
|
|
|
|
|
|
<property name="always-show-image">True</property>
|
|
|
|
|
|
|
|
<signal name="activate" handler="cb_input_btnsetdestpath" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="pressed" handler="cb_input_btnsetdestpath" swapped="no"/>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">2</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<packing>
|
|
|
|
|
|
|
|
<property name="expand">False</property>
|
|
|
|
|
|
|
|
<property name="fill">True</property>
|
|
|
|
|
|
|
|
<property name="position">1</property>
|
|
|
|
|
|
|
|
</packing>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkDrawingArea" id="video-da">
|
|
|
|
<object class="GtkDrawingArea" id="video-da">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
@ -2185,12 +2607,29 @@
|
|
|
|
<packing>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="fill">True</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</object>
|
|
|
|
|
|
|
|
<object class="GtkWindow" id="window-histogram">
|
|
|
|
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
|
|
|
|
<property name="title" translatable="yes">Histogram</property>
|
|
|
|
|
|
|
|
<signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
|
|
|
|
|
|
|
|
<child>
|
|
|
|
|
|
|
|
<object class="GtkDrawingArea" id="histogram-da">
|
|
|
|
|
|
|
|
<property name="visible">True</property>
|
|
|
|
|
|
|
|
<property name="can-focus">True</property>
|
|
|
|
|
|
|
|
<property name="events">GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON1_MOTION_MASK | GDK_BUTTON2_MOTION_MASK | GDK_BUTTON3_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK | GDK_PROPERTY_CHANGE_MASK | GDK_VISIBILITY_NOTIFY_MASK | GDK_PROXIMITY_IN_MASK | GDK_PROXIMITY_OUT_MASK | GDK_SUBSTRUCTURE_MASK | GDK_SCROLL_MASK | GDK_TOUCH_MASK | GDK_SMOOTH_SCROLL_MASK | GDK_TOUCHPAD_GESTURE_MASK | GDK_TABLET_PAD_MASK</property>
|
|
|
|
|
|
|
|
<signal name="button-press-event" handler="cb_histogramda_btnpress" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="button-release-event" handler="cb_histogramda_btnrelease" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="draw" handler="cb_histogramda_draw" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="key-press-event" handler="cb_histogramda_keypress" swapped="no"/>
|
|
|
|
|
|
|
|
<signal name="motion-notify-event" handler="cb_histogramda_motion" swapped="no"/>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
|
|
|
|
</child>
|
|
|
|
|
|
|
|
</object>
|
|
|
|
<object class="GtkApplicationWindow" id="window-main">
|
|
|
|
<object class="GtkApplicationWindow" id="window-main">
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="can-focus">False</property>
|
|
|
|
<property name="default-width">350</property>
|
|
|
|
<property name="default-width">350</property>
|
|
|
|
|