insertname.ui 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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="GtkTreeStore" id="liststore3">
  6. <columns>
  7. <!-- column-name text -->
  8. <column type="gchararray"/>
  9. <!-- column-name text2 -->
  10. <column type="gchararray"/>
  11. <!-- column-name text3 -->
  12. <column type="gchararray"/>
  13. <!-- column-name id -->
  14. <column type="gchararray"/>
  15. </columns>
  16. </object>
  17. <object class="GtkDialog" id="InsertNameDialog">
  18. <property name="can_focus">False</property>
  19. <property name="border_width">6</property>
  20. <property name="title" translatable="yes" context="insertname|InsertNameDialog">Paste Names</property>
  21. <property name="modal">True</property>
  22. <property name="default_width">0</property>
  23. <property name="default_height">0</property>
  24. <property name="type_hint">dialog</property>
  25. <child internal-child="vbox">
  26. <object class="GtkBox" id="dialog-vbox1">
  27. <property name="can_focus">False</property>
  28. <property name="orientation">vertical</property>
  29. <property name="spacing">12</property>
  30. <child internal-child="action_area">
  31. <object class="GtkButtonBox" id="dialog-action_area1">
  32. <property name="can_focus">False</property>
  33. <property name="layout_style">end</property>
  34. <child>
  35. <object class="GtkButton" id="help">
  36. <property name="label">gtk-help</property>
  37. <property name="visible">True</property>
  38. <property name="can_focus">True</property>
  39. <property name="receives_default">True</property>
  40. <property name="use_stock">True</property>
  41. </object>
  42. <packing>
  43. <property name="expand">False</property>
  44. <property name="fill">True</property>
  45. <property name="position">0</property>
  46. <property name="secondary">True</property>
  47. </packing>
  48. </child>
  49. <child>
  50. <object class="GtkButton" id="pasteall">
  51. <property name="label" translatable="yes" context="insertname|pasteall">_Paste All</property>
  52. <property name="visible">True</property>
  53. <property name="can_focus">True</property>
  54. <property name="receives_default">True</property>
  55. <property name="use_underline">True</property>
  56. <child internal-child="accessible">
  57. <object class="AtkObject" id="pasteall-atkobject">
  58. <property name="AtkObject::accessible-description" translatable="yes" context="insertname|extended_tip|pasteall">Inserts a list of all named areas and the corresponding cell references at the current cursor position.</property>
  59. </object>
  60. </child>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">1</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkButton" id="paste">
  70. <property name="label">gtk-paste</property>
  71. <property name="visible">True</property>
  72. <property name="can_focus">True</property>
  73. <property name="can_default">True</property>
  74. <property name="has_default">True</property>
  75. <property name="receives_default">True</property>
  76. <property name="use_stock">True</property>
  77. <child internal-child="accessible">
  78. <object class="AtkObject" id="paste-atkobject">
  79. <property name="AtkObject::accessible-description" translatable="yes" context="insertname|extended_tip|paste">Inserts the selected named area and the corresponding cell reference at the current cursor position.</property>
  80. </object>
  81. </child>
  82. </object>
  83. <packing>
  84. <property name="expand">False</property>
  85. <property name="fill">True</property>
  86. <property name="pack_type">end</property>
  87. <property name="position">2</property>
  88. </packing>
  89. </child>
  90. <child>
  91. <object class="GtkButton" id="close">
  92. <property name="label">gtk-close</property>
  93. <property name="visible">True</property>
  94. <property name="can_focus">True</property>
  95. <property name="receives_default">True</property>
  96. <property name="use_stock">True</property>
  97. </object>
  98. <packing>
  99. <property name="expand">False</property>
  100. <property name="fill">True</property>
  101. <property name="pack_type">end</property>
  102. <property name="position">3</property>
  103. </packing>
  104. </child>
  105. </object>
  106. <packing>
  107. <property name="expand">False</property>
  108. <property name="fill">True</property>
  109. <property name="pack_type">end</property>
  110. <property name="position">0</property>
  111. </packing>
  112. </child>
  113. <child>
  114. <object class="GtkScrolledWindow">
  115. <property name="visible">True</property>
  116. <property name="can_focus">True</property>
  117. <property name="hexpand">True</property>
  118. <property name="vexpand">True</property>
  119. <property name="shadow_type">in</property>
  120. <child>
  121. <object class="GtkTreeView" id="ctrl">
  122. <property name="visible">True</property>
  123. <property name="can_focus">True</property>
  124. <property name="receives_default">True</property>
  125. <property name="hexpand">True</property>
  126. <property name="vexpand">True</property>
  127. <property name="model">liststore3</property>
  128. <property name="search_column">0</property>
  129. <property name="show_expanders">False</property>
  130. <child internal-child="selection">
  131. <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
  132. </child>
  133. <child>
  134. <object class="GtkTreeViewColumn" id="treeviewcolumn3">
  135. <property name="resizable">True</property>
  136. <property name="spacing">6</property>
  137. <property name="title" translatable="yes" context="insertname|STR_HEADER_NAME">Name</property>
  138. <child>
  139. <object class="GtkCellRendererText" id="cellrenderer1"/>
  140. <attributes>
  141. <attribute name="text">0</attribute>
  142. </attributes>
  143. </child>
  144. </object>
  145. </child>
  146. <child>
  147. <object class="GtkTreeViewColumn" id="treeviewcolumn4">
  148. <property name="resizable">True</property>
  149. <property name="spacing">6</property>
  150. <property name="title" translatable="yes" context="insertname|STR_HEADER_RANGE_OR_EXPR">Range or formula expression</property>
  151. <child>
  152. <object class="GtkCellRendererText" id="cellrenderer2"/>
  153. <attributes>
  154. <attribute name="text">1</attribute>
  155. </attributes>
  156. </child>
  157. </object>
  158. </child>
  159. <child>
  160. <object class="GtkTreeViewColumn" id="treeviewcolumn5">
  161. <property name="resizable">True</property>
  162. <property name="spacing">6</property>
  163. <property name="title" translatable="yes" context="insertname|STR_HEADER_SCOPE">Scope</property>
  164. <child>
  165. <object class="GtkCellRendererText" id="cellrenderer3"/>
  166. <attributes>
  167. <attribute name="text">2</attribute>
  168. </attributes>
  169. </child>
  170. </object>
  171. </child>
  172. <child internal-child="accessible">
  173. <object class="AtkObject" id="ctrl-atkobject">
  174. <property name="AtkObject::accessible-description" translatable="yes" context="insertname|extended_tip|ctrl">Lists all defined cell areas. Double-click an entry to insert the named area into the active sheet at the current cursor position.</property>
  175. </object>
  176. </child>
  177. </object>
  178. </child>
  179. </object>
  180. <packing>
  181. <property name="expand">False</property>
  182. <property name="fill">True</property>
  183. <property name="position">1</property>
  184. </packing>
  185. </child>
  186. </object>
  187. </child>
  188. <action-widgets>
  189. <action-widget response="-11">help</action-widget>
  190. <action-widget response="102">pasteall</action-widget>
  191. <action-widget response="101">paste</action-widget>
  192. <action-widget response="-7">close</action-widget>
  193. </action-widgets>
  194. <child type="titlebar">
  195. <placeholder/>
  196. </child>
  197. <child internal-child="accessible">
  198. <object class="AtkObject" id="InsertNameDialog-atkobject">
  199. <property name="AtkObject::accessible-description" translatable="yes" context="insertname|extended_tip|InsertNameDialog">Inserts a defined named cell range at the current cursor's position.</property>
  200. </object>
  201. </child>
  202. </object>
  203. </interface>