You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

openvibe-simple-visualization-DisplayCueImage.ui 879B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <interface>
  3. <!-- interface-requires gtk+ 2.12 -->
  4. <!-- interface-naming-policy toplevel-contextual -->
  5. <object class="GtkWindow" id="DisplayCueImage">
  6. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  7. <property name="title" translatable="yes">DispImage</property>
  8. <property name="window_position">center</property>
  9. <property name="default_width">600</property>
  10. <property name="default_height">600</property>
  11. <child>
  12. <object class="GtkDrawingArea" id="DisplayCueImageDrawingArea">
  13. <property name="visible">True</property>
  14. <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
  15. </object>
  16. </child>
  17. </object>
  18. </interface>