BCIgui/Masterarbeit/openvibe/extras-master/plugins/processing/simple-visualization/share/openvibe-simple-visualization-DisplayCueImage.ui
2021-10-14 13:47:35 +02:00

19 lines
879 B
XML

<?xml version="1.0"?>
<interface>
<!-- interface-requires gtk+ 2.12 -->
<!-- interface-naming-policy toplevel-contextual -->
<object class="GtkWindow" id="DisplayCueImage">
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="title" translatable="yes">DispImage</property>
<property name="window_position">center</property>
<property name="default_width">600</property>
<property name="default_height">600</property>
<child>
<object class="GtkDrawingArea" id="DisplayCueImageDrawingArea">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</object>
</child>
</object>
</interface>