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.
79 lines
2.8 KiB
79 lines
2.8 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<interface> |
|
<menu id="primary_menu"> |
|
<section> |
|
<item> |
|
<attribute name="label" translatable="yes">_Preferences</attribute> |
|
<attribute name="action">app.preferences</attribute> |
|
</item> |
|
<item> |
|
<attribute name="label" translatable="yes">_Keyboard Shortcuts</attribute> |
|
<attribute name="action">win.show-help-overlay</attribute> |
|
</item> |
|
<item> |
|
<attribute name="label" translatable="yes">_About Fractal</attribute> |
|
<attribute name="action">app.about</attribute> |
|
</item> |
|
</section> |
|
</menu> |
|
<template class="FrctlSidebar" parent="AdwBin"> |
|
<style> |
|
<class name="sidebar"/> |
|
</style> |
|
<child> |
|
<object class="GtkBox"> |
|
<property name="orientation">vertical</property> |
|
<child> |
|
<object class="AdwHeaderBar" id="headerbar"> |
|
<property name="show-end-title-buttons" bind-source="FrctlSidebar" bind-property="compact" bind-flags="sync-create"/> |
|
<child type="start"> |
|
<object class="GtkToggleButton" id="search_button"> |
|
<property name="icon-name">system-search-symbolic</property> |
|
</object> |
|
</child> |
|
<child type="end"> |
|
<object class="GtkMenuButton" id="appmenu_button"> |
|
<property name="icon-name">open-menu-symbolic</property> |
|
<property name="menu-model">primary_menu</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkSearchBar" id="room_search"> |
|
<property name="search-mode-enabled" bind-source="search_button" bind-property="active"/> |
|
<property name="child"> |
|
<object class="GtkSearchEntry"/> |
|
</property> |
|
</object> |
|
</child> |
|
<child> |
|
<object class="GtkScrolledWindow"> |
|
<property name="vexpand">True</property> |
|
<property name="hscrollbar-policy">never</property> |
|
<property name="child"> |
|
<object class="GtkListView" id="listview"> |
|
<property name="model"> |
|
<object class="GtkNoSelection"> |
|
<property name="model"> |
|
<object class="FrctlCategoryList" /> |
|
</property> |
|
</object> |
|
</property> |
|
<property name="factory"> |
|
<object class="GtkBuilderListItemFactory"> |
|
<property name="resource">/org/gnome/FractalNext/sidebar-category-item.ui</property> |
|
</object> |
|
</property> |
|
<accessibility> |
|
<property name="label" translatable="yes">Sidebar</property> |
|
</accessibility> |
|
</object> |
|
</property> |
|
</object> |
|
</child> |
|
</object> |
|
</child> |
|
</template> |
|
</interface> |
|
|
|
|