47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
DO NOT EDIT!
|
|
This file was @generated by blueprint-compiler. Instead, edit the
|
|
corresponding .blp file and regenerate this file with blueprint-compiler.
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="FramePickerDialog" parent="AdwDialog">
|
|
<property name="content-width">400</property>
|
|
<property name="content-height">300</property>
|
|
<property name="child">
|
|
<object class="AdwToolbarView">
|
|
<property name="content">
|
|
<object class="GtkBox">
|
|
<property name="orientation">1</property>
|
|
<property name="spacing">12</property>
|
|
<property name="margin-top">12</property>
|
|
<property name="margin-bottom">12</property>
|
|
<property name="margin-start">12</property>
|
|
<property name="margin-end">12</property>
|
|
<child>
|
|
<object class="GtkSearchEntry" id="search_entry">
|
|
<property name="placeholder-text" translatable="yes">Search missing warframes…</property>
|
|
<signal name="search-changed" handler="on_search_changed"/>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkScrolledWindow">
|
|
<property name="vexpand">true</property>
|
|
<child>
|
|
<object class="GtkListBox" id="frame_list">
|
|
<property name="selection-mode">1</property>
|
|
<style>
|
|
<class name="boxed-list"/>
|
|
</style>
|
|
<signal name="row-activated" handler="on_row_activated"/>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</property>
|
|
</object>
|
|
</property>
|
|
</template>
|
|
</interface> |