summaryrefslogtreecommitdiffstats
path: root/src/gs-star-widget.ui
blob: 21621d1d3cc2ced6a16cf78ac682c1ac47b7e896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.10 -->
  <template class="GsStarWidget" parent="GtkBin">
    <property name="visible">True</property>
    <child>
      <object class="GtkBox" id="box1">
        <property name="visible">True</property>
        <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>