gplugin/gplugin

6a1d00924a16
Prepare for the next round of development

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1349/
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="GPluginGtkView" parent="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkSearchBar" id="search_bar">
<property name="key-capture-widget">list_box</property>
<property name="show-close-button">1</property>
<child>
<object class="GtkSearchEntry" id="search_entry">
<signal name="search-changed" handler="gplugin_gtk_view_search_changed"/>
</object>
</child>
</object>
</child>
<child>
<object class="GtkScrolledWindow">
<property name="hscrollbar_policy">never</property>
<property name="vexpand">1</property>
<child>
<object class="GtkFrame">
<property name="margin-bottom">24</property>
<property name="margin-end">24</property>
<property name="margin-start">24</property>
<property name="margin-top">24</property>
<child>
<object class="GtkListBox" id="list_box">
<property name="selection-mode">none</property>
<property name="show-separators">1</property>
<signal name="row-activated" handler="gplugin_gtk_view_row_activated"/>
<style>
<class name="rich-list"/>
</style>
<child type="placeholder">
<object class="GtkLabel">
<property name="label" translatable="yes">No plugins found</property>
<property name="margin-bottom">24</property>
<property name="margin-end">24</property>
<property name="margin-start">24</property>
<property name="margin-top">24</property>
<style>
<class name="large-title"/>
</style>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>