Created
August 12, 2022 09:41
-
-
Save feliwir/61176940b47ecb6206a215d74fcf52b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<interface> | |
<requires lib="gtk" version="4.0" /> | |
<object class="StocksSymbol" id="symbol" /> | |
<template class="StocksSymbolInfo" parent="AdwBin"> | |
<child> | |
<object class="GtkBox"> | |
<property name="orientation">vertical</property> | |
<property name="valign">center</property> | |
<child> | |
<object class="GtkLabel" id="title"> | |
<property name="label" bind-source="symbol" bind-property="shortname"/> | |
</object> | |
</child> | |
</object> | |
</child> | |
</template> | |
</interface> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment