insertcells.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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="GtkDialog" id="InsertCellsDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="insertcells|InsertCellsDialog">Insert Cells</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="dialog-vbox1">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="dialog-action_area3">
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="ok">
  25. <property name="label">gtk-ok</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="cancel">
  41. <property name="label">gtk-cancel</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="receives_default">True</property>
  45. <property name="use_stock">True</property>
  46. </object>
  47. <packing>
  48. <property name="expand">False</property>
  49. <property name="fill">True</property>
  50. <property name="position">1</property>
  51. </packing>
  52. </child>
  53. <child>
  54. <object class="GtkButton" id="help">
  55. <property name="label">gtk-help</property>
  56. <property name="visible">True</property>
  57. <property name="can_focus">True</property>
  58. <property name="receives_default">True</property>
  59. <property name="use_stock">True</property>
  60. </object>
  61. <packing>
  62. <property name="expand">False</property>
  63. <property name="fill">True</property>
  64. <property name="position">2</property>
  65. <property name="secondary">True</property>
  66. </packing>
  67. </child>
  68. </object>
  69. <packing>
  70. <property name="expand">False</property>
  71. <property name="fill">True</property>
  72. <property name="pack_type">end</property>
  73. <property name="position">0</property>
  74. </packing>
  75. </child>
  76. <child>
  77. <object class="GtkFrame" id="Selection">
  78. <property name="visible">True</property>
  79. <property name="can_focus">False</property>
  80. <property name="label_xalign">0</property>
  81. <property name="shadow_type">none</property>
  82. <child>
  83. <object class="GtkAlignment" id="alignment3">
  84. <property name="visible">True</property>
  85. <property name="can_focus">False</property>
  86. <property name="top_padding">6</property>
  87. <property name="left_padding">12</property>
  88. <child>
  89. <object class="GtkBox" id="box1">
  90. <property name="visible">True</property>
  91. <property name="can_focus">False</property>
  92. <property name="orientation">vertical</property>
  93. <property name="spacing">6</property>
  94. <child>
  95. <object class="GtkRadioButton" id="down">
  96. <property name="label" translatable="yes" context="insertcells|down">Shift cells _down</property>
  97. <property name="visible">True</property>
  98. <property name="can_focus">True</property>
  99. <property name="receives_default">False</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="down-atkobject">
  106. <property name="AtkObject::accessible-description" translatable="yes" context="insertcells|extended_tip|down">Moves the contents of the selected range downward when cells are inserted.</property>
  107. </object>
  108. </child>
  109. </object>
  110. <packing>
  111. <property name="expand">False</property>
  112. <property name="fill">True</property>
  113. <property name="position">1</property>
  114. </packing>
  115. </child>
  116. <child>
  117. <object class="GtkRadioButton" id="right">
  118. <property name="label" translatable="yes" context="insertcells|right">Shift cells _right</property>
  119. <property name="visible">True</property>
  120. <property name="can_focus">True</property>
  121. <property name="receives_default">False</property>
  122. <property name="use_underline">True</property>
  123. <property name="xalign">0</property>
  124. <property name="draw_indicator">True</property>
  125. <property name="group">down</property>
  126. <child internal-child="accessible">
  127. <object class="AtkObject" id="right-atkobject">
  128. <property name="AtkObject::accessible-description" translatable="yes" context="insertcells|extended_tip|right">Moves the contents of the selected range to the right when cells are inserted.</property>
  129. </object>
  130. </child>
  131. </object>
  132. <packing>
  133. <property name="expand">False</property>
  134. <property name="fill">True</property>
  135. <property name="position">2</property>
  136. </packing>
  137. </child>
  138. <child>
  139. <object class="GtkRadioButton" id="rows">
  140. <property name="label" translatable="yes" context="insertcells|rows">Entire ro_w</property>
  141. <property name="visible">True</property>
  142. <property name="can_focus">True</property>
  143. <property name="receives_default">False</property>
  144. <property name="use_underline">True</property>
  145. <property name="xalign">0</property>
  146. <property name="draw_indicator">True</property>
  147. <property name="group">down</property>
  148. <child internal-child="accessible">
  149. <object class="AtkObject" id="rows-atkobject">
  150. <property name="AtkObject::accessible-description" translatable="yes" context="insertcells|extended_tip|rows">Inserts an entire row. The position of the row is determined by the selection on the sheet.</property>
  151. </object>
  152. </child>
  153. </object>
  154. <packing>
  155. <property name="expand">False</property>
  156. <property name="fill">True</property>
  157. <property name="position">3</property>
  158. </packing>
  159. </child>
  160. <child>
  161. <object class="GtkRadioButton" id="cols">
  162. <property name="label" translatable="yes" context="insertcells|cols">Entire _column</property>
  163. <property name="visible">True</property>
  164. <property name="can_focus">True</property>
  165. <property name="receives_default">False</property>
  166. <property name="use_underline">True</property>
  167. <property name="xalign">0</property>
  168. <property name="draw_indicator">True</property>
  169. <property name="group">down</property>
  170. <child internal-child="accessible">
  171. <object class="AtkObject" id="cols-atkobject">
  172. <property name="AtkObject::accessible-description" translatable="yes" context="insertcells|extended_tip|cols">Inserts an entire column. The number of columns to be inserted is determined by the selected number of columns.</property>
  173. </object>
  174. </child>
  175. </object>
  176. <packing>
  177. <property name="expand">False</property>
  178. <property name="fill">True</property>
  179. <property name="position">4</property>
  180. </packing>
  181. </child>
  182. </object>
  183. </child>
  184. </object>
  185. </child>
  186. <child type="label">
  187. <object class="GtkLabel" id="label1">
  188. <property name="visible">True</property>
  189. <property name="can_focus">False</property>
  190. <property name="label" translatable="yes" context="insertcells|label1">Selection</property>
  191. <attributes>
  192. <attribute name="weight" value="bold"/>
  193. </attributes>
  194. </object>
  195. </child>
  196. </object>
  197. <packing>
  198. <property name="expand">False</property>
  199. <property name="fill">True</property>
  200. <property name="position">1</property>
  201. </packing>
  202. </child>
  203. </object>
  204. </child>
  205. <action-widgets>
  206. <action-widget response="-5">ok</action-widget>
  207. <action-widget response="-6">cancel</action-widget>
  208. <action-widget response="-11">help</action-widget>
  209. </action-widgets>
  210. <child type="titlebar">
  211. <placeholder/>
  212. </child>
  213. <child internal-child="accessible">
  214. <object class="AtkObject" id="InsertCellsDialog-atkobject">
  215. <property name="AtkObject::accessible-description" translatable="yes" context="insertcells|extended_tip|InsertCellsDialog">Opens the Insert Cells dialog, in which you can insert new cells according to the options that you specify.</property>
  216. </object>
  217. </child>
  218. </object>
  219. </interface>