Advertisement
Guest User

Untitled

a guest
May 30th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.2 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkApplicationWindow" id="main_window">
  6. <property name="can_focus">False</property>
  7. <signal name="destroy" handler="on_window_main_destroy" swapped="no"/>
  8. <child type="titlebar">
  9. <placeholder/>
  10. </child>
  11. <child>
  12. <object class="GtkGrid">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <child>
  16. <object class="GtkButton">
  17. <property name="label" translatable="yes">2</property>
  18. <property name="visible">True</property>
  19. <property name="can_focus">True</property>
  20. <property name="receives_default">True</property>
  21. </object>
  22. <packing>
  23. <property name="left_attach">1</property>
  24. <property name="top_attach">1</property>
  25. </packing>
  26. </child>
  27. <child>
  28. <object class="GtkButton">
  29. <property name="label" translatable="yes">1</property>
  30. <property name="visible">True</property>
  31. <property name="can_focus">True</property>
  32. <property name="receives_default">True</property>
  33. </object>
  34. <packing>
  35. <property name="left_attach">0</property>
  36. <property name="top_attach">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton">
  41. <property name="label" translatable="yes">3</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. </object>
  46. <packing>
  47. <property name="left_attach">2</property>
  48. <property name="top_attach">2</property>
  49. </packing>
  50. </child>
  51. <child>
  52. <placeholder/>
  53. </child>
  54. <child>
  55. <placeholder/>
  56. </child>
  57. <child>
  58. <placeholder/>
  59. </child>
  60. <child>
  61. <placeholder/>
  62. </child>
  63. <child>
  64. <placeholder/>
  65. </child>
  66. <child>
  67. <placeholder/>
  68. </child>
  69. </object>
  70. </child>
  71. </object>
  72. </interface>
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement