splittable.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="SplitTableDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="splittable|SplitTableDialog">Split Table</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox" id="dialog-vbox1">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <property name="spacing">12</property>
  18. <child internal-child="action_area">
  19. <object class="GtkButtonBox" id="dialog-action_area1">
  20. <property name="can_focus">False</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <object class="GtkButton" id="ok">
  24. <property name="label">gtk-ok</property>
  25. <property name="visible">True</property>
  26. <property name="can_focus">True</property>
  27. <property name="can_default">True</property>
  28. <property name="has_default">True</property>
  29. <property name="receives_default">True</property>
  30. <property name="use_stock">True</property>
  31. </object>
  32. <packing>
  33. <property name="expand">False</property>
  34. <property name="fill">True</property>
  35. <property name="position">0</property>
  36. </packing>
  37. </child>
  38. <child>
  39. <object class="GtkButton" id="cancel">
  40. <property name="label">gtk-cancel</property>
  41. <property name="visible">True</property>
  42. <property name="can_focus">True</property>
  43. <property name="receives_default">True</property>
  44. <property name="use_stock">True</property>
  45. </object>
  46. <packing>
  47. <property name="expand">False</property>
  48. <property name="fill">True</property>
  49. <property name="position">1</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkButton" id="help">
  54. <property name="label">gtk-help</property>
  55. <property name="visible">True</property>
  56. <property name="can_focus">True</property>
  57. <property name="receives_default">True</property>
  58. <property name="use_stock">True</property>
  59. </object>
  60. <packing>
  61. <property name="expand">False</property>
  62. <property name="fill">True</property>
  63. <property name="position">2</property>
  64. </packing>
  65. </child>
  66. </object>
  67. <packing>
  68. <property name="expand">False</property>
  69. <property name="fill">True</property>
  70. <property name="pack_type">end</property>
  71. <property name="position">0</property>
  72. </packing>
  73. </child>
  74. <child>
  75. <object class="GtkFrame" id="frame1">
  76. <property name="visible">True</property>
  77. <property name="can_focus">False</property>
  78. <property name="label_xalign">0</property>
  79. <property name="shadow_type">none</property>
  80. <child>
  81. <object class="GtkAlignment" id="alignment1">
  82. <property name="visible">True</property>
  83. <property name="can_focus">False</property>
  84. <property name="top_padding">6</property>
  85. <property name="left_padding">12</property>
  86. <child>
  87. <!-- n-columns=1 n-rows=1 -->
  88. <object class="GtkGrid" id="grid1">
  89. <property name="visible">True</property>
  90. <property name="can_focus">False</property>
  91. <property name="row_spacing">6</property>
  92. <property name="column_spacing">6</property>
  93. <child>
  94. <object class="GtkRadioButton" id="copyheading">
  95. <property name="label" translatable="yes" context="splittable|copyheading">Copy heading</property>
  96. <property name="visible">True</property>
  97. <property name="can_focus">True</property>
  98. <property name="receives_default">False</property>
  99. <property name="relief">half</property>
  100. <property name="use_underline">True</property>
  101. <property name="xalign">0</property>
  102. <property name="active">True</property>
  103. <property name="draw_indicator">True</property>
  104. <child internal-child="accessible">
  105. <object class="AtkObject" id="copyheading-atkobject">
  106. <property name="AtkObject::accessible-description" translatable="yes" context="splittable|extended_tip|copyheading">Includes the first row of the original table as the first row of the second table.</property>
  107. </object>
  108. </child>
  109. </object>
  110. <packing>
  111. <property name="left_attach">0</property>
  112. <property name="top_attach">0</property>
  113. </packing>
  114. </child>
  115. <child>
  116. <object class="GtkRadioButton" id="customheadingapplystyle">
  117. <property name="label" translatable="yes" context="splittable|customheadingapplystyle">Custom heading (apply Style)</property>
  118. <property name="visible">True</property>
  119. <property name="can_focus">True</property>
  120. <property name="receives_default">False</property>
  121. <property name="use_underline">True</property>
  122. <property name="xalign">0</property>
  123. <property name="draw_indicator">True</property>
  124. <property name="group">copyheading</property>
  125. <child internal-child="accessible">
  126. <object class="AtkObject" id="customheadingapplystyle-atkobject">
  127. <property name="AtkObject::accessible-description" translatable="yes" context="splittable|extended_tip|customheadingapplystyle">Inserts a blank header row in the second table that is formatted with the style of the first row in the original table.</property>
  128. </object>
  129. </child>
  130. </object>
  131. <packing>
  132. <property name="left_attach">0</property>
  133. <property name="top_attach">1</property>
  134. </packing>
  135. </child>
  136. <child>
  137. <object class="GtkRadioButton" id="customheading">
  138. <property name="label" translatable="yes" context="splittable|customheading">Custom heading</property>
  139. <property name="visible">True</property>
  140. <property name="can_focus">True</property>
  141. <property name="receives_default">False</property>
  142. <property name="use_underline">True</property>
  143. <property name="xalign">0</property>
  144. <property name="draw_indicator">True</property>
  145. <property name="group">copyheading</property>
  146. <child internal-child="accessible">
  147. <object class="AtkObject" id="customheading-atkobject">
  148. <property name="AtkObject::accessible-description" translatable="yes" context="splittable|extended_tip|customheading">Inserts an additional blank row in the second table.</property>
  149. </object>
  150. </child>
  151. </object>
  152. <packing>
  153. <property name="left_attach">0</property>
  154. <property name="top_attach">2</property>
  155. </packing>
  156. </child>
  157. <child>
  158. <object class="GtkRadioButton" id="noheading">
  159. <property name="label" translatable="yes" context="splittable|noheading">No heading</property>
  160. <property name="visible">True</property>
  161. <property name="can_focus">True</property>
  162. <property name="receives_default">False</property>
  163. <property name="use_underline">True</property>
  164. <property name="xalign">0</property>
  165. <property name="draw_indicator">True</property>
  166. <property name="group">copyheading</property>
  167. <child internal-child="accessible">
  168. <object class="AtkObject" id="noheading-atkobject">
  169. <property name="AtkObject::accessible-description" translatable="yes" context="splittable|extended_tip|noheading">Splits the table without copying the header row.</property>
  170. </object>
  171. </child>
  172. </object>
  173. <packing>
  174. <property name="left_attach">0</property>
  175. <property name="top_attach">3</property>
  176. </packing>
  177. </child>
  178. </object>
  179. </child>
  180. </object>
  181. </child>
  182. <child type="label">
  183. <object class="GtkLabel" id="label1">
  184. <property name="visible">True</property>
  185. <property name="can_focus">False</property>
  186. <property name="label" translatable="yes" context="splittable|label1">Mode</property>
  187. <attributes>
  188. <attribute name="weight" value="bold"/>
  189. </attributes>
  190. </object>
  191. </child>
  192. </object>
  193. <packing>
  194. <property name="expand">False</property>
  195. <property name="fill">True</property>
  196. <property name="position">1</property>
  197. </packing>
  198. </child>
  199. </object>
  200. </child>
  201. <action-widgets>
  202. <action-widget response="-5">ok</action-widget>
  203. <action-widget response="-6">cancel</action-widget>
  204. <action-widget response="-11">help</action-widget>
  205. </action-widgets>
  206. <child type="titlebar">
  207. <placeholder/>
  208. </child>
  209. <child internal-child="accessible">
  210. <object class="AtkObject" id="SplitTableDialog-atkobject">
  211. <property name="AtkObject::accessible-description" translatable="yes" context="splittable|extended_tip|SplitTableDialog">Splits the current table into two separate tables at the cursor position.</property>
  212. </object>
  213. </child>
  214. </object>
  215. </interface>