2019-05-21 20:17:14 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="CcBackgroundChooser" parent="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
|
2021-12-12 21:07:18 +05:00
|
|
|
<!-- Recent -->
|
2019-05-21 20:17:14 -03:00
|
|
|
<child>
|
2021-12-12 21:07:18 +05:00
|
|
|
<object class="GtkBox" id="recent_box">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="halign">center</property>
|
2019-05-21 20:17:14 -03:00
|
|
|
|
|
|
|
<child>
|
2021-12-12 21:07:18 +05:00
|
|
|
<object class="GtkFlowBox" id="recent_flowbox">
|
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
2022-02-02 20:58:02 +05:00
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
2021-12-12 21:07:18 +05:00
|
|
|
<property name="column-spacing">12</property>
|
|
|
|
<property name="row-spacing">12</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="min-children-per-line">1</property>
|
|
|
|
<property name="max-children-per-line">8</property>
|
|
|
|
<property name="activate-on-single-click">True</property>
|
|
|
|
<property name="selection-mode">single</property>
|
2023-05-26 11:38:44 +12:00
|
|
|
<signal name="child-activated" handler="on_item_activated_cb" object="CcBackgroundChooser" swapped="yes" />
|
2021-12-19 21:08:45 +05:00
|
|
|
<style>
|
|
|
|
<class name="background-flowbox"/>
|
|
|
|
</style>
|
2021-12-12 21:07:18 +05:00
|
|
|
</object>
|
|
|
|
</child>
|
2019-05-27 12:23:27 -03:00
|
|
|
|
2021-12-12 21:07:18 +05:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparator">
|
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
2019-05-21 20:17:14 -03:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2021-12-12 21:07:18 +05:00
|
|
|
<child>
|
|
|
|
<object class="GtkFlowBox" id="flowbox">
|
|
|
|
<property name="margin-top">12</property>
|
|
|
|
<property name="margin-bottom">12</property>
|
2022-02-02 20:58:02 +05:00
|
|
|
<property name="margin-start">12</property>
|
|
|
|
<property name="margin-end">12</property>
|
2021-12-12 21:07:18 +05:00
|
|
|
<property name="column-spacing">12</property>
|
|
|
|
<property name="row-spacing">12</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="min-children-per-line">1</property>
|
|
|
|
<property name="max-children-per-line">8</property>
|
|
|
|
<property name="activate-on-single-click">True</property>
|
|
|
|
<property name="selection-mode">single</property>
|
2023-05-26 11:38:44 +12:00
|
|
|
<signal name="child-activated" handler="on_item_activated_cb" object="CcBackgroundChooser" swapped="yes" />
|
2021-12-19 21:08:45 +05:00
|
|
|
<style>
|
|
|
|
<class name="background-flowbox"/>
|
|
|
|
</style>
|
2021-12-12 21:07:18 +05:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
|
2019-05-21 20:17:14 -03:00
|
|
|
</template>
|
|
|
|
</interface>
|