extrabutton.ui 885 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkBox" id="ExtraButton">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="orientation">vertical</property>
  9. <child>
  10. <object class="GtkButton" id="button">
  11. <property name="visible">True</property>
  12. <property name="can_focus">True</property>
  13. <property name="can_default">True</property>
  14. <property name="receives_default">True</property>
  15. <property name="always_show_image">True</property>
  16. </object>
  17. <packing>
  18. <property name="expand">True</property>
  19. <property name="fill">True</property>
  20. <property name="position">0</property>
  21. </packing>
  22. </child>
  23. </object>
  24. </interface>