glade-button.glade 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.38.2 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkWindow" id="myWindow">
  6. <property name="can-focus">False</property>
  7. <property name="default-width">640</property>
  8. <property name="default-height">480</property>
  9. <signal name="key-press-event" handler="myWindow_key_press_event" swapped="no"/>
  10. <child>
  11. <!-- n-columns=3 n-rows=3 -->
  12. <object class="GtkGrid">
  13. <property name="visible">True</property>
  14. <property name="can-focus">False</property>
  15. <child>
  16. <object class="GtkButton" id="music_start">
  17. <property name="label" translatable="yes">button</property>
  18. <property name="visible">True</property>
  19. <property name="can-focus">True</property>
  20. <property name="receives-default">True</property>
  21. <signal name="clicked" handler="button1_clicked" swapped="no"/>
  22. </object>
  23. <packing>
  24. <property name="left-attach">0</property>
  25. <property name="top-attach">1</property>
  26. </packing>
  27. </child>
  28. <child>
  29. <object class="GtkLabel" id="label1">
  30. <property name="visible">True</property>
  31. <property name="can-focus">False</property>
  32. <property name="vexpand">True</property>
  33. <property name="label" translatable="yes">Test label!</property>
  34. <attributes>
  35. <attribute name="stretch" value="expanded"/>
  36. </attributes>
  37. </object>
  38. <packing>
  39. <property name="left-attach">0</property>
  40. <property name="top-attach">0</property>
  41. </packing>
  42. </child>
  43. <child>
  44. <object class="GtkButton" id="rave_button">
  45. <property name="label" translatable="yes">button</property>
  46. <property name="visible">True</property>
  47. <property name="can-focus">True</property>
  48. <property name="receives-default">True</property>
  49. <signal name="clicked" handler="rave_button_clicked_cb" swapped="no"/>
  50. </object>
  51. <packing>
  52. <property name="left-attach">2</property>
  53. <property name="top-attach">1</property>
  54. </packing>
  55. </child>
  56. <child>
  57. <object class="GtkButton" id="music_stop">
  58. <property name="label" translatable="yes">button</property>
  59. <property name="visible">True</property>
  60. <property name="can-focus">True</property>
  61. <property name="receives-default">True</property>
  62. <signal name="clicked" handler="music_stop_clicked_cb" swapped="no"/>
  63. </object>
  64. <packing>
  65. <property name="left-attach">1</property>
  66. <property name="top-attach">1</property>
  67. </packing>
  68. </child>
  69. <child>
  70. <!-- n-columns=3 n-rows=3 -->
  71. <object class="GtkGrid">
  72. <property name="visible">True</property>
  73. <property name="can-focus">False</property>
  74. <property name="hexpand">True</property>
  75. <property name="vexpand">True</property>
  76. <child>
  77. <object class="GtkImage" id="Jigglypuff">
  78. <property name="visible">True</property>
  79. <property name="can-focus">False</property>
  80. </object>
  81. <packing>
  82. <property name="left-attach">0</property>
  83. <property name="top-attach">0</property>
  84. </packing>
  85. </child>
  86. <child>
  87. <placeholder/>
  88. </child>
  89. <child>
  90. <placeholder/>
  91. </child>
  92. <child>
  93. <placeholder/>
  94. </child>
  95. <child>
  96. <placeholder/>
  97. </child>
  98. <child>
  99. <placeholder/>
  100. </child>
  101. <child>
  102. <placeholder/>
  103. </child>
  104. <child>
  105. <placeholder/>
  106. </child>
  107. <child>
  108. <placeholder/>
  109. </child>
  110. </object>
  111. <packing>
  112. <property name="left-attach">2</property>
  113. <property name="top-attach">0</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkTextView">
  118. <property name="visible">True</property>
  119. <property name="can-focus">True</property>
  120. <property name="vscroll-policy">natural</property>
  121. <property name="wrap-mode">word-char</property>
  122. </object>
  123. <packing>
  124. <property name="left-attach">1</property>
  125. <property name="top-attach">0</property>
  126. </packing>
  127. </child>
  128. <child>
  129. <placeholder/>
  130. </child>
  131. <child>
  132. <placeholder/>
  133. </child>
  134. <child>
  135. <placeholder/>
  136. </child>
  137. </object>
  138. </child>
  139. </object>
  140. </interface>