mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
don't create tree model in XML
This commit is contained in:
parent
feca823168
commit
fcd508559e
1 changed files with 0 additions and 9 deletions
|
@ -2,14 +2,6 @@
|
|||
<interface>
|
||||
<requires lib="gtk+" version="2.16"/>
|
||||
<!-- interface-naming-policy project-wide -->
|
||||
<object class="GtkListStore" id="timeline_model">
|
||||
<columns>
|
||||
<!-- column-name Clip -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name Duration -->
|
||||
<column type="guint64"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkWindow" id="window">
|
||||
<property name="default_width">540</property>
|
||||
<property name="default_height">450</property>
|
||||
|
@ -186,7 +178,6 @@
|
|||
<object class="GtkTreeView" id="timeline_treeview">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="model">timeline_model</property>
|
||||
<property name="search_column">0</property>
|
||||
<property name="show_expanders">False</property>
|
||||
<child>
|
||||
|
|
Loading…
Reference in a new issue