Skip to content

Instantly share code, notes, and snippets.

@feliwir
Created August 12, 2022 09:41
Show Gist options
  • Save feliwir/61176940b47ecb6206a215d74fcf52b7 to your computer and use it in GitHub Desktop.
Save feliwir/61176940b47ecb6206a215d74fcf52b7 to your computer and use it in GitHub Desktop.
<?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