2010-07-19 16:09:32 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
|
|
|
<!-- interface-naming-policy project-wide -->
|
|
|
|
<object class="GtkListStore" id="timeline">
|
|
|
|
<columns>
|
|
|
|
<!-- column-name Clip -->
|
|
|
|
<column type="gchararray"/>
|
|
|
|
<!-- column-name Duration -->
|
|
|
|
<column type="guint64"/>
|
|
|
|
</columns>
|
|
|
|
</object>
|
2010-07-19 17:39:26 +00:00
|
|
|
<object class="GtkWindow" id="window">
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="default_width">540</property>
|
|
|
|
<property name="default_height">450</property>
|
2010-07-19 17:39:26 +00:00
|
|
|
<signal name="destroy" handler="window_destroy_cb"/>
|
2010-07-19 16:09:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuBar" id="menubar1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkMenuItem" id="file">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="new_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-new</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="open_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-open</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="save_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-save</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="as_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-save-as</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="quit_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<signal name="activate" handler="quit_item_activate_cb"/>
|
2010-07-19 16:09:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkMenuItem" id="Edit">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="cut_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-cut</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="copy_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-copy</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="paste_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-paste</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="delete_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-delete</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<signal name="activate" handler="delete_item_activate_cb"/>
|
2010-07-19 16:09:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_View</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkMenuItem" id="Help">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="imagemenuitem10">
|
|
|
|
<property name="label">gtk-about</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkVPaned" id="vpaned1">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="border_width">12</property>
|
2010-07-19 16:09:32 +00:00
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeView" id="treeview1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="model">timeline</property>
|
|
|
|
<property name="search_column">0</property>
|
|
|
|
<property name="show_expanders">False</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkFrame" id="frame1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_duration">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">12</property>
|
|
|
|
<property name="ypad">3</property>
|
|
|
|
<property name="label" translatable="yes">Duration:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHScale" id="duration_scale">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="value_pos">bottom</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<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>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="ypad">3</property>
|
|
|
|
<property name="label" translatable="yes"><b>Edit Object</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-19 16:09:32 +00:00
|
|
|
</object>
|
2010-07-20 11:57:28 +00:00
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
2010-07-19 16:09:32 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="position">1</property>
|
2010-07-19 16:09:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<object class="GtkTreeSelection" id="treeselection1"/>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkSizeGroup" id="LabelSizeGroup"/>
|
2010-07-19 16:09:32 +00:00
|
|
|
</interface>
|