summaryrefslogtreecommitdiffstats
path: root/src/gs-star-widget.ui
blob: d738e3060443eab3a8f5d2fa597c0ffbd2d66d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GsStarWidget" parent="GtkWidget">
    <child>
      <object class="GtkBox" id="box1">
        <property name="halign">center</property>
        <property name="valign">center</property>
        <property name="spacing">2</property>
        <style>
          <class name="star"/>
        </style>
        <child>
          <placeholder/>
        </child>
      </object>
    </child>
  </template>
</interface>