2011-11-08 22:32:09 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2011-12-06 22:35:48 +01:00
|
|
|
<glade-interface>
|
|
|
|
<!-- interface-requires gtk+ 2.16 -->
|
2011-11-08 22:32:09 +01:00
|
|
|
<!-- interface-naming-policy project-wide -->
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkWindow" id="main_window">
|
|
|
|
<property name="extension_events">cursor</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<property name="title" translatable="yes">LED Cube Editor v.4</property>
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="resizable">False</property>
|
|
|
|
<property name="window_position">center-always</property>
|
2011-12-06 22:35:48 +01:00
|
|
|
<signal name="delete_event" handler="on_main_window_delete_event"/>
|
2011-11-08 22:32:09 +01:00
|
|
|
<child>
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkVBox" id="outher_frame">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<property name="spacing">4</property>
|
2011-11-08 22:32:09 +01:00
|
|
|
<child>
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkHandleBox" id="handle">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkToolbar" id="toolbar">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="toolbar_style">both-horiz</property>
|
|
|
|
<child>
|
2012-01-15 03:35:36 +01:00
|
|
|
<widget class="GtkToolButton" id="button_load">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
2012-01-15 03:35:36 +01:00
|
|
|
<property name="label" translatable="yes">toolbutton3</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-open</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<signal name="clicked" handler="on_button_load_clicked"/>
|
2012-01-15 03:35:36 +01:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="button_save">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">toolbutton3</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-save</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<signal name="clicked" handler="on_button_save_clicked"/>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-01-15 03:35:36 +01:00
|
|
|
<widget class="GtkSeparatorToolItem" id="saparator2">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkToolButton" id="button_add">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">toolbutton3</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-add</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<signal name="clicked" handler="on_button_add_clicked"/>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkToolButton" id="button_remove">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">toolbutton3</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-delete</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<signal name="clicked" handler="on_button_remove_clicked"/>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2012-01-15 03:35:36 +01:00
|
|
|
<child>
|
|
|
|
<widget class="GtkSeparatorToolItem" id="saparator1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolButton" id="button_upload">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">toolbutton3</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="stock_id">gtk-execute</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<signal name="clicked" handler="on_button_upload_clicked"/>
|
2012-01-15 03:35:36 +01:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkToolItem" id="combobox_frame">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="border_width">7</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="connection_label">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">LED-Cube status line</property>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
</child>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2012-01-15 22:43:32 +01:00
|
|
|
<widget class="GtkHBox" id="hbox2">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="visible">True</property>
|
2012-01-15 22:43:32 +01:00
|
|
|
<property name="spacing">3</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkComboBox" id="dropdown_delay">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="active">0</property>
|
|
|
|
<property name="items" translatable="yes">Short
|
|
|
|
Normal
|
|
|
|
Long</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="padding">5</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkHScale" id="frame_control">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="adjustment">1 1 1 1 1 1</property>
|
|
|
|
<property name="digits">0</property>
|
|
|
|
<property name="value_pos">right</property>
|
|
|
|
<signal name="value_changed" handler="on_frame_control_value_changed"/>
|
|
|
|
<signal name="format_value" handler="on_frame_control_format_value"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="padding">5</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2011-12-06 22:35:48 +01:00
|
|
|
<widget class="GtkDrawingArea" id="drawing_area">
|
2011-11-08 22:32:09 +01:00
|
|
|
<property name="width_request">500</property>
|
|
|
|
<property name="height_request">500</property>
|
|
|
|
<property name="visible">True</property>
|
2011-12-21 21:04:58 +01:00
|
|
|
<property name="can_focus">True</property>
|
2011-12-21 22:58:57 +01:00
|
|
|
<property name="events">GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
|
2011-12-06 22:35:48 +01:00
|
|
|
<signal name="expose_event" handler="on_drawing_area_expose_event"/>
|
2011-12-21 22:58:57 +01:00
|
|
|
<signal name="button_press_event" handler="on_drawing_area_button_press_event"/>
|
2011-12-07 21:42:42 +01:00
|
|
|
<signal name="key_press_event" handler="on_drawing_area_key_press_event"/>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
<packing>
|
|
|
|
<property name="position">2</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
2011-11-08 22:32:09 +01:00
|
|
|
</child>
|
2011-12-06 22:35:48 +01:00
|
|
|
</widget>
|
|
|
|
</glade-interface>
|