gnome-control-center/panels/datetime/cc-month-row.ui
Mohammed Sadiq e23ff1befc Add cc-month-row
This will be used to show month in the month selection grid
2022-12-01 01:21:24 +00:00

55 lines
1.7 KiB
XML

<interface>
<template class="GtkListItem">
<property name="activatable">False</property>
<property name="child">
<object class="GtkBox">
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<!-- Month name -->
<child>
<object class="GtkLabel">
<property name="ellipsize">end</property>
<property name="xalign">0</property>
<property name="width-request">96</property>
<style>
<class name="title"/>
</style>
<binding name="label">
<lookup name="string" type="GtkStringObject">
<lookup name="item">GtkListItem</lookup>
</lookup>
</binding>
</object>
</child>
<!-- Check Image -->
<child>
<object class="GtkImage" id="select_image">
<property name="visible" bind-source="GtkListItem" bind-property="selected" bind-flags="sync-create" />
<property name="icon-name">object-select-symbolic</property>
</object>
</child>
<!-- Placeholder too keep check image space intact -->
<child>
<object class="AdwBin" id="image_placeholder">
<property name="visible" bind-source="select_image" bind-flags="sync-create|invert-boolean" />
</object>
</child>
</object>
</property>
</template>
<object class="GtkSizeGroup">
<property name="mode">both</property>
<widgets>
<widget name="select_image"/>
<widget name="image_placeholder"/>
</widgets>
</object>
</interface>