fontfragment.ui 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <!-- n-columns=1 n-rows=1 -->
  6. <object class="GtkGrid" id="fontentry">
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="no_show_all">True</property>
  10. <property name="valign">start</property>
  11. <property name="hexpand">True</property>
  12. <property name="vexpand">True</property>
  13. <property name="column_spacing">6</property>
  14. <child>
  15. <object class="GtkLabel" id="label">
  16. <property name="can_focus">False</property>
  17. <property name="no_show_all">True</property>
  18. <property name="use_underline">True</property>
  19. <property name="mnemonic_widget">combo</property>
  20. <property name="xalign">0</property>
  21. </object>
  22. <packing>
  23. <property name="left_attach">0</property>
  24. <property name="top_attach">0</property>
  25. </packing>
  26. </child>
  27. <child>
  28. <object class="GtkCheckButton" id="check">
  29. <property name="label" translatable="no">placeholder</property>
  30. <property name="can_focus">True</property>
  31. <property name="receives_default">False</property>
  32. <property name="no_show_all">True</property>
  33. <property name="draw_indicator">True</property>
  34. </object>
  35. <packing>
  36. <property name="left_attach">2</property>
  37. <property name="top_attach">0</property>
  38. </packing>
  39. </child>
  40. <child>
  41. <object class="GtkComboBoxText" id="combo">
  42. <property name="can_focus">False</property>
  43. <property name="no_show_all">True</property>
  44. </object>
  45. <packing>
  46. <property name="left_attach">1</property>
  47. <property name="top_attach">0</property>
  48. </packing>
  49. </child>
  50. </object>
  51. </interface>