Components.InspectorLogView: Support filtering logs by account/domain

Hook up sidebar rows so that their checkbox's enabled state indicates
and can be used to set the filtering for the log view.
This commit is contained in:
Michael Gratton 2020-04-16 17:14:45 +10:00
parent 2fada87a72
commit b70790eac1
2 changed files with 97 additions and 35 deletions

View file

@ -59,6 +59,7 @@
<property name="can_focus">False</property>
<property name="hexpand">False</property>
<property name="selection_mode">none</property>
<signal name="row-activated" handler="on_sidebar_row_activated" swapped="no"/>
<style>
<class name="sidebar"/>
</style>