ocarina/share/ocarina/PlaylistWindow.ui

61 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.0 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<object class="GtkListStore" id="p_list">
<columns>
<!-- column-name Playlists -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">Favorites</col>
</row>
<row>
<col id="0" translatable="yes">Hidden</col>
</row>
<row>
<col id="0" translatable="yes">Most Played</col>
</row>
<row>
<col id="0" translatable="yes">Least Played</col>
</row>
<row>
<col id="0" translatable="yes">Unplayed</col>
</row>
</data>
</object>
<object class="GtkScrolledWindow" id="PlaylistWindow">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="margin_bottom">5</property>
<property name="hscrollbar_policy">never</property>
<property name="shadow_type">in</property>
<child>
<object class="GtkTreeView" id="p_treeview">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">p_list</property>
<property name="enable_search">False</property>
<property name="search_column">0</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection5">
<property name="mode">browse</property>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="title" translatable="yes">Playlists</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext1"/>
<attributes>
<attribute name="text">0</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>