optchangespage.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sc">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkBox" id="OptChangesPage">
  6. <property name="visible">True</property>
  7. <property name="can_focus">False</property>
  8. <property name="border_width">6</property>
  9. <property name="orientation">vertical</property>
  10. <property name="spacing">12</property>
  11. <child>
  12. <object class="GtkFrame" id="frame1">
  13. <property name="visible">True</property>
  14. <property name="can_focus">False</property>
  15. <property name="hexpand">True</property>
  16. <property name="label_xalign">0</property>
  17. <property name="shadow_type">none</property>
  18. <child>
  19. <object class="GtkAlignment" id="alignment1">
  20. <property name="visible">True</property>
  21. <property name="can_focus">False</property>
  22. <property name="hexpand">True</property>
  23. <property name="top_padding">6</property>
  24. <property name="left_padding">12</property>
  25. <child>
  26. <!-- n-columns=1 n-rows=1 -->
  27. <object class="GtkGrid" id="grid1">
  28. <property name="visible">True</property>
  29. <property name="can_focus">False</property>
  30. <property name="hexpand">True</property>
  31. <property name="row_spacing">6</property>
  32. <property name="column_spacing">12</property>
  33. <child>
  34. <object class="GtkLabel" id="label2">
  35. <property name="visible">True</property>
  36. <property name="can_focus">False</property>
  37. <property name="label" translatable="yes" context="optchangespage|label2">Chan_ges:</property>
  38. <property name="use_underline">True</property>
  39. <property name="mnemonic_widget">changes</property>
  40. <property name="xalign">0</property>
  41. </object>
  42. <packing>
  43. <property name="left_attach">0</property>
  44. <property name="top_attach">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <object class="GtkLabel" id="label3">
  49. <property name="visible">True</property>
  50. <property name="can_focus">False</property>
  51. <property name="label" translatable="yes" context="optchangespage|label3">_Deletions:</property>
  52. <property name="use_underline">True</property>
  53. <property name="mnemonic_widget">deletions</property>
  54. <property name="xalign">0</property>
  55. </object>
  56. <packing>
  57. <property name="left_attach">0</property>
  58. <property name="top_attach">1</property>
  59. </packing>
  60. </child>
  61. <child>
  62. <object class="GtkLabel" id="label4">
  63. <property name="visible">True</property>
  64. <property name="can_focus">False</property>
  65. <property name="label" translatable="yes" context="optchangespage|label4">_Insertions:</property>
  66. <property name="use_underline">True</property>
  67. <property name="mnemonic_widget">insertions</property>
  68. <property name="xalign">0</property>
  69. </object>
  70. <packing>
  71. <property name="left_attach">0</property>
  72. <property name="top_attach">2</property>
  73. </packing>
  74. </child>
  75. <child>
  76. <object class="GtkLabel" id="label5">
  77. <property name="visible">True</property>
  78. <property name="can_focus">False</property>
  79. <property name="label" translatable="yes" context="optchangespage|label5">_Moved entries:</property>
  80. <property name="use_underline">True</property>
  81. <property name="mnemonic_widget">entries</property>
  82. <property name="xalign">0</property>
  83. </object>
  84. <packing>
  85. <property name="left_attach">0</property>
  86. <property name="top_attach">3</property>
  87. </packing>
  88. </child>
  89. <child>
  90. <object class="GtkMenuButton" id="changes">
  91. <property name="visible">True</property>
  92. <property name="can_focus">False</property>
  93. <property name="receives_default">False</property>
  94. <property name="hexpand">True</property>
  95. <property name="xalign">0</property>
  96. <property name="draw_indicator">True</property>
  97. <property name="label" translatable="no"></property>
  98. <child>
  99. <placeholder/>
  100. </child>
  101. <child internal-child="accessible">
  102. <object class="AtkObject" id="changes-atkobject">
  103. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|changes">Specifies the color for changes of cell contents.</property>
  104. </object>
  105. </child>
  106. </object>
  107. <packing>
  108. <property name="left_attach">1</property>
  109. <property name="top_attach">0</property>
  110. </packing>
  111. </child>
  112. <child>
  113. <object class="GtkMenuButton" id="deletions">
  114. <property name="visible">True</property>
  115. <property name="can_focus">False</property>
  116. <property name="receives_default">False</property>
  117. <property name="hexpand">True</property>
  118. <property name="xalign">0</property>
  119. <property name="draw_indicator">True</property>
  120. <property name="label" translatable="no"></property>
  121. <child>
  122. <placeholder/>
  123. </child>
  124. <child internal-child="accessible">
  125. <object class="AtkObject" id="deletions-atkobject">
  126. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|deletions">Specifies the color to highlight deletions in a document.</property>
  127. </object>
  128. </child>
  129. </object>
  130. <packing>
  131. <property name="left_attach">1</property>
  132. <property name="top_attach">1</property>
  133. </packing>
  134. </child>
  135. <child>
  136. <object class="GtkMenuButton" id="entries">
  137. <property name="visible">True</property>
  138. <property name="can_focus">False</property>
  139. <property name="receives_default">False</property>
  140. <property name="hexpand">True</property>
  141. <property name="xalign">0</property>
  142. <property name="draw_indicator">True</property>
  143. <property name="label" translatable="no"></property>
  144. <child>
  145. <placeholder/>
  146. </child>
  147. <child internal-child="accessible">
  148. <object class="AtkObject" id="entries-atkobject">
  149. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|entries">Specifies the color to highlight moved cell contents.</property>
  150. </object>
  151. </child>
  152. </object>
  153. <packing>
  154. <property name="left_attach">1</property>
  155. <property name="top_attach">3</property>
  156. </packing>
  157. </child>
  158. <child>
  159. <object class="GtkMenuButton" id="insertions">
  160. <property name="visible">True</property>
  161. <property name="can_focus">False</property>
  162. <property name="receives_default">False</property>
  163. <property name="hexpand">True</property>
  164. <property name="xalign">0</property>
  165. <property name="draw_indicator">True</property>
  166. <property name="label" translatable="no"></property>
  167. <child>
  168. <placeholder/>
  169. </child>
  170. <child internal-child="accessible">
  171. <object class="AtkObject" id="insertions-atkobject">
  172. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|insertions">Specifies the color to highlight insertions in a document.</property>
  173. </object>
  174. </child>
  175. </object>
  176. <packing>
  177. <property name="left_attach">1</property>
  178. <property name="top_attach">2</property>
  179. </packing>
  180. </child>
  181. </object>
  182. </child>
  183. </object>
  184. </child>
  185. <child type="label">
  186. <object class="GtkLabel" id="label1">
  187. <property name="visible">True</property>
  188. <property name="can_focus">False</property>
  189. <property name="label" translatable="yes" context="optchangespage|label1">Colors for Changes</property>
  190. <attributes>
  191. <attribute name="weight" value="bold"/>
  192. </attributes>
  193. </object>
  194. </child>
  195. </object>
  196. <packing>
  197. <property name="expand">False</property>
  198. <property name="fill">True</property>
  199. <property name="position">0</property>
  200. </packing>
  201. </child>
  202. <child internal-child="accessible">
  203. <object class="AtkObject" id="OptChangesPage-atkobject">
  204. <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptChangesPage">The Changes dialog specifies various options for highlighting recorded changes in documents.</property>
  205. </object>
  206. </child>
  207. </object>
  208. </interface>